ID: 38303
Updated by: [EMAIL PROTECTED]
Reported By: marcos dot neves at gmail dot com
-Status: Open
+Status: Assigned
Bug Type: SPL related
Operating System: WINXP
PHP Version: 5CVS-2006-08-03 (snap)
-Assigned To:
+Assigned To: iliaa
Previous Comments:
------------------------------------------------------------------------
[2006-08-03 02:34:43] marcos dot neves at gmail dot com
Description:
------------
If an error happens inside the loaded class, it dies silently with no
display. That is horrible to debugging.
Reproduce code:
---------------
<?
echo foo
class Abc {}
?>
<?
// autoload.php
spl_autoload_register();
//require_once "abc.php"; // uncomment to show error
new Abc();
?>
Expected result:
----------------
Parse error: parse error, unexpected T_CLASS, expecting ',' or ';' in
abc.php on line 5
Actual result:
--------------
nothing is displayed
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=38303&edit=1