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