summaryrefslogtreecommitdiff
path: root/src/tests/disable_function/disabled_functions_noconf.phpt
blob: cb134137b284dabb42fe3da79e9edd54ad2ca34f (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/empty.ini
--FILE--
<?php 
echo strpos("pouet", "o");
?>
--EXPECT--
1