clone_003.phpt 272 B

123456789101112131415
  1. --TEST--
  2. Using clone statement on undefined variable
  3. --FILE--
  4. <?php
  5. $a = clone $b;
  6. ?>
  7. --EXPECTF--
  8. Warning: Undefined variable $b in %s on line %d
  9. Fatal error: Uncaught Error: __clone method called on non-object in %s:%d
  10. Stack trace:
  11. #0 {main}
  12. thrown in %s on line %d