-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/Zend/tests/
File Upload :
Current File : //usr/src/php/Zend/tests/errmsg_014.phpt

--TEST--
errmsg: cannot call __clone() method on objects
--FILE--
<?php

class test {
	function __clone() {
	}
}

$t = new test;
$t->__clone();

echo "Done\n";
?>
--EXPECTF--	
Fatal error: Cannot call __clone() method on objects - use 'clone $obj' instead in %s on line %d

Copyright © 2017 || Recoded By Mr.Bumblebee