PhpParser\LexerTest::provideTestHaltCompiler PHP Method

provideTestHaltCompiler() public method

    public function provideTestHaltCompiler()
    {
        return array(array('<?php ... __halt_compiler();Remaining Text', 'Remaining Text'), array('<?php ... __halt_compiler ( ) ;Remaining Text', 'Remaining Text'), array('<?php ... __halt_compiler() ?>Remaining Text', 'Remaining Text'));
    }