comparison vendor/nikic/php-parser/test/code/parser/blockComments.test @ 13:5fb285c0d0e3

Update Drupal core to 8.4.7 via Composer. Security update; I *think* we've been lucky to get away with this so far, as we don't support self-registration which seems to be used by the so-called "drupalgeddon 2" attack that 8.4.5 was vulnerable to.
author Chris Cannam
date Mon, 23 Apr 2018 09:33:26 +0100
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
12:7a779792577d 13:5fb285c0d0e3
13 13
14 // empty 14 // empty
15 {} 15 {}
16 ----- 16 -----
17 array( 17 array(
18 0: Expr_Variable( 18 0: Stmt_Expression(
19 name: a 19 expr: Expr_Variable(
20 name: a
21 comments: array(
22 0: // baz
23 )
24 )
20 comments: array( 25 comments: array(
21 0: // foo 26 0: // foo
22 1: // bar 27 1: // bar
23 2: // baz 28 2: // baz
24 ) 29 )