php-src/Zend/tests/errmsg_012.phpt
2018-10-14 19:45:12 +02:00

12 lines
209 B
PHP

--TEST--
errmsg: __autoload() must take exactly 1 argument
--FILE--
<?php
function __autoload($a, $b) {}
echo "Done\n";
?>
--EXPECTF--
Fatal error: __autoload() must take exactly 1 argument in %s on line %d