Mercurial > hg > isophonics-drupal-site
comparison vendor/nikic/php-parser/test/code/parser/comments.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 |
---|---|
19 /* foobar 3 */ | 19 /* foobar 3 */ |
20 // foo 3 | 20 // foo 3 |
21 // bar 3 | 21 // bar 3 |
22 ----- | 22 ----- |
23 array( | 23 array( |
24 0: Expr_Variable( | 24 0: Stmt_Expression( |
25 name: var | 25 expr: Expr_Variable( |
26 name: var | |
27 comments: array( | |
28 0: /** doc 1 */ | |
29 1: /* foobar 1 */ | |
30 2: // foo 1 | |
31 3: // bar 1 | |
32 ) | |
33 ) | |
26 comments: array( | 34 comments: array( |
27 0: /** doc 1 */ | 35 0: /** doc 1 */ |
28 1: /* foobar 1 */ | 36 1: /* foobar 1 */ |
29 2: // foo 1 | 37 2: // foo 1 |
30 3: // bar 1 | 38 3: // bar 1 |