summaryrefslogtreecommitdiff
path: root/src/tests/disable_function/noncore_function_hooking.phpt
blob: ac7d98760d55be5fb8f6cf08a089a145b45ca0b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--TEST--
Hooking of user-defined functions
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/config_noncore_function_hooking.ini
--FILE--
<?php 
function custom_fun($a) {
	echo $a;
}
custom_fun("hello");
?>
--EXPECTF--
Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'custom_fun' in %a/noncore_function_hooking.php on line 3