summaryrefslogtreecommitdiff
path: root/src/tests/disable_function/disabled_functions_ret_allow_value.phpt
blob: c7785fdb5818e5d37dfbf9026d124df2a1a89fcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Disable functions check on `ret` allowed
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) print "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/config_disabled_functions_ret_allow_value.ini
--FILE--
<?php 
echo strpos("pouet", "p");
?>
--EXPECT--
0