newstub 2552 ext/phar/phar.c char *newstub, *tmp; newstub 2692 ext/phar/phar.c newstub = NULL; newstub 2695 ext/phar/phar.c newstub = phar_create_default_stub(NULL, NULL, &(phar->halt_offset), NULL TSRMLS_CC); newstub 2696 ext/phar/phar.c written = php_stream_write(newfile, newstub, phar->halt_offset); newstub 2704 ext/phar/phar.c if (newstub) { newstub 2710 ext/phar/phar.c if (newstub) { newstub 2711 ext/phar/phar.c efree(newstub); newstub 2715 ext/phar/phar.c if (newstub) { newstub 2716 ext/phar/phar.c efree(newstub); newstub 5254 ext/phar/phar_object.c ZEND_ARG_INFO(0, newstub) newstub 948 ext/phar/tar.c static const char newstub[] = "<?php // tar-based phar archive stub file\n__HALT_COMPILER();"; newstub 1080 ext/phar/tar.c if (sizeof(newstub)-1 != php_stream_write(entry.fp, newstub, sizeof(newstub)-1)) { newstub 1088 ext/phar/tar.c entry.uncompressed_filesize = entry.compressed_filesize = sizeof(newstub) - 1; newstub 1161 ext/phar/zip.c static const char newstub[] = "<?php // zip-based phar archive stub file\n__HALT_COMPILER();"; newstub 1315 ext/phar/zip.c if (sizeof(newstub)-1 != php_stream_write(entry.fp, newstub, sizeof(newstub)-1)) { newstub 1323 ext/phar/zip.c entry.uncompressed_filesize = entry.compressed_filesize = sizeof(newstub) - 1;