Home
last modified time | relevance | path

Searched refs:is_stream_wrapper (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/main/
H A Dfopen_wrappers.c513 int is_stream_wrapper = 0; local
520 is_stream_wrapper = 1;
545 if (is_stream_wrapper) {
/PHP-5.4/ext/phar/
H A Dutil.c424 int len, is_stream_wrapper = 0, maybe_stream = 1; in phar_find_in_include_path()
437 is_stream_wrapper = 1; in phar_find_in_include_path()
469 if (!is_stream_wrapper && maybe_stream) { in phar_find_in_include_path()
474 …if (is_stream_wrapper || (n < len - 3 && (*p == ':') && (n > 1) && (!strncmp("//", p+1, 2) || !mem… in phar_find_in_include_path()

Completed in 15 milliseconds