home
/
zktecojo
/
public_html
/
vendor
/
nikic
/
php-parser
/
test
/
code
/
parser
/
stmt
/
namespace
➕ New
📤 Upload
✎ Editing:
braced.test
← Back
Braced namespaces ----- <?php namespace Foo\Bar { foo; } namespace { bar; } ----- array( 0: Stmt_Namespace( name: Name( parts: array( 0: Foo 1: Bar ) ) stmts: array( 0: Expr_ConstFetch( name: Name( parts: array( 0: foo ) ) ) ) ) 1: Stmt_Namespace( name: null stmts: array( 0: Expr_ConstFetch( name: Name( parts: array( 0: bar ) ) ) ) ) )
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel