Lines Matching refs:use_include_path
97 zend_bool use_include_path = 0; in PHAR_FUNC() local
114 …RAMS_QUIET, ZEND_NUM_ARGS(), "p|br!ll!", &filename, &filename_len, &use_include_path, &zcontext, &… in PHAR_FUNC()
122 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
154 if (use_include_path) { in PHAR_FUNC()
237 zend_bool use_include_path = 0; in PHAR_FUNC() local
249 …_PARAMS_QUIET, ZEND_NUM_ARGS(), "p|br!", &filename, &filename_len, &use_include_path, &zcontext) =… in PHAR_FUNC()
252 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
278 if (use_include_path) { in PHAR_FUNC()
337 zend_bool use_include_path = 0; in PHAR_FUNC() local
350 …_NUM_ARGS(), "ps|br!", &filename, &filename_len, &mode, &mode_len, &use_include_path, &zcontext) =… in PHAR_FUNC()
353 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
379 if (use_include_path) { in PHAR_FUNC()