]> granicus.if.org Git - php/commitdiff
Error message cleanup (patch by Matt W (php_lists -AT- realpain.com))
authorHannes Magnusson <bjori@php.net>
Sun, 8 Oct 2006 13:49:57 +0000 (13:49 +0000)
committerHannes Magnusson <bjori@php.net>
Sun, 8 Oct 2006 13:49:57 +0000 (13:49 +0000)
ext/filter/filter.c

index 588c1bbc56b719998d4f4eee3dbe3c613c1c27f4..93f69cf6e58d6f9b72ba72af73788fb5784afb42 100644 (file)
@@ -622,7 +622,7 @@ static void php_filter_array_handler(zval *input, zval **op, zval *return_value
                        zend_hash_move_forward_ex(Z_ARRVAL_PP(op), &pos))
                {
                        if (zend_hash_get_current_key_ex(Z_ARRVAL_PP(op), &arg_key, &arg_key_len, &index, 0, &pos) != HASH_KEY_IS_STRING) {
-                               php_error_docref(NULL TSRMLS_CC, E_WARNING, "Numeric keys are not allowed in the definition array.");
+                               php_error_docref(NULL TSRMLS_CC, E_WARNING, "Numeric keys are not allowed in the definition array");
                                zval_dtor(return_value);
                                RETURN_FALSE;
                        }