summaryrefslogtreecommitdiff
path: root/src/tests/disabled_functions_die.phpt
blob: 3fa8c4b8d3655b3038a7b745dbd0918fd5db6878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--TEST--
Disable functions - die
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) die "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/disabled_functions_die.ini
--FILE--
<?php 
die('OMG');
?>
--EXPECTF--
[snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on call of the function 'die' in %a/tests/disabled_functions_die.php:%d.
--XFAIL--