![]() ![]() | ![]() |
1.1 ! misho 1: --TEST-- ! 2: errmsg: disabled function ! 3: --INI-- ! 4: disable_functions=phpinfo ! 5: --FILE-- ! 6: <?php ! 7: ! 8: phpinfo(); ! 9: ! 10: echo "Done\n"; ! 11: ?> ! 12: --EXPECTF-- ! 13: Warning: phpinfo() has been disabled for security reasons in %s on line %d ! 14: Done