vrana Thu Apr 21 05:58:50 2005 EDT
Modified files:
/phpdoc/en/reference/strings/functions explode.xml
Log:
Warning for PHP 5.1 feature (bug #32785)
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/explode.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/strings/functions/explode.xml
diff -u phpdoc/en/reference/strings/functions/explode.xml:1.10
phpdoc/en/reference/strings/functions/explode.xml:1.11
--- phpdoc/en/reference/strings/functions/explode.xml:1.10 Wed Apr 6
18:51:41 2005
+++ phpdoc/en/reference/strings/functions/explode.xml Thu Apr 21 05:58:46 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.explode">
<refnamediv>
@@ -82,7 +82,7 @@
// positive limit
print_r(explode('|', $str, 2));
-// negative limit
+// negative limit (since PHP 5.1)
print_r(explode('|', $str, -1));
?>
]]>