Searched refs:newstub (Results 1 – 5 of 5) sorted by relevance
23 $newstub = '<?php echo "second stub\n"; _x_HALT_COMPILER(); ?>';26 $phar->setStub($newstub);
22 $newstub = '<?php echo "second stub\n"; _x_HALT_COMPILER(); ?>';25 $phar->setStub($newstub);
25 $newstub = '<?php echo "second stub\n"; _x_HALT_COMPILER(); ?>';28 $phar->setStub($newstub);
964 static const char newstub[] = "<?php // tar-based phar archive stub file\n__HALT_COMPILER();"; in phar_tar_flush() local1067 if (sizeof(newstub)-1 != php_stream_write(entry.fp, newstub, sizeof(newstub)-1)) { in phar_tar_flush()1075 entry.uncompressed_filesize = entry.compressed_filesize = sizeof(newstub) - 1; in phar_tar_flush()
1256 static const char newstub[] = "<?php // zip-based phar archive stub file\n__HALT_COMPILER();"; in phar_zip_flush() local1360 if (sizeof(newstub)-1 != php_stream_write(entry.fp, newstub, sizeof(newstub)-1)) { in phar_zip_flush()1368 entry.uncompressed_filesize = entry.compressed_filesize = sizeof(newstub) - 1; in phar_zip_flush()
Completed in 10 milliseconds