php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26430 class public{} failed.
Submitted: 2003-11-27 00:29 UTC Modified: 2003-11-27 03:56 UTC
From: 336764 at 163 dot com Assigned:
Status: Not a bug Package: Class/Object related
PHP Version: 5.0.0b2 (beta2) OS: MandRake
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: 336764 at 163 dot com
New email:
PHP Version: OS:

 

 [2003-11-27 00:29 UTC] 336764 at 163 dot com
Description:
------------
class public
{
    ....
}


the said "syntax  error..."


Reproduce code:
---------------
class public
{
    ....
}


the said "syntax  error..."



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-27 03:56 UTC] derick@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

\"public\" is a reserved word in PHP.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC