use_include_path 99 ext/phar/func_interceptors.c zend_bool use_include_path = 0; use_include_path 115 ext/phar/func_interceptors.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "p|br!ll", &filename, &filename_len, &use_include_path, &zcontext, &offset, &maxlen) == FAILURE) { use_include_path 119 ext/phar/func_interceptors.c if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { use_include_path 151 ext/phar/func_interceptors.c if (use_include_path) { use_include_path 234 ext/phar/func_interceptors.c zend_bool use_include_path = 0; use_include_path 246 ext/phar/func_interceptors.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "p|br!", &filename, &filename_len, &use_include_path, &zcontext) == FAILURE) { use_include_path 249 ext/phar/func_interceptors.c if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { use_include_path 275 ext/phar/func_interceptors.c if (use_include_path) { use_include_path 334 ext/phar/func_interceptors.c zend_bool use_include_path = 0; use_include_path 347 ext/phar/func_interceptors.c if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS(), "ps|br", &filename, &filename_len, &mode, &mode_len, &use_include_path, &zcontext) == FAILURE) { use_include_path 350 ext/phar/func_interceptors.c if (use_include_path || (!IS_ABSOLUTE_PATH(filename, filename_len) && !strstr(filename, "://"))) { use_include_path 376 ext/phar/func_interceptors.c if (use_include_path) { use_include_path 260 ext/spl/spl_directory.c static int spl_filesystem_file_open(spl_filesystem_object *intern, int use_include_path, int silent) /* {{{ */ use_include_path 275 ext/spl/spl_directory.c intern->u.file.stream = php_stream_open_wrapper_ex(intern->file_name, intern->u.file.open_mode, (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, intern->u.file.context); use_include_path 457 ext/spl/spl_directory.c zend_bool use_include_path = 0; use_include_path 528 ext/spl/spl_directory.c &use_include_path, &intern->u.file.zcontext) == FAILURE) { use_include_path 537 ext/spl/spl_directory.c if (spl_filesystem_file_open(intern, use_include_path, 0) == FAILURE) { use_include_path 1889 ext/spl/spl_directory.c ZEND_ARG_INFO(0, use_include_path) use_include_path 2255 ext/spl/spl_directory.c zend_bool use_include_path = 0; use_include_path 2267 ext/spl/spl_directory.c &use_include_path, &intern->u.file.zcontext) == FAILURE) { use_include_path 2280 ext/spl/spl_directory.c if (spl_filesystem_file_open(intern, use_include_path, 0) == SUCCESS) { use_include_path 2988 ext/spl/spl_directory.c ZEND_ARG_INFO(0, use_include_path) use_include_path 1033 ext/standard/basic_functions.c ZEND_ARG_INFO(0, use_include_path) use_include_path 1068 ext/standard/basic_functions.c ZEND_ARG_INFO(0, use_include_path) use_include_path 376 ext/standard/file.c zend_bool use_include_path = 0; use_include_path 388 ext/standard/file.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|b", &filename, &filename_len, &use_include_path) == FAILURE) { use_include_path 393 ext/standard/file.c (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, use_include_path 519 ext/standard/file.c zend_bool use_include_path = 0; use_include_path 528 ext/standard/file.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|br!ll", &filename, &filename_len, &use_include_path, &zcontext, &offset, &maxlen) == FAILURE) { use_include_path 540 ext/standard/file.c (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, use_include_path 713 ext/standard/file.c zend_bool use_include_path; use_include_path 730 ext/standard/file.c use_include_path = flags & PHP_FILE_USE_INCLUDE_PATH; use_include_path 736 ext/standard/file.c stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context); use_include_path 854 ext/standard/file.c zend_bool use_include_path = 0; use_include_path 859 ext/standard/file.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "ps|br", &filename, &filename_len, &mode, &mode_len, &use_include_path, &zcontext) == FAILURE) { use_include_path 865 ext/standard/file.c stream = php_stream_open_wrapper_ex(filename, mode, (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context); use_include_path 1396 ext/standard/file.c zend_bool use_include_path = 0; use_include_path 1401 ext/standard/file.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|br!", &filename, &filename_len, &use_include_path, &zcontext) == FAILURE) { use_include_path 1407 ext/standard/file.c stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context); use_include_path 299 ext/tidy/tidy.c ZEND_ARG_INFO(0, use_include_path) use_include_path 315 ext/tidy/tidy.c ZEND_ARG_INFO(0, use_include_path) use_include_path 560 ext/tidy/tidy.c zend_bool use_include_path = 0; use_include_path 567 ext/tidy/tidy.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "P|zsb", &arg1, &config, &enc, &enc_len, &use_include_path) == FAILURE) { use_include_path 570 ext/tidy/tidy.c if (!(data = php_tidy_file_to_mem(ZSTR_VAL(arg1), use_include_path))) { use_include_path 574 ext/tidy/tidy.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|zsb", &arg1, &config, &enc, &enc_len, &use_include_path) == FAILURE) { use_include_path 645 ext/tidy/tidy.c static zend_string *php_tidy_file_to_mem(char *filename, zend_bool use_include_path) use_include_path 650 ext/tidy/tidy.c if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0), NULL))) { use_include_path 1260 ext/tidy/tidy.c zend_bool use_include_path = 0; use_include_path 1267 ext/tidy/tidy.c &options, &enc, &enc_len, &use_include_path) == FAILURE) { use_include_path 1274 ext/tidy/tidy.c if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { use_include_path 1275 ext/tidy/tidy.c php_error_docref(NULL, E_WARNING, "Cannot Load '%s' into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (Using include path)" : ""); use_include_path 1577 ext/tidy/tidy.c zend_bool use_include_path = 0; use_include_path 1585 ext/tidy/tidy.c &options, &enc, &enc_len, &use_include_path) == FAILURE) { use_include_path 1592 ext/tidy/tidy.c if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { use_include_path 1593 ext/tidy/tidy.c php_error_docref(NULL, E_WARNING, "Cannot Load '%s' into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (Using include path)" : ""); use_include_path 1614 ext/tidy/tidy.c zend_bool use_include_path = 0; use_include_path 1624 ext/tidy/tidy.c &options, &enc, &enc_len, &use_include_path) == FAILURE) { use_include_path 1628 ext/tidy/tidy.c if (!(contents = php_tidy_file_to_mem(ZSTR_VAL(inputfile), use_include_path))) { use_include_path 1629 ext/tidy/tidy.c php_error_docref(NULL, E_WARNING, "Cannot Load '%s' into memory%s", ZSTR_VAL(inputfile), (use_include_path) ? " (Using include path)" : ""); use_include_path 570 ext/zlib/zlib.c zend_long use_include_path = 0; use_include_path 573 ext/zlib/zlib.c if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &filename, &filename_len, &use_include_path)) { use_include_path 577 ext/zlib/zlib.c if (use_include_path) { use_include_path 611 ext/zlib/zlib.c zend_long use_include_path = 0; use_include_path 613 ext/zlib/zlib.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "ps|l", &filename, &filename_len, &mode, &mode_len, &use_include_path) == FAILURE) { use_include_path 617 ext/zlib/zlib.c if (use_include_path) { use_include_path 639 ext/zlib/zlib.c zend_long use_include_path = 0; use_include_path 641 ext/zlib/zlib.c if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|l", &filename, &filename_len, &use_include_path) == FAILURE) { use_include_path 645 ext/zlib/zlib.c if (use_include_path) { use_include_path 1206 ext/zlib/zlib.c ZEND_ARG_INFO(0, use_include_path) use_include_path 1212 ext/zlib/zlib.c ZEND_ARG_INFO(0, use_include_path) use_include_path 1217 ext/zlib/zlib.c ZEND_ARG_INFO(0, use_include_path)