bug36071.phpt 219 B

1234567891011
  1. --TEST--
  2. Bug #36071 (Engine Crash related with 'clone')
  3. --INI--
  4. error_reporting=4095
  5. --FILE--
  6. <?php
  7. $a = clone 0;
  8. $a[0]->b = 0;
  9. ?>
  10. --EXPECTF--
  11. Fatal error: __clone method called on non-object in %sbug36071.php on line 2