radarrplexorganizrnginxsonarrdashboardserverhomepagesabnzbdheimdallembycouchpotatonzbgetbookmarkapplication-dashboardmuximuxlandingpagestartpagelandinghtpc
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
788 B
37 lines
788 B
6 years ago
|
Comment at end of class (#509)
|
||
|
-----
|
||
|
<?php
|
||
|
class MyClass {
|
||
|
protected $a;
|
||
|
// my comment
|
||
|
}
|
||
|
-----
|
||
|
array(
|
||
|
0: Stmt_Class(
|
||
|
flags: 0
|
||
|
name: Identifier(
|
||
|
name: MyClass
|
||
|
)
|
||
|
extends: null
|
||
|
implements: array(
|
||
|
)
|
||
|
stmts: array(
|
||
|
0: Stmt_Property(
|
||
|
flags: MODIFIER_PROTECTED (2)
|
||
|
props: array(
|
||
|
0: Stmt_PropertyProperty(
|
||
|
name: VarLikeIdentifier(
|
||
|
name: a
|
||
|
)
|
||
|
default: null
|
||
|
)
|
||
|
)
|
||
|
)
|
||
|
1: Stmt_Nop(
|
||
|
comments: array(
|
||
|
0: // my comment
|
||
|
)
|
||
|
)
|
||
|
)
|
||
|
)
|
||
|
)
|