bug69793.phpt 655 B

1234567891011121314
  1. --TEST--
  2. Bug #69793: Remotely triggerable stack exhaustion via recursive method calls
  3. --FILE--
  4. <?php
  5. $e = unserialize('O:9:"Exception":7:{s:17:"'."\0".'Exception'."\0".'string";s:1:"a";s:7:"'."\0".'*'."\0".'code";i:0;s:7:"'."\0".'*'."\0".'file";s:0:"";s:7:"'."\0".'*'."\0".'line";i:1337;s:16:"'."\0".'Exception'."\0".'trace";a:0:{}s:19:"'."\0".'Exception'."\0".'previous";i:10;s:10:"'."\0".'*'."\0".'message";N;}');
  6. var_dump($e."");
  7. ?>
  8. --EXPECTF--
  9. Fatal error: Uncaught TypeError: Cannot assign int to property Exception::$previous of type ?Throwable in %s:%d
  10. Stack trace:
  11. #0 %s(%d): unserialize('O:9:"Exception"...')
  12. #1 {main}
  13. thrown in %s on line %d