Lines Matching refs:use_include_path
162 bool use_include_path = 0; in PHP_FUNCTION() local
178 …x(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "P|br!ll!", &filename, &use_include_path, &zcontext, &… in PHP_FUNCTION()
189 …if (use_include_path || (!IS_ABSOLUTE_PATH(ZSTR_VAL(filename), ZSTR_LEN(filename)) && !strstr(ZSTR… in PHP_FUNCTION()
190 zend_string *name = phar_get_name_for_relative_paths(filename, use_include_path); in PHP_FUNCTION()
238 bool use_include_path = 0; in PHP_FUNCTION() local
249 …s_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "P|br!", &filename, &use_include_path, &zcontext) =… in PHP_FUNCTION()
252 …if (use_include_path || (!IS_ABSOLUTE_PATH(ZSTR_VAL(filename), ZSTR_LEN(filename)) && !strstr(ZSTR… in PHP_FUNCTION()
253 zend_string *name = phar_get_name_for_relative_paths(filename, use_include_path); in PHP_FUNCTION()
284 bool use_include_path = 0; in PHP_FUNCTION() local
296 …AMS_QUIET, ZEND_NUM_ARGS(), "Ps|br!", &filename, &mode, &mode_len, &use_include_path, &zcontext) =… in PHP_FUNCTION()
299 …if (use_include_path || (!IS_ABSOLUTE_PATH(ZSTR_VAL(filename), ZSTR_LEN(filename)) && !strstr(ZSTR… in PHP_FUNCTION()
300 zend_string *name = phar_get_name_for_relative_paths(filename, use_include_path); in PHP_FUNCTION()