diff options
author | Hannes Magnusson <bjori@php.net> | 2007-06-03 23:40:01 +0000 |
---|---|---|
committer | Hannes Magnusson <bjori@php.net> | 2007-06-03 23:40:01 +0000 |
commit | d1b9c6e62eb767247550f350f3b84ed2c242808d (patch) | |
tree | 5a02bb6d96cf57b03d4ad6cc0d62b5687dfe12d4 | |
parent | ca1b7e7b4735b6582c65aa0dc3929a2ef34ba78f (diff) | |
download | php-git-d1b9c6e62eb767247550f350f3b84ed2c242808d.tar.gz |
fix test
-rw-r--r-- | tests/basic/027.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
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." |