Searched refs:phar_open_from_fp (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/phar/ |
H A D | phar_internal.h | 687 static int phar_open_from_fp(php_stream* fp, char *fname, int fname_len, char *alias, int alias_len…
|
H A D | phar.c | 1345 …if (phar_open_from_fp(fp, fname, fname_len, alias, alias_len, options, pphar, is_data, error TSRML… 1519 …ret = phar_open_from_fp(fp, fname, fname_len, alias, alias_len, options, pphar, is_data, error TS… 1563 static int phar_open_from_fp(php_stream* fp, char *fname, int fname_len, char *alias, int alias_len… function 2392 …ret = phar_open_from_fp(fp, fname, fname_len, alias, alias_len, REPORT_ERRORS, NULL, 0, error TSRM…
|
/PHP-5.4/ |
H A D | NEWS | 2762 . Fixed bug #60164 (Stubs of a specific length break phar_open_from_fp
|
Completed in 30 milliseconds