summaryrefslogtreecommitdiff
path: root/Zend/tests/errmsg_012.phpt
blob: 183785be043fa5b4016bad47b0d900220b49816d (plain)
1
2
3
4
5
6
7
8
9
10
11
--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