Home
last modified time | relevance | path

Searched refs:opened_path (Results 26 – 50 of 77) sorted by relevance

1234

/PHP-7.4/ext/sqlite3/tests/
H A Dstream_test.inc9 public function stream_open($path, $mode, $options, &$opened_path)
/PHP-7.4/ext/standard/tests/streams/
H A Dbug60817.phpt7 function stream_open($path, $mode, $options, &$opened_path) {
H A Dbug60455_03.phpt9 function stream_open($path, $mode, $options, &$opened_path) {
H A Dbug40459.phpt14 function stream_open($path, $mode, $options, &$opened_path)
/PHP-7.4/ext/phar/
H A Dstream.h25 …rapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_con…
H A Dstream.c161 …rapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_con… in phar_wrapper_open_url() argument
236 if (opened_path) { in phar_wrapper_open_url()
237 …*opened_path = strpprintf(MAXPATHLEN, "phar://%s/%s", idata->phar->fname, idata->internal_file->fi… in phar_wrapper_open_url()
254 if (opened_path) { in phar_wrapper_open_url()
255 *opened_path = strpprintf(MAXPATHLEN, "%s", phar->fname); in phar_wrapper_open_url()
280 if (opened_path) { in phar_wrapper_open_url()
281 *opened_path = strpprintf(MAXPATHLEN, "%s", phar->fname); in phar_wrapper_open_url()
337 if (opened_path) { in phar_wrapper_open_url()
338 …*opened_path = strpprintf(MAXPATHLEN, "phar://%s/%s", idata->phar->fname, idata->internal_file->fi… in phar_wrapper_open_url()
/PHP-7.4/ext/zlib/
H A Dzlib_fopen_wrapper.c109 zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_gzopen() argument
128 …m_open_wrapper_ex(path, mode, STREAM_MUST_SEEK | options | STREAM_WILL_CAST, opened_path, context); in php_stream_gzopen()
/PHP-7.4/ext/standard/tests/file/
H A Dbug37158.phpt8 function stream_open($path, $mode, $options, &$opened_path)
H A Dbug27508.phpt8 function stream_open($path, $mode, $options, &$opened_path)
H A Dinclude_userstream_001.phpt12 function stream_open($path, $mode, $options, &$opened_path)
/PHP-7.4/ext/libxml/tests/
H A Dbug54440.phpt10 function stream_open($path, $mode, $options, &$opened_path)
H A Dbug61367-write.phpt17 public function stream_open ( $path , $mode , $options , &$opened_path ) {
H A Dbug61367-read_2.phpt32 public function stream_open ( $path , $mode , $options , &$opened_path ) {
H A Dbug61367-read.phpt33 public function stream_open ( $path , $mode , $options , &$opened_path ) {
/PHP-7.4/ext/zip/
H A Dphp_zip.h73 …rapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_con…
H A Dzip_stream.c266 zend_string **opened_path, in php_stream_zip_opener() argument
333 if (opened_path) { in php_stream_zip_opener()
334 *opened_path = zend_string_init(path, strlen(path), 0); in php_stream_zip_opener()
/PHP-7.4/main/
H A Dphp_ini.c422 zend_string *opened_path = NULL; in php_init_config() local
603 fp = php_fopen_with_path(ini_fname, "r", php_ini_search_path, &opened_path); in php_init_config()
606 filename = ZSTR_VAL(opened_path); in php_init_config()
612 fp = php_fopen_with_path("php.ini", "r", php_ini_search_path, &opened_path); in php_init_config()
614 filename = ZSTR_VAL(opened_path); in php_init_config()
637 if (opened_path) { in php_init_config()
638 zend_string_release_ex(opened_path, 0); in php_init_config()
H A Dphp_streams.h77 …ream_fopen_temporary_file_rel(dir, pfx, opened_path) _php_stream_fopen_temporary_file((dir), (pfx)… argument
135 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
144 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
568 …pper_ex(const char *path, const char *mode, int options, zend_string **opened_path, php_stream_con…
/PHP-7.4/Zend/tests/
H A Dbug38779.phpt9 public function stream_open($path, $mode, $options, &$opened_path) {
H A Dbug78340.phpt11 function stream_open($path, $mode, $options, $opened_path) {
H A Ddebug_backtrace_with_include_and_this.phpt6 function stream_open($path, $mode, $options, $opened_path) {
H A Dbug38779_1.phpt9 public function stream_open($path, $mode, $options, &$opened_path) {
/PHP-7.4/Zend/
H A Dzend_stream.h57 zend_string *opened_path; member
/PHP-7.4/ext/standard/
H A Dftp_fopen_wrapper.c132 zend_string **opened_path, php_stream_context *context, php_stream **preuseid, in php_ftp_fopen_connect() argument
414 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_url_wrap_ftp() argument
458 return php_stream_url_wrap_http(wrapper, path, mode, options, opened_path, context STREAMS_CC); in php_stream_url_wrap_ftp()
466 …stream = php_ftp_fopen_connect(wrapper, path, mode, options, opened_path, context, &reuseid, &reso… in php_stream_url_wrap_ftp()
694 zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_ftp_opendir() argument
706 …stream = php_ftp_fopen_connect(wrapper, path, mode, options, opened_path, context, &reuseid, &reso… in php_stream_ftp_opendir()
/PHP-7.4/ext/spl/
H A Dphp_spl.c276 zend_string *opened_path; in spl_autoload() local
277 if (!file_handle.opened_path) { in spl_autoload()
278 file_handle.opened_path = zend_string_init(class_file, class_file_len, 0); in spl_autoload()
280 opened_path = zend_string_copy(file_handle.opened_path); in spl_autoload()
282 if (zend_hash_add(&EG(included_files), opened_path, &dummy)) { in spl_autoload()
289 zend_string_release_ex(opened_path, 0); in spl_autoload()

Completed in 64 milliseconds

1234