From:             j dot amel83 at gmail dot com
Operating system: Win XP, Apache 2.0.54
PHP version:      5.0.4
PHP Bug Type:     Class/Object related
Bug description:  resterict access on constants

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

-- 
Edit bug report at http://bugs.php.net/?id=33444&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=33444&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=33444&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=33444&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=33444&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=33444&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=33444&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=33444&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=33444&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=33444&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=33444&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=33444&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=33444&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=33444&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=33444&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=33444&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=33444&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=33444&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=33444&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=33444&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=33444&r=mysqlcfg

Reply via email to