ID:               38303
 Updated by:       [EMAIL PROTECTED]
 Reported By:      marcos dot neves at gmail dot com
-Status:           Assigned
+Status:           Closed
 Bug Type:         SPL related
 Operating System: WINXP
 PHP Version:      5CVS-2006-08-03 (snap)
 Assigned To:      iliaa
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




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

Reply via email to