Test: /Zend/tests/bug73163.phpt - Version 7.1.11-dev        

Bug #73163 PHP hangs if error handler throws while accessing undef const in default value
Submitted: 2016-09-24 10:59:22 Modified: 2016-09-24 10:59:32
From: nikic Assigned: nikic
Status: Closed Package: Scripting Engine problem
PHP Version: 7.0.11 OS:

There is 1 diff reported by users for this test.

Count Diff
2 (100%)
001+ Fatal error: Uncaught Error: Undefined constant 'UNDEFINED' in %s/bug73163.php:3
001- Fatal error: Uncaught Exception: Use of undefined constant UNDEFINED - assumed 'UNDEFINED' in %s:%d
003+ #0 %s/bug73163.php(10): doSomething()
004+ #1 {main}
003- #0 %s(%d): {closure}(%s)
004- #1 %s(%d): doSomething()
005- #2 {main}