Lines Matching refs:stub
13 $stub = b'<?php echo "first stub\n"; __HALT_COMPILER(); ?>';
14 $file = $stub;
24 var_dump($stub);
26 var_dump($phar->getStub() == $stub);
28 $stub = '<?php echo "second stub\n"; __HALT_COMPILER(); ?>';
29 $sexp = $stub . "\r\n";
30 $stub = fopen('data://,'.$stub, 'r');
31 $phar->setStub($stub);
33 var_dump($phar->getStub() == $stub);
37 var_dump($phar->getStub() == $stub);
41 var_dump($phar->getStub() == $stub);
52 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
53 string(48) "<?php echo "first stub\n"; __HALT_COMPILER(); ?>"
55 string(51) "<?php echo "second stub\n"; __HALT_COMPILER(); ?>
59 string(51) "<?php echo "second stub\n"; __HALT_COMPILER(); ?>