Home
last modified time | relevance | path

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

/PHP-5.3/ext/zlib/
H A Dzlib.c405 use_include_path = flags ? USE_PATH : 0; in PHP_FUNCTION()
448 use_include_path = flags ? USE_PATH : 0; in PHP_FUNCTION()
477 use_include_path = flags ? USE_PATH : 0; in PHP_FUNCTION()
/PHP-5.3/ext/standard/
H A Dfile.c395 (use_include_path ? USE_PATH : 0) | ENFORCE_SAFE_MODE | REPORT_ERRORS, in PHP_FUNCTION()
559 (use_include_path ? USE_PATH : 0) | ENFORCE_SAFE_MODE | REPORT_ERRORS, in PHP_FUNCTION()
631 …_open_wrapper_ex(filename, mode, ((flags & PHP_FILE_USE_INCLUDE_PATH) ? USE_PATH : 0) | ENFORCE_SA… in PHP_FUNCTION()
771 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | ENFORCE_SA… in PHP_FUNCTION()
929 …stream = php_stream_open_wrapper_ex(filename, mode, (use_include_path ? USE_PATH : 0) | ENFORCE_SA… in PHP_NAMED_FUNCTION()
1485 …stream = php_stream_open_wrapper_ex(filename, "rb", (use_include_path ? USE_PATH : 0) | ENFORCE_SA… in PHP_FUNCTION()
/PHP-5.3/main/
H A Dphp_streams.h485 #define USE_PATH 0x00000001 macro
H A Dmain.c1187 …return php_stream_open_wrapper_as_file((char *)filename, "rb", ENFORCE_SAFE_MODE|USE_PATH|IGNORE_U… in php_fopen_wrapper_for_zend()
1216 …return php_stream_open_for_zend_ex(filename, handle, ENFORCE_SAFE_MODE|USE_PATH|REPORT_ERRORS|STRE… in php_stream_open_for_zend()
/PHP-5.3/sapi/apache/
H A Dmod_php5.c64 #define USE_PATH 1 macro
/PHP-5.3/main/streams/
H A Dstreams.c1961 if (options & USE_PATH) {
1967 options &= ~USE_PATH;
H A Duserspace.c78 REGISTER_LONG_CONSTANT("STREAM_USE_PATH", USE_PATH, CONST_CS|CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
/PHP-5.3/ext/spl/
H A Dphp_spl.c245 …ret = php_stream_open_for_zend_ex(class_file, &file_handle, ENFORCE_SAFE_MODE|USE_PATH|STREAM_OPEN… in spl_autoload()
H A Dspl_directory.c287 …per_ex(intern->file_name, intern->u.file.open_mode, (use_include_path ? USE_PATH : 0) | ENFORCE_SA… in spl_filesystem_file_open()
/PHP-5.3/
H A DREADME.STREAMS57 USE_PATH - use include path to search for the file
/PHP-5.3/sapi/apache_hooks/
H A Dmod_php5.c88 #define USE_PATH 1 macro
/PHP-5.3/ext/tidy/
H A Dtidy.c648 …if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0) | ENFORCE… in php_tidy_file_to_mem()

Completed in 66 milliseconds