php-src/Zend/tests/errmsg_015.phpt

15 lines
228 B
Plaintext
Raw Normal View History

2007-02-02 12:53:54 +00:00
--TEST--
errmsg: __clone() cannot accept any arguments
--FILE--
<?php
class test {
function __clone($var) {
}
}
echo "Done\n";
?>
--EXPECTF--
Fatal error: Method test::__clone() cannot accept any arguments in %s on line %d