Home
last modified time | relevance | path

Searched refs:new_stub (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/phar/
H A Dphar.c2640 zend_string *new_stub = NULL; in phar_flush_ex() local
2646 new_stub = phar_create_default_stub(NULL, NULL, NULL); in phar_flush_ex()
2647 phar->halt_offset = ZSTR_LEN(new_stub); in phar_flush_ex()
2648 written = php_stream_write(newfile, ZSTR_VAL(new_stub), phar->halt_offset); in phar_flush_ex()
2656 if (new_stub) { in phar_flush_ex()
2662 if (new_stub) { in phar_flush_ex()
2663 zend_string_free(new_stub); in phar_flush_ex()
2667 if (new_stub) { in phar_flush_ex()
2668 zend_string_free(new_stub); in phar_flush_ex()

Completed in 13 milliseconds