pgerzson Thu Dec 13 20:00:30 2001 EDT
Modified files:
/phpdoc/en/functions array.xml
Log:
correct the array_keys() implementation for PHP 3 example
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.134 phpdoc/en/functions/array.xml:1.135
--- phpdoc/en/functions/array.xml:1.134 Wed Dec 12 15:46:36 2001
+++ phpdoc/en/functions/array.xml Thu Dec 13 20:00:27 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.134 $ -->
+<!-- $Revision: 1.135 $ -->
<reference id="ref.array">
<title>Array Functions</title>
<titleabbrev>Arrays</titleabbrev>
@@ -703,10 +703,10 @@
while (list($k,$v) = each($arr)) {
if ($term && $v != $term) {
continue;
- $t[] = $k;
- }
- return $t;
- }
+ }
+ $t[] = $k;
+ }
+ return $t;
}
]]>
</programlisting>- [PHP-DOC] cvs: phpdoc /en/functions array.xml Derick Rethans
- [PHP-DOC] cvs: phpdoc /en/functions array.xml Derick Rethans
- [PHP-DOC] What is this zend.api problem? Marco Cucinato
- Re: [PHP-DOC] What is this zend.api problem? Lars Torben Wilson
- Re: [PHP-DOC] What is this zend.api proble... Gabor Hojtsy
- Re: [PHP-DOC] What is this zend.api proble... Marco Cucinato
- [PHP-DOC] cvs: phpdoc /en/functions array.xml Philip Olson
- [PHP-DOC] cvs: phpdoc /en/functions array.xml jim winstead
- [PHP-DOC] cvs: phpdoc /en/functions array.xml jim winstead
- [PHP-DOC] cvs: phpdoc /en/functions array.xml jim winstead
- [PHP-DOC] cvs: phpdoc /en/functions array.xml Gyozo Papp
- [PHP-DOC] cvs: phpdoc /en/functions array.xml Torben Wilson
- [PHP-DOC] cvs: phpdoc /en/functions array.xml jim winstead
- [PHP-DOC] cvs: phpdoc /en/functions array.xml jim winstead
- [PHP-DOC] cvs: phpdoc /en/functions array.xml jim winstead
- [PHP-DOC] cvs: phpdoc /en/functions array.xml jim winstead
- [PHP-DOC] cvs: phpdoc /en/functions array.xml jim winstead
- [PHP-DOC] cvs: phpdoc /en/functions array.xml jim winstead
- [PHP-DOC] cvs: phpdoc /en/functions array.xml jim winstead
- [PHP-DOC] cvs: phpdoc /en/functions array.xml Georg Richter
- [PHP-DOC] cvs: phpdoc /en/functions array.xml Markus Fischer
