From 9e769944ff07e39f3890f192e9bb8c57a8cef54c Mon Sep 17 00:00:00 2001 From: kkadosh Date: Tue, 27 Feb 2018 16:40:00 +0000 Subject: Implements .dump() for unserialize and fix some related tests --- src/tests/dump_request_too_big.phpt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'src/tests/dump_request_too_big.phpt') diff --git a/src/tests/dump_request_too_big.phpt b/src/tests/dump_request_too_big.phpt index 6029c61..795a5c2 100644 --- a/src/tests/dump_request_too_big.phpt +++ b/src/tests/dump_request_too_big.phpt @@ -9,7 +9,7 @@ if (!extension_loaded("snuffleupagus")) { foreach (glob("/tmp/dump_result/sp_dump.*") as $dump) { @unlink($dump); } -@rmdir("/tmp/tests/dump_result/"); +@rmdir("/tmp/dump_result/"); ?> --POST-- post_a=data_post_a&post_b=data_post_b&post_c=c @@ -26,17 +26,18 @@ sp.configuration_file={PWD}/config/dump_request.ini --FILE-- --EXPECTF-- 1 -[snuffleupagus][127.0.0.1][disabled_function][drop] The call to the function 'system' in %a/dump_request_too_big.php:%d has been disabled. +[snuffleupagus][127.0.0.1][disabled_function][simulation] The call to the function 'system' in %a/dump_request_too_big.php:%d has been disabled. +1337 \ No newline at end of file -- cgit v1.3