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