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