ID:               47068
 Updated by:       fel...@php.net
 Reported By:      ninzya at inbox dot lv
-Status:           Open
+Status:           Bogus
 Bug Type:         Scripting Engine problem
 Operating System: Windows XP
 PHP Version:      5.3.0alpha3
 New Comment:

Hi,
the namespace separator was changed to \.
http://docs.php.net/manual/en/language.namespaces.basics.php


Previous Comments:
------------------------------------------------------------------------

[2009-01-11 15:21:49] ninzya at inbox dot lv

This used to work in PHP 5.3.0alpha2

------------------------------------------------------------------------

[2009-01-11 15:20:54] ninzya at inbox dot lv

Description:
------------
See details below

Reproduce code:
---------------
index.php:

 1: <?php
 2: 
 3: class Test {
 4:   public static function Fn() {
 5:     return 'Passed';
 6:   }
 7: }
 8: 
 9: echo ::Test::Fn();
10: 
11: ?>

Expected result:
----------------
Passed

Actual result:
--------------
Parse error: parse error in D:\WebServer\PHP-5.3a3\index.php on line 9


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=47068&edit=1

Reply via email to