Searched refs:new_stub (Results 1 – 1 of 1) sorted by relevance
2641 zend_string *new_stub = NULL; in phar_flush_ex() local2647 new_stub = phar_create_default_stub(NULL, NULL, NULL); in phar_flush_ex()2648 phar->halt_offset = ZSTR_LEN(new_stub); in phar_flush_ex()2649 written = php_stream_write(newfile, ZSTR_VAL(new_stub), phar->halt_offset); in phar_flush_ex()2657 if (new_stub) { in phar_flush_ex()2663 if (new_stub) { in phar_flush_ex()2664 zend_string_free(new_stub); in phar_flush_ex()2668 if (new_stub) { in phar_flush_ex()2669 zend_string_free(new_stub); in phar_flush_ex()
Completed in 11 milliseconds