Lines Matching refs:use_include_path
99 zend_bool use_include_path = 0; in PHAR_FUNC() local
116 …T, ZEND_NUM_ARGS() TSRMLS_CC, "p|br!ll", &filename, &filename_len, &use_include_path, &zcontext, &… in PHAR_FUNC()
120 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
151 if (use_include_path) { in PHAR_FUNC()
235 zend_bool use_include_path = 0; in PHAR_FUNC() local
247 …IET, ZEND_NUM_ARGS() TSRMLS_CC, "p|br!", &filename, &filename_len, &use_include_path, &zcontext) =… in PHAR_FUNC()
250 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
275 if (use_include_path) { in PHAR_FUNC()
330 zend_bool use_include_path = 0; in PHAR_FUNC() local
343 …() TSRMLS_CC, "ps|br", &filename, &filename_len, &mode, &mode_len, &use_include_path, &zcontext) =… in PHAR_FUNC()
346 if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { in PHAR_FUNC()
371 if (use_include_path) { in PHAR_FUNC()