|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-07-14 20:01 UTC] kalle@php.net
-Status: Open
+Status: Feedback
[2015-07-14 20:01 UTC] kalle@php.net
[2015-07-26 04:22 UTC] php-bugs at lists dot php dot net
[2015-07-30 21:53 UTC] banka5 at inbox dot lv
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 11:00:01 2025 UTC |
Description: ------------ I get "Syntax error, unexpected 'finally' (T_STRING), expecting catch (T_CATCH)" error when running my code on 7.0.0-beta1, while the same code works fine on 5.6.8. Tested on Ubuntu Server 14.04.2 LTS as well - same problem. Test script: --------------- try { // Some code } finally { // Some code }