torben Thu Dec 13 20:11:50 2001 EDT
Modified files:
/phpdoc/en/functions array.xml
Log:
Whitespace fix in code example.
Remember, don't use tabs to indent code examples; use 4 spaces. See the howto
for more information.
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.135 phpdoc/en/functions/array.xml:1.136
--- phpdoc/en/functions/array.xml:1.135 Thu Dec 13 20:00:27 2001
+++ phpdoc/en/functions/array.xml Thu Dec 13 20:11:48 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.135 $ -->
+<!-- $Revision: 1.136 $ -->
<reference id="ref.array">
<title>Array Functions</title>
<titleabbrev>Arrays</titleabbrev>
@@ -703,9 +703,9 @@
while (list($k,$v) = each($arr)) {
if ($term && $v != $term) {
continue;
- }
+ }
$t[] = $k;
- }
+ }
return $t;
}
]]>- [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
- [PHP-DOC] cvs: phpdoc /en/functions array.xml Rui Hirokawa
