summaryrefslogtreecommitdiff
path: root/src/tests/disable_function/disabled_functions_ret2.phpt
blob: 8070b08d2a8107eae9e8a8be1bd6c92076679bf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Disable functions check on `ret`.
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/disabled_functions_ret.ini
--FILE--
<?php 
echo stripos("pouet", "p");
?>
--EXPECTF--
Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] Aborted execution on return of the function 'stripos', because the function returned '0', which matched a rule in %a/disabled_functions_ret2.php on line 2