cvs: docweb /scripts gen_missing_examples.php
[email protected] ("Felipe Pena")
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <cvsfelipe1223815715@cvsserver> |
felipe Sun Oct 12 12:48:35 2008 UTC
Modified files:
/docweb/scripts gen_missing_examples.php
Log:
- Opss, my bad. Fix the fix.
http://cvs.php.net/viewvc.cgi/docweb/scripts/gen_missing_examples.php?r1=1.3&r2=1.4&diff_format=u
Index: docweb/scripts/gen_missing_examples.php
diff -u docweb/scripts/gen_missing_examples.php:1.3 docweb/scripts/gen_missing_examples.php:1.4
--- docweb/scripts/gen_missing_examples.php:1.3 Fri Oct 10 23:58:24 2008
+++ docweb/scripts/gen_missing_examples.php Sun Oct 12 12:48:35 2008
@@ -17,7 +17,7 @@
| Author: Dave Barr <[email protected]> |
| DocWeb Port: Sean Coates <[email protected]> |
+----------------------------------------------------------------------+
-$Id: gen_missing_examples.php,v 1.3 2008/10/10 23:58:24 felipe Exp $
+$Id: gen_missing_examples.php,v 1.4 2008/10/12 12:48:35 felipe Exp $
*/
set_time_limit(0);
@@ -37,6 +37,8 @@
'overload' => 'The example is in the introductory section',
'mysql-db-query' => 'Deprecated function',
'mysql-change-user' => 'PHP 3',
+ 'delete' => 'Pseudo function',
+ 'main' => 'Pseudo function'
);
$exts = array();
@@ -57,7 +59,7 @@
sort($exts, SORT_STRING);
-$extfuncs = array('delete', 'main');
+$extfuncs = array();
$functotal = 0;
foreach ($exts as $ext) {