From: Hannes Magnusson Date: Mon, 4 Jun 2007 00:11:11 +0000 (+0000) Subject: Fix the expected results X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~545 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52ce2c5737f168bb839d2d0a84489c28ee9aaca5;p=php Fix the expected results # This test still fails though --- diff --git a/tests/basic/027.phpt b/tests/basic/027.phpt index 339e8ae256..248507b298 100644 --- a/tests/basic/027.phpt +++ b/tests/basic/027.phpt @@ -32,4 +32,4 @@ array(4) { } } } -string(124) "Unknown: Input variable nesting level exceeded 10. To increase the level change max_input_nesting_level in php.ini." +string(115) "Unknown: Input variable nesting level exceeded 10. To increase the limit change max_input_nesting_level in php.ini."