tony2001 Sun Nov 21 08:35:33 2004 EDT
Modified files:
/php-src/ext/standard string.c
Log:
fix yet another typo
http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.426&r2=1.427&ty=u
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard/string.c:1.426 php-src/ext/standard/string.c:1.427
--- php-src/ext/standard/string.c:1.426 Sun Nov 21 08:33:20 2004
+++ php-src/ext/standard/string.c Sun Nov 21 08:35:32 2004
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: string.c,v 1.426 2004/11/21 13:33:20 tony2001 Exp $ */
+/* $Id: string.c,v 1.427 2004/11/21 13:35:32 tony2001 Exp $ */
/* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
@@ -4764,7 +4764,7 @@
}
if (split_length <= 0) {
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "The length of each
segment must be greater then zero.");
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "The length of each
segment must be greater than zero.");
RETURN_FALSE;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php