USE_PATH 276 ext/spl/php_spl.c ret = php_stream_open_for_zend_ex(class_file, &file_handle, USE_PATH|STREAM_OPEN_FOR_INCLUDE TSRMLS_CC); USE_PATH 289 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_PATH 401 ext/standard/file.c (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, USE_PATH 549 ext/standard/file.c (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, USE_PATH 616 ext/standard/file.c stream = php_stream_open_wrapper_ex(filename, mode, ((flags & PHP_FILE_USE_INCLUDE_PATH) ? USE_PATH : 0) | REPORT_ERRORS, NULL, context); USE_PATH 755 ext/standard/file.c stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context); USE_PATH 885 ext/standard/file.c stream = php_stream_open_wrapper_ex(filename, mode, (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context); USE_PATH 1378 ext/standard/file.c stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, NULL, context); USE_PATH 642 ext/tidy/tidy.c if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0), NULL))) { USE_PATH 561 ext/zlib/zlib.c flags |= USE_PATH; USE_PATH 601 ext/zlib/zlib.c flags |= USE_PATH; USE_PATH 629 ext/zlib/zlib.c flags |= USE_PATH; USE_PATH 1367 main/main.c return php_stream_open_wrapper_as_file((char *)filename, "rb", USE_PATH|IGNORE_URL_WIN|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUDE, opened_path); USE_PATH 1396 main/main.c return php_stream_open_for_zend_ex(filename, handle, USE_PATH|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUDE TSRMLS_CC); USE_PATH 2038 main/streams/streams.c if (options & USE_PATH) { USE_PATH 2044 main/streams/streams.c options &= ~USE_PATH; USE_PATH 89 main/streams/userspace.c REGISTER_LONG_CONSTANT("STREAM_USE_PATH", USE_PATH, CONST_CS|CONST_PERSISTENT); USE_PATH 141 sapi/phpdbg/phpdbg_list.c stream = php_stream_open_wrapper(filename, "rb", USE_PATH, &opened); USE_PATH 396 sapi/phpdbg/phpdbg_prompt.c USE_PATH|STREAM_OPEN_FOR_INCLUDE TSRMLS_CC) == SUCCESS) {