Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/standard/
H A Dfile.c393 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
541 (use_include_path ? USE_PATH : 0) | REPORT_ERRORS, in PHP_FUNCTION()
608 …_open_wrapper_ex(filename, mode, ((flags & PHP_FILE_USE_INCLUDE_PATH) ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
747 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
877 …stream = php_stream_open_wrapper_ex(filename, mode, (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_NAMED_FUNCTION()
1374 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | REPORT_ERR… in PHP_FUNCTION()
/PHP-5.5/main/
H A Dphp_streams.h494 #define USE_PATH 0x00000001 macro
H A Dmain.c1297 …return php_stream_open_wrapper_as_file((char *)filename, "rb", USE_PATH|IGNORE_URL_WIN|REPORT_ERRO… in php_fopen_wrapper_for_zend()
1326 …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.5/sapi/apache/
H A Dmod_php5.c64 #define USE_PATH 1 macro
/PHP-5.5/main/streams/
H A Dstreams.c2038 if (options & USE_PATH) {
2044 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.5/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.5/
H A DREADME.STREAMS57 USE_PATH - use include path to search for the file
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c88 #define USE_PATH 1 macro
/PHP-5.5/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 95 milliseconds