newstub 2498 ext/phar/phar.c zend_string *newstub; newstub 2642 ext/phar/phar.c newstub = NULL; newstub 2645 ext/phar/phar.c newstub = phar_create_default_stub(NULL, NULL, NULL); newstub 2646 ext/phar/phar.c phar->halt_offset = ZSTR_LEN(newstub); newstub 2647 ext/phar/phar.c written = php_stream_write(newfile, ZSTR_VAL(newstub), phar->halt_offset); newstub 2655 ext/phar/phar.c if (newstub) { newstub 2661 ext/phar/phar.c if (newstub) { newstub 2662 ext/phar/phar.c zend_string_free(newstub); newstub 2666 ext/phar/phar.c if (newstub) { newstub 2667 ext/phar/phar.c zend_string_free(newstub); newstub 5197 ext/phar/phar_object.c ZEND_ARG_INFO(0, newstub) newstub 947 ext/phar/tar.c static const char newstub[] = "<?php // tar-based phar archive stub file\n__HALT_COMPILER();"; newstub 1093 ext/phar/tar.c if (sizeof(newstub)-1 != php_stream_write(entry.fp, newstub, sizeof(newstub)-1)) { newstub 1101 ext/phar/tar.c entry.uncompressed_filesize = entry.compressed_filesize = sizeof(newstub) - 1; newstub 1186 ext/phar/zip.c static const char newstub[] = "<?php // zip-based phar archive stub file\n__HALT_COMPILER();"; newstub 1354 ext/phar/zip.c if (sizeof(newstub)-1 != php_stream_write(entry.fp, newstub, sizeof(newstub)-1)) { newstub 1362 ext/phar/zip.c entry.uncompressed_filesize = entry.compressed_filesize = sizeof(newstub) - 1;