summaryrefslogtreecommitdiff
path: root/src/tests/disable_function/disabled_function_echo_2.phpt
blob: ce3488ea298fffa5bad76ca4125af4436be25562 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--TEST--
Echo hooking
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/disabled_function_echo.ini
opcache.optimization_level=0
--FILE--
<?php 
echo "qwe";
echo "1";
echo "oops";
?>
--EXPECTF--
qwe1
Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'echo' in %a/disabled_function_echo_2.php on line 4