Date: 12/15/00
- Next message: Rasmus Lerdorf: "[PHP-DOC] Where the heck are these defined?"
- Previous message: Egon Schmid ( <email protected>): "Re: [PHP-DOC] Where the heck are these defined?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hholzgra Fri Dec 15 03:37:16 2000 EDT
Modified files:
/phpdoc funcparse.awk
Log:
added support for new function entry macro PHP_STATIC_FE
Index: phpdoc/funcparse.awk
diff -u phpdoc/funcparse.awk:1.7 phpdoc/funcparse.awk:1.8
--- phpdoc/funcparse.awk:1.7 Thu Nov 23 04:50:13 2000
+++ phpdoc/funcparse.awk Fri Dec 15 03:37:15 2000
@@ -14,6 +14,7 @@
/^[[:space:]]*PHP_FE/ { if(parse) { print $2; } }
/^[[:space:]]*PHP_FALIAS/ { if(parse) { print $2; } }
/^[[:space:]]*PHP_NAMED_FE/ { if(parse) { print $2; } }
+/^[[:space:]]*PHP_STATIC_FE/ { if(parse) { print $3; } }
/^[[:space:]]*ZEND_FE/ { if(parse) { print $2; } }
/^[[:space:]]*cybercash_functions/ { if (parse) { print $2; } }
/^[[:space:]]*UODBC_FE/ { if(parse) { print "odbc_"$2; } }
- Next message: Rasmus Lerdorf: "[PHP-DOC] Where the heck are these defined?"
- Previous message: Egon Schmid ( <email protected>): "Re: [PHP-DOC] Where the heck are these defined?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

