comparison vendor/nikic/php-parser/test/code/parser/semiReserved.test @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 5fb285c0d0e3
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
110 stmts: array( 110 stmts: array(
111 ) 111 )
112 ) 112 )
113 4: Stmt_Property( 113 4: Stmt_Property(
114 flags: MODIFIER_PUBLIC (1) 114 flags: MODIFIER_PUBLIC (1)
115 type: null
115 props: array( 116 props: array(
116 0: Stmt_PropertyProperty( 117 0: Stmt_PropertyProperty(
117 name: VarLikeIdentifier( 118 name: VarLikeIdentifier(
118 name: class 119 name: class
119 ) 120 )
121 ) 122 )
122 ) 123 )
123 ) 124 )
124 5: Stmt_Property( 125 5: Stmt_Property(
125 flags: MODIFIER_PUBLIC (1) 126 flags: MODIFIER_PUBLIC (1)
127 type: null
126 props: array( 128 props: array(
127 0: Stmt_PropertyProperty( 129 0: Stmt_PropertyProperty(
128 name: VarLikeIdentifier( 130 name: VarLikeIdentifier(
129 name: private 131 name: private
130 ) 132 )
218 ) 220 )
219 value: Scalar_LNumber( 221 value: Scalar_LNumber(
220 value: 8 222 value: 8
221 ) 223 )
222 ) 224 )
225 )
226 )
227 8: Stmt_Nop(
228 comments: array(
229 0: // __halt_compiler does not work
223 ) 230 )
224 ) 231 )
225 ) 232 )
226 ) 233 )
227 1: Stmt_Expression( 234 1: Stmt_Expression(