diff options
| author | foobar <sniper@php.net> | 2007-06-03 16:54:06 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2007-06-03 16:54:06 +0000 |
| commit | f26145fa8c6a98a11081e9cf5029fa99f837bc92 (patch) | |
| tree | a06db3c0c34dc302a1f2da948afac5bc7f92ee4e /tests | |
| parent | a8be5f419d8b724184d258bc8f9ccf4977edcd06 (diff) | |
| download | php-git-f26145fa8c6a98a11081e9cf5029fa99f837bc92.tar.gz | |
MFH:- Improved the error message for exceeding max_input_nesting_level.
Diffstat (limited to 'tests')
| -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 18b17bce9b..339e8ae256 100644 --- a/tests/basic/027.phpt +++ b/tests/basic/027.phpt @@ -32,4 +32,4 @@ array(4) { } } } -string(124) "Unknown: Input variable nesting level more than allowed 10 (change max_input_nesting_level in php.ini to increase the limit)" +string(124) "Unknown: Input variable nesting level exceeded 10. To increase the level change max_input_nesting_level in php.ini." |
