summaryrefslogtreecommitdiff
path: root/src/tests/dump_request/dump_segfault1.phpt
blob: bb35aa6cae30a46f385393fc84584ed7cd651d07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Disable functions check on `ret` with an alias
--SKIPIF--
<?php if (!extension_loaded("snuffleupagus")) die "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/config_dump_segfault1.ini
--FILE--
<?php 
echo strpos("pouet", "p") . "\n";
?>
--EXPECTF--
Fatal error: [snuffleupagus][disabled_function] Aborted execution on return of the function 'strpos', because the function returned '0', which matched the rule 'test' in %a/dump_segfault1.php on line 2