summaryrefslogtreecommitdiff
path: root/tests/executor/negative_memory_limit.phpt
diff options
context:
space:
mode:
authorStefan Esser2012-04-13 15:37:11 +0200
committerStefan Esser2012-04-13 15:37:11 +0200
commitb71aff4f357e276efa7010a97b61bd1d63cd7fbb (patch)
tree33087e1f0a3543f83ec006a30ef8f0304f4a77d9 /tests/executor/negative_memory_limit.phpt
parent6b00f2346c2529a9169cf1c04580e293a77f6a71 (diff)
Initial PHP 5.4.0 compatibility
Diffstat (limited to 'tests/executor/negative_memory_limit.phpt')
-rw-r--r--tests/executor/negative_memory_limit.phpt2
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--
16ALERT - script tried to increase memory_limit to %d bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '%s', line 2) 16ALERT - 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)
1716M 1716M
18 18