Edit report at https://bugs.php.net/bug.php?id=55205&edit=1

 ID:                 55205
 Updated by:         fel...@php.net
 Reported by:        vodmal at yandex dot ru
 Summary:            Catchable fatal error is not fatal
-Status:             Open
+Status:             Feedback
 Type:               Bug
 Package:            Scripting Engine problem
 Operating System:   redhat
 PHP Version:        5.3.6
 Block user comment: N
 Private report:     N

 New Comment:

Are you using some zend extension?


Previous Comments:
------------------------------------------------------------------------
[2011-07-14 06:41:59] vodmal at yandex dot ru

Description:
------------
Catchable fatal error is not fatal. 

Test script:
---------------
<?php
class ClassA {
    function __construct(ClassA $a) {}
}
$a = new ClassA(new stdClass);

echo ":( not halted";

Expected result:
----------------
Fatal error. Script execution halt.

Actual result:
--------------
:( not halted


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=55205&edit=1

Reply via email to