summaryrefslogtreecommitdiff
path: root/Zend/tests/clone_001.phpt
blob: c8ff8d8340fd56844cadaa4ca81e3df2716a5640 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Using clone statement on non-object
--FILE--
<?php

$a = clone array();

?>
--EXPECTF--
Fatal error: __clone method called on non-object in %s on line %d