[prev in list] [next in list] [prev in thread] [next in thread] 

List:       phpdoc
Subject:    [PHPDOC] cvs: /phpdoc funcparse.awk
From:       "Egon Schmid" <eschmid () s ! netic ! de>
Date:       2000-02-27 18:36:15
[Download RAW message or body]

eschmid		Sun Feb 27 10:36:15 2000 EDT

  Modified files:
    /phpdoc	funcparse.awk 
  Log:
  With this version we can find some functions in Zend.
  
Index: phpdoc/funcparse.awk
diff -u phpdoc/funcparse.awk:1.4 phpdoc/funcparse.awk:1.5
--- phpdoc/funcparse.awk:1.4	Fri Feb 25 03:36:33 2000
+++ phpdoc/funcparse.awk	Sun Feb 27 10:36:15 2000
@@ -3,12 +3,14 @@
 /^.*shutdown_function_entry.*$/ { parse=0; }
 /^.*\(function_entry.*$/ { parse=0; }
 /^.*function_entry \*ptr.*$/ { parse=0; }
+/^.*\(zend_function_entry.*$/ { parse=0; }
+/^.*zend_function_entry \*ptr.*$/ { parse=0; }
 /NULL.*?NULL.*?NULL/ { parse=0; }
-#/^[[:space:]]{0},/ { parse=0; }
 /^[[:space:]]{0}/ { parse=0; }
 /^[[:space:]]*{/ { if(parse) { print $2; } }
 /^[[:space:]]*PHP_FE/ { if(parse) { print $2; } }
 /^[[:space:]]*PHP_NAMED_FE/ { if(parse) { print $2; } }
+/^[[:space:]]*ZEND_FE/ { if(parse) { print $2; } }
 /^[[:space:]]*cybercash_functions/ { if (parse) { print $2; } }
 /^[[:space:]]*UODBC_FE/ { if(parse) { print "odbc_"$2; } }
 /^<IN_PHP>/ { if(match($2,"^[A-Za-z0-9_]+$")) print $2; }

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic