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