takagi Tue Mar 14 03:32:03 2006 UTC
Modified files:
/phpdoc/en/reference/strings/functions explode.xml
Log:
Missing negative sign (bug #36728)
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/strings/functions/explode.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/reference/strings/functions/explode.xml
diff -u phpdoc/en/reference/strings/functions/explode.xml:1.11
phpdoc/en/reference/strings/functions/explode.xml:1.12
--- phpdoc/en/reference/strings/functions/explode.xml:1.11 Thu Apr 21
09:58:46 2005
+++ phpdoc/en/reference/strings/functions/explode.xml Tue Mar 14 03:32:02 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.explode">
<refnamediv>
@@ -32,7 +32,7 @@
</para>
<para>
If the <parameter>limit</parameter> parameter is negative, all components
- except the last <parameter>limit</parameter> are returned. This feature
+ except the last -<parameter>limit</parameter> are returned. This feature
was added in PHP 5.1.0.
</para>
<para>