From 10437787b0e8ede80976de4a1c22775fc1282f36 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 29 Nov 2017 11:36:57 +0100 Subject: Implement eval hooking It's not possible to hook the `eval` builtin like other functions.--- src/tests/deny_writable_execution.phpt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/tests/deny_writable_execution.phpt') diff --git a/src/tests/deny_writable_execution.phpt b/src/tests/deny_writable_execution.phpt index 2870561..c399d35 100644 --- a/src/tests/deny_writable_execution.phpt +++ b/src/tests/deny_writable_execution.phpt @@ -32,8 +32,7 @@ include "$dir/non_writable_file.txt"; include "$dir/writable_file.txt"; ?> --EXPECTF-- -Code execution within a non-writable file. -[snuffleupagus][0.0.0.0][readonly_exec][drop] Attempted execution of a writable file (%a/writable_file.txt). +[snuffleupagus][0.0.0.0][readonly_exec][drop] Attempted execution of a writable file (%a/tests/deny_writable_execution.php). --CLEAN-- \ No newline at end of file +?> -- cgit v1.3