Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_list.c141 stream = php_stream_open_wrapper(filename, "rb", USE_PATH, &opened); in phpdbg_list_file()
H A Dphpdbg_prompt.c396 USE_PATH|STREAM_OPEN_FOR_INCLUDE TSRMLS_CC) == SUCCESS) { in phpdbg_compile()
/PHP-5.6/ext/zlib/
H A Dzlib.c561 flags |= USE_PATH; in PHP_FUNCTION()
601 flags |= USE_PATH; in PHP_FUNCTION()
629 flags |= USE_PATH; in PHP_FUNCTION()
/PHP-5.6/ext/standard/
H A Dfile.c401 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
549 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
616 …_open_wrapper_ex(filename, mode, ((flags & PHP_FILE_USE_INCLUDE_PATH) ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
755 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
885 …stream = php_stream_open_wrapper_ex(filename, mode, (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_NAMED_FUNCTION()
1378 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
/PHP-5.6/sapi/apache/
H A Dmod_php5.c64 #define USE_PATH 1 macro
/PHP-5.6/main/
H A Dphp_streams.h494 #define USE_PATH 0x00000001 macro
H A Dmain.c1380 …return php_stream_open_wrapper_as_file((char *)filename, "rb", USE_PATH|IGNORE_URL_WIN|REPORT_ERRO… in php_fopen_wrapper_for_zend()
1409 …return php_stream_open_for_zend_ex(filename, handle, USE_PATH|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUD… in php_stream_open_for_zend()
/PHP-5.6/main/streams/
H A Dstreams.c2033 if (options & USE_PATH) {
2039 options &= ~USE_PATH;
H A Duserspace.c89 REGISTER_LONG_CONSTANT("STREAM_USE_PATH", USE_PATH, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
/PHP-5.6/ext/spl/
H A Dphp_spl.c276 …ret = php_stream_open_for_zend_ex(class_file, &file_handle, USE_PATH|STREAM_OPEN_FOR_INCLUDE TSRML… in spl_autoload()
H A Dspl_directory.c289 …per_ex(intern->file_name, intern->u.file.open_mode, (use_include_path ? USE_PATH : 0) | REPORT_ERR… in spl_filesystem_file_open()
/PHP-5.6/
H A DREADME.STREAMS57 USE_PATH - use include path to search for the file
/PHP-5.6/sapi/apache_hooks/
H A Dmod_php5.c88 #define USE_PATH 1 macro
/PHP-5.6/ext/tidy/
H A Dtidy.c642 if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0), NULL))) { in php_tidy_file_to_mem()

Completed in 73 milliseconds