iliaa Fri Jan 2 19:48:57 2004 EDT
Modified files:
/php-src/ext/standard file.c
Log:
s/then/than/ Thanks Jani & Andi
Index: php-src/ext/standard/file.c
diff -u php-src/ext/standard/file.c:1.372 php-src/ext/standard/file.c:1.373
--- php-src/ext/standard/file.c:1.372 Thu Jan 1 19:57:23 2004
+++ php-src/ext/standard/file.c Fri Jan 2 19:48:55 2004
@@ -21,7 +21,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: file.c,v 1.372 2004/01/02 00:57:23 iliaa Exp $ */
+/* $Id: file.c,v 1.373 2004/01/03 00:48:55 iliaa Exp $ */
/* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */
@@ -920,7 +920,7 @@
len = Z_LVAL_PP(arg2);
if (len <= 0) {
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter
must be greater then 0.");
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter
must be greater than 0.");
RETURN_FALSE;
}
@@ -1027,7 +1027,7 @@
if (bytes != NULL) {
convert_to_long_ex(bytes);
if (Z_LVAL_PP(bytes) <= 0) {
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter
must be greater then 0.");
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter
must be greater than 0.");
RETURN_FALSE;
}
@@ -1641,7 +1641,7 @@
convert_to_long_ex(arg2);
len = Z_LVAL_PP(arg2);
if (len <= 0) {
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter must be
greater then 0.");
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "Length parameter must be
greater than 0.");
RETURN_FALSE;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php