This repository has been archived on 2026-07-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
HomeIsWhereTheMoneyIs/vendor/nikic/php-parser/test/code/parser/stmt/haltCompilerInvalidSyntax.test
T
2017-05-24 18:35:30 -05:00

7 lines
121 B
Plaintext
Executable File

Invalid __halt_compiler() syntax
-----
<?php
__halt_compiler()
-----
__HALT_COMPILER must be followed by "();" on line 2