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