Anybody working with UltraEdit may like
the following function detection:
/Function String = "^{PHPAPI[ ^t]+^}^{^}^(PHP[A-Z_]+FUNCTION([a-zA-Z0-9_]+)^)"It detects all PHP_...._FUNCTION with the names of the defined functions. Today i found having this VERY usefull :-) marcus -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php
