summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/bug68104.phpt
blob: 8d3bf70a4d0693db537adababdae06dbe55e768c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--TEST--
Bug #68104 (Segfault while pre-evaluating a disabled function)
--CREDITS--
manuel <manuel@mausz.at>
--INI--
opcache.enable=1
opcache.enable_cli=1
disable_functions=dl
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
var_dump(is_callable("dl"));
dl("a.so");
?>
--EXPECTF--
bool(true)

Warning: dl() has been disabled for security reasons in %sbug68104.php on line %d