summaryrefslogtreecommitdiff
path: root/Zend/tests/bug36071.phpt
blob: 945118fef375448bcd3d5382bc43681c797dd7ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Bug #36071 (Engine Crash related with 'clone')
--INI--
error_reporting=4095
--FILE--
<?php
$a = clone 0;
$a[0]->b = 0;
?>
--EXPECTF--
Fatal error: Uncaught Error: __clone method called on non-object in %sbug36071.php:2
Stack trace:
#0 {main}
  thrown in %sbug36071.php on line 2