Lines Matching refs:use_include_path
97 zend_bool use_include_path = 0; in PHAR_FUNC() local
113 …ARAMS_QUIET, ZEND_NUM_ARGS(), "p|br!ll", &filename, &filename_len, &use_include_path, &zcontext, &… in PHAR_FUNC()
117 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
149 if (use_include_path) { in PHAR_FUNC()
232 zend_bool use_include_path = 0; in PHAR_FUNC() local
244 …_PARAMS_QUIET, ZEND_NUM_ARGS(), "p|br!", &filename, &filename_len, &use_include_path, &zcontext) =… in PHAR_FUNC()
247 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
273 if (use_include_path) { in PHAR_FUNC()
332 zend_bool use_include_path = 0; in PHAR_FUNC() local
345 …D_NUM_ARGS(), "ps|br", &filename, &filename_len, &mode, &mode_len, &use_include_path, &zcontext) =… in PHAR_FUNC()
348 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
374 if (use_include_path) { in PHAR_FUNC()