php-src/Zend/tests/errmsg_012.phpt

12 lines
210 B
Plaintext
Raw Normal View History

2007-02-07 11:10:32 +00:00
--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