diff options
Diffstat (limited to 'tests/executor')
| -rw-r--r-- | tests/executor/negative_memory_limit.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/executor/negative_memory_limit.phpt b/tests/executor/negative_memory_limit.phpt index 8582cc9..7fad546 100644 --- a/tests/executor/negative_memory_limit.phpt +++ b/tests/executor/negative_memory_limit.phpt | |||
| @@ -13,6 +13,6 @@ suhosin.log.sapi=2 | |||
| 13 | ini_set("memory_limit", "-200000"); echo ini_get("memory_limit"), "\n"; | 13 | ini_set("memory_limit", "-200000"); echo ini_get("memory_limit"), "\n"; |
| 14 | ?> | 14 | ?> |
| 15 | --EXPECTF-- | 15 | --EXPECTF-- |
| 16 | ALERT - script tried to increase memory_limit to %d bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '%s', line 2) | 16 | ALERT - script tried to disable memory_limit by setting it to a negative value -%d bytes which is not allowed (attacker 'REMOTE_ADDR not set', file '%s', line 2) |
| 17 | 16M | 17 | 16M |
| 18 | 18 | ||
