ID: 47069 Updated by: fel...@php.net Reported By: ninzya at inbox dot lv -Status: Open +Status: Bogus Bug Type: Scripting Engine problem Operating System: Windows XP PHP Version: 5.3.0alpha3 New Comment:
The same to bug #47068. Thanks. Previous Comments: ------------------------------------------------------------------------ [2009-01-11 15:25:06] ninzya at inbox dot lv Description: ------------ See details below. This used to work with PHP 5.3.0alpha2 Reproduce code: --------------- index.php: 1: <?php 2: 3: try { 4: 5: } catch( Any::Path::To::Any::Class $e) { 6: 7: } 8: 9: ?> Expected result: ---------------- No parse errors Actual result: -------------- Parse error: parse error, expecting `T_VARIABLE' in D:\WebServer\PHP-5.3a3\index.php on line 5 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=47069&edit=1