summaryrefslogtreecommitdiff
path: root/src/tests/dump_request/dump_segfault1.phpt
blob: 4e241d7d74f5b5f2ed1787f58c8a986d47a50b91 (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")) print "skip"; ?>
--INI--
sp.configuration_file={PWD}/config/config_dump_segfault1.ini
--FILE--
<?php 
echo strpos("pouet", "p") . "\n";
?>
--EXPECTF--
Fatal error: [snuffleupagus][0.0.0.0][disabled_function][drop] 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