comparison vendor/nikic/php-parser/test/code/parser/stmt/controlFlow.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
45 expr: Expr_Variable( 45 expr: Expr_Variable(
46 name: e 46 name: e
47 ) 47 )
48 ) 48 )
49 7: Stmt_Label( 49 7: Stmt_Label(
50 name: label 50 name: Identifier(
51 name: label
52 )
51 ) 53 )
52 8: Stmt_Goto( 54 8: Stmt_Goto(
53 name: label 55 name: Identifier(
56 name: label
57 )
54 ) 58 )
55 ) 59 )