From af7d4cf7614e184dd09b6b6d374390d96edeb4f1 Mon Sep 17 00:00:00 2001 From: TAKAGI Masahiro Date: Tue, 14 Mar 2006 03:32:02 +0000 Subject: [PATCH] Missing negative sign (bug #36728) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@209304 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/explode.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/strings/functions/explode.xml b/reference/strings/functions/explode.xml index e1e09a88cc..6cb8423116 100644 --- a/reference/strings/functions/explode.xml +++ b/reference/strings/functions/explode.xml @@ -1,5 +1,5 @@ - + @@ -32,7 +32,7 @@ If the limit parameter is negative, all components - except the last limit are returned. This feature + except the last -limit are returned. This feature was added in PHP 5.1.0.