Date: 01/26/01
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc / funclist.txt funcsummary.txt"
- Previous message: Egon Schmid: "[PHP-DOC] cvs: phpdoc / genfuncsummary"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
eschmid Fri Jan 26 13:57:27 2001 EDT
Modified files:
/phpdoc funcparse.awk
Log:
Oops, sorry.
Index: phpdoc/funcparse.awk
diff -u phpdoc/funcparse.awk:1.11 phpdoc/funcparse.awk:1.12
--- phpdoc/funcparse.awk:1.11 Fri Jan 26 13:54:22 2001
+++ phpdoc/funcparse.awk Fri Jan 26 13:57:27 2001
@@ -14,7 +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 $2; } }
+/^[[:space:]]*PHP_STATIC_FE/ { if(parse) { print $3; } }
/^[[:space:]]*ZEND_FE/ { if(parse) { print $2; } }
/^[[:space:]]*ZEND_FALIAS/ { if(parse) { print $2; } }
/^[[:space:]]*ZEND_NAMED_FE/ { if(parse) { print $2; } }
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc / funclist.txt funcsummary.txt"
- Previous message: Egon Schmid: "[PHP-DOC] cvs: phpdoc / genfuncsummary"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

