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