diff options
| author | Stefan Esser | 2012-04-13 15:37:11 +0200 |
|---|---|---|
| committer | Stefan Esser | 2012-04-13 15:37:11 +0200 |
| commit | b71aff4f357e276efa7010a97b61bd1d63cd7fbb (patch) | |
| tree | 33087e1f0a3543f83ec006a30ef8f0304f4a77d9 /tests/executor | |
| parent | 6b00f2346c2529a9169cf1c04580e293a77f6a71 (diff) | |
Initial PHP 5.4.0 compatibility
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 | ||
