Lines Matching refs:use_include_path
99 zend_bool use_include_path = 0; in PHAR_FUNC() local
115 …ARAMS_QUIET, ZEND_NUM_ARGS(), "p|br!ll", &filename, &filename_len, &use_include_path, &zcontext, &… in PHAR_FUNC()
119 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
151 if (use_include_path) { in PHAR_FUNC()
234 zend_bool use_include_path = 0; in PHAR_FUNC() local
246 …_PARAMS_QUIET, ZEND_NUM_ARGS(), "p|br!", &filename, &filename_len, &use_include_path, &zcontext) =… in PHAR_FUNC()
249 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
275 if (use_include_path) { in PHAR_FUNC()
334 zend_bool use_include_path = 0; in PHAR_FUNC() local
347 …D_NUM_ARGS(), "ps|br", &filename, &filename_len, &mode, &mode_len, &use_include_path, &zcontext) =… in PHAR_FUNC()
350 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
376 if (use_include_path) { in PHAR_FUNC()