From 65c1c61cc3360337a58ea0359dc48f45127ca2d6 Mon Sep 17 00:00:00 2001 From: Stefan Esser Date: Tue, 11 Feb 2014 16:44:43 +0100 Subject: Fix some tests --- tests/executor/disable_emod_on.phpt | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'tests/executor/disable_emod_on.phpt') diff --git a/tests/executor/disable_emod_on.phpt b/tests/executor/disable_emod_on.phpt index 6daf82f..0f26d65 100644 --- a/tests/executor/disable_emod_on.phpt +++ b/tests/executor/disable_emod_on.phpt @@ -3,17 +3,22 @@ Testing: suhosin.executor.disable_emodifier=1 --SKIPIF-- --INI-- +error_reporting=E_ALL&~E_DEPRECATED suhosin.log.sapi=64 suhosin.executor.disable_emodifier=1 --FILE-- --EXPECTF-- string(5) "HALLO" -ALERT - use of preg_replace() with /e modifier is forbidden by configuration (attacker 'REMOTE_ADDR not set', file '%s', line 5) +ALERT - use of preg_replace() with /e modifier is forbidden by configuration (attacker 'REMOTE_ADDR not set', file '%s', line 7) -Fatal error: SUHOSIN - Use of preg_replace() with /e modifier is forbidden by configuration in %s(5) : regexp code on line 5 +Fatal error: SUHOSIN - Use of preg_replace() with /e modifier is forbidden by configuration in %s(7) : regexp code on line %d -- cgit v1.3