annotate vendor/nikic/php-parser/test/code/parser/stmt/haltCompilerInvalidSyntax.test @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 5fb285c0d0e3
children
rev   line source
Chris@0 1 Invalid __halt_compiler() syntax
Chris@0 2 -----
Chris@0 3 <?php
Chris@0 4 __halt_compiler()
Chris@0 5 -----
Chris@13 6 __HALT_COMPILER must be followed by "();" on line 2