ShivaGupta Posted September 30, 2013 Share Posted September 30, 2013 after downgred php 5.3 to PHP 5.2 Parse error: syntax error, unexpected ':' in index.php on line 88 but wih 5.3 their was no error here is that 88 line... relogin: Link to comment https://forums.phpfreaks.com/topic/282574-after-downgred-php-to-php-52-parse-error-syntax-error-unexpected-in-indexphp-on-line-88/ Share on other sites More sharing options...
AbraCadaver Posted September 30, 2013 Share Posted September 30, 2013 Looks like a label for a goto statement. No goto in 5.2. Link to comment https://forums.phpfreaks.com/topic/282574-after-downgred-php-to-php-52-parse-error-syntax-error-unexpected-in-indexphp-on-line-88/#findComment-1451906 Share on other sites More sharing options...
DavidAM Posted September 30, 2013 Share Posted September 30, 2013 That four-letter word (goto) should be in the forum's filter for bad-words. I can't understand why a language advancing the way PHP is, would ADD this construct. It's the kind of thing you would expect someone to recommend for removal. At least they added the disclaimer (sortof): Link to comment https://forums.phpfreaks.com/topic/282574-after-downgred-php-to-php-52-parse-error-syntax-error-unexpected-in-indexphp-on-line-88/#findComment-1451964 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.