Searched refs:new_stub (Results 1 – 1 of 1) sorted by relevance
2640 zend_string *new_stub = NULL; in phar_flush_ex() local2646 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 10 milliseconds