Searched refs:stub_file_content (Results 1 – 1 of 1) sorted by relevance
2894 zend_string *stub_file_content = NULL; in PHP_METHOD() local2896 stub_file_content = php_stream_copy_to_mem(stream, len, false); in PHP_METHOD()2898 stub_file_content = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, false); in PHP_METHOD()2901 if (stub_file_content == NULL) { in PHP_METHOD()2906 phar_flush_ex(phar_obj->archive, stub_file_content, /* is_default_stub */ false, &error); in PHP_METHOD()2907 zend_string_release_ex(stub_file_content, false); in PHP_METHOD()
Completed in 15 milliseconds