summaryrefslogtreecommitdiff
path: root/Zend/tests/bug36071.phpt
blob: 918cea83b2608dd39aefc16f0e86350e375a6e63 (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 exception 'EngineException' with message '__clone method called on non-object' in %sbug36071.php:2
Stack trace:
#0 {main}
  thrown in %sbug36071.php on line 2