summaryrefslogtreecommitdiff
path: root/Zend/tests/errmsg_015.phpt
blob: 948dee2f7660a3d05b94b705f03d3d6c4d89ce76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--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