summaryrefslogtreecommitdiff
path: root/Zend/tests/errmsg_020.phpt
blob: 636e29d01fe31c434dbc84a5f8f5882724019fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
errmsg: disabled function
--INI--
disable_functions=phpinfo
--FILE--
<?php

phpinfo();

echo "Done\n";
?>
--EXPECTF--
Warning: phpinfo() has been disabled for security reasons in %s on line %d
Done