|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-06-23 09:03 UTC] j dot amel83 at gmail dot com
[2006-04-03 13:36 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 30 10:00:01 2025 UTC |
Description: ------------ there is an error when I try to difine a constant with protected/private modifier Reproduce code: --------------- <?php class User { /* *max time in seconds that a user can be idle in the system */ protected const MAX_IDLE_TIME = 900; /* * * */ } Actual result: -------------- Parse error: syntax error, unexpected T_CONST, expecting T_VARIABLE in D:\ApacheWebServerRootDirectory\ab-candles\bug.php on line 6