|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-01-11 16:25 UTC] felipe@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 15:00:01 2025 UTC |
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