Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8322261
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T23:19:36+00:00 2026-06-08T23:19:36+00:00

Recently I’ve started converting my framework to use the php namespaces and one question

  • 0

Recently I’ve started converting my framework to use the php namespaces and one question to which I can’t seem to find the answer is – is it ‘legal’ to use reserved words such as ‘Object’, ‘Array’, ‘String’ as namespace and class name within that namespace? An example would be:

namespace System\Object;


class String { }

class Array { }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T23:19:39+00:00Added an answer on June 8, 2026 at 11:19 pm

    PHP will throw an error like:

    Parse error: syntax error, unexpected T_ARRAY, expecting T_STRING
    

    if you try:

    class Array
    {
    
    }
    $myClass = new Array;
    

    Instead, try something like

    class myArray
    {
    
    }
    $myClass = new myArray;
    

    [edit] I’ll elaborate on that a little, they’re reserved for a reason because in the first scenario above, PHP wouldn’t be able to tell the difference between you defining an array or initialising a class of the same name, so it throws an error. There’s no way round this like in MySQL, for example, where you can escape reserved words with a backtick. So in PHP you’re forced to change the name, you don’t have to change it much, one char will do as long as you’re not using the exact same name as a reserved word.

    Hope that helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Recently I was asked to develop an app, which basically is going to use
Recently the PHP manual started showing the following warning on every mysql function page:
Recently, I came across this one stone kills multiple birds framework - http://phonegap.com/ .
Recently one of our app servers went down, when it was rebooted the Python
Recently, I was writing a class in which I discovered that I could reduce
Recently launched a Magento store which features an image slider on the homepage. Works
recently I started using storyboard and I've the following situation: I want to set
Recently two users of our software from the same company started experiencing random closures
Recently i am making an app on facebook. So i have use facebook api.
Recently I am working on selenium webdriver 2.0 (developing automation framework). As per requirement

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.