php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #63372 Namespace Declaration Missing Parse Error
Submitted: 2012-10-26 19:15 UTC Modified: 2012-10-26 20:51 UTC
From: hanskrentel at yahoo dot de Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 5.4.8 OS:
Private report: No CVE-ID: None
 [2012-10-26 19:15 UTC] hanskrentel at yahoo dot de
Description:
------------
The following file namespace declaration:

namespace \Name;

Does not give a Parse Error. It's sister declaration:

namespace \Name {}

does.


Test script:
---------------
<?php
namespace \Name;


Expected result:
----------------
Parse Error in Line 2 about an unexpected ; or T_NAMESPACE_SEPARATOR

Actual result:
--------------
Parser has no problem with the file at all.

Problems become only noticeable at runtime then.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-10-26 20:51 UTC] hanskrentel at yahoo dot de
-Status: Open +Status: Closed -Package: Class/Object related +Package: Scripting Engine problem
 [2012-10-26 20:51 UTC] hanskrentel at yahoo dot de
Solved. Thanks NikiC http://stackoverflow.com/a/13094151/367456
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 13:01:35 2025 UTC