Home
last modified time | relevance | path

Searched refs:USE_PATH (Results 1 – 11 of 11) sorted by relevance

/PHP-7.4/ext/standard/
H A Dfile.c403 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
555 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
620 …_open_wrapper_ex(filename, mode, ((flags & PHP_FILE_USE_INCLUDE_PATH) ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
756 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
886 …stream = php_stream_open_wrapper_ex(filename, mode, (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_NAMED_FUNCTION()
1398 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
/PHP-7.4/ext/zlib/
H A Dzlib.c576 flags |= USE_PATH; in PHP_FUNCTION()
616 flags |= USE_PATH; in PHP_FUNCTION()
644 flags |= USE_PATH; in PHP_FUNCTION()
/PHP-7.4/main/
H A Dphp_streams.h509 #define USE_PATH 0x00000001 macro
H A Dmain.c1600 …return php_stream_open_wrapper_as_file((char *)filename, "rb", USE_PATH|IGNORE_URL_WIN|REPORT_ERRO… in php_fopen_wrapper_for_zend()
1630 …return php_stream_open_for_zend_ex(filename, handle, USE_PATH|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUD… in php_stream_open_for_zend()
/PHP-7.4/main/streams/
H A Dstreams.c2097 if (options & USE_PATH) {
2103 options &= ~USE_PATH;
H A Duserspace.c87 REGISTER_LONG_CONSTANT("STREAM_USE_PATH", USE_PATH, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/spl/
H A Dphp_spl.c273 ret = php_stream_open_for_zend_ex(class_file, &file_handle, USE_PATH|STREAM_OPEN_FOR_INCLUDE); in spl_autoload()
H A Dspl_directory.c300 …per_ex(intern->file_name, intern->u.file.open_mode, (use_include_path ? USE_PATH : 0) | REPORT_ERR… in spl_filesystem_file_open()
/PHP-7.4/docs/
H A Dstreams.md58 * `USE_PATH` - use include path to search for the file
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c577 …if (php_stream_open_for_zend_ex(PHPDBG_G(exec), &fh, USE_PATH|STREAM_OPEN_FOR_INCLUDE) == SUCCESS … in phpdbg_compile()
/PHP-7.4/ext/tidy/
H A Dtidy.c683 if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0), NULL))) { in php_tidy_file_to_mem()

Completed in 59 milliseconds