Home
last modified time | relevance | path

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

1234

/PHP-7.0/ext/phar/
H A Dstream.h27 …rapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_con…
H A Dstream.c158 …rapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_con… in phar_wrapper_open_url() argument
234 if (opened_path) { in phar_wrapper_open_url()
235 …*opened_path = strpprintf(MAXPATHLEN, "phar://%s/%s", idata->phar->fname, idata->internal_file->fi… in phar_wrapper_open_url()
252 if (opened_path) { in phar_wrapper_open_url()
253 *opened_path = strpprintf(MAXPATHLEN, "%s", phar->fname); in phar_wrapper_open_url()
278 if (opened_path) { in phar_wrapper_open_url()
279 *opened_path = strpprintf(MAXPATHLEN, "%s", phar->fname); in phar_wrapper_open_url()
335 if (opened_path) { in phar_wrapper_open_url()
336 …*opened_path = strpprintf(MAXPATHLEN, "phar://%s/%s", idata->phar->fname, idata->internal_file->fi… in phar_wrapper_open_url()
/PHP-7.0/ext/standard/tests/streams/
H A Dbug60817.phpt7 function stream_open($path, $mode, $options, &$opened_path) {
H A Duser-stream-error.phpt7 public 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.0/ext/zip/
H A Dzip_stream.c264 zend_string **opened_path, in php_stream_zip_opener() argument
323 if (opened_path) { in php_stream_zip_opener()
324 *opened_path = zend_string_init(path, strlen(path), 0); in php_stream_zip_opener()
H A Dphp_zip.h92 …rapper, const char *path, const char *mode, int options, zend_string **opened_path, php_stream_con…
/PHP-7.0/main/
H A Dphp_ini.c390 zend_string *opened_path = NULL; in php_init_config() local
568 fh.handle.fp = php_fopen_with_path(ini_fname, "r", php_ini_search_path, &opened_path); in php_init_config()
571 fh.filename = ZSTR_VAL(opened_path); in php_init_config()
577 fh.handle.fp = php_fopen_with_path("php.ini", "r", php_ini_search_path, &opened_path); in php_init_config()
579 fh.filename = ZSTR_VAL(opened_path); in php_init_config()
601 if (opened_path) { in php_init_config()
602 zend_string_release(opened_path); in php_init_config()
H A Dphp_streams.h79 …ream_fopen_temporary_file_rel(dir, pfx, opened_path) _php_stream_fopen_temporary_file((dir), (pfx)… argument
137 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
146 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC);
564 …pper_ex(const char *path, const char *mode, int options, zend_string **opened_path, php_stream_con…
/PHP-7.0/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.0/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.phpt30 public function stream_open ( $path , $mode , $options , &$opened_path ) {
/PHP-7.0/Zend/tests/
H A Dbug38779.phpt9 public 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.0/ext/opcache/
H A DZendAccelerator.c753 if (!file_handle->opened_path) { in zend_get_file_handle_timestamp_win()
834 if (file_handle->opened_path) { in zend_get_file_handle_timestamp()
898 if (file_handle->opened_path) { in do_validate_timestamps()
913 file_handle->opened_path = full_path_ptr; in do_validate_timestamps()
919 file_handle->opened_path = NULL; in do_validate_timestamps()
927 file_handle->opened_path = NULL; in do_validate_timestamps()
933 file_handle->opened_path = NULL; in do_validate_timestamps()
1157 file_handle.opened_path = realpath; in zend_accel_invalidate()
1586 if (file_handle->opened_path) { in opcache_compile_file()
1609 if (!file_handle->opened_path) { in file_cache_compile_file()
[all …]
/PHP-7.0/Zend/
H A Dzend_stream.h72 zend_string *opened_path; member
H A Dzend_language_scanner.l278 file_handle->opened_path = NULL; in zend_destroy_file_handle()
549 if (file_handle->opened_path) { in open_file_for_scanning()
550 compiled_filename = zend_string_copy(file_handle->opened_path); in open_file_for_scanning()
635 zend_string *opened_path = NULL; in compile_filename() local
646 file_handle.opened_path = NULL; in compile_filename()
651 if (!file_handle.opened_path) { in compile_filename()
652 file_handle.opened_path = opened_path = zend_string_copy(Z_STR_P(filename)); in compile_filename()
655 zend_hash_add_empty_element(&EG(included_files), file_handle.opened_path); in compile_filename()
657 if (opened_path) { in compile_filename()
658 zend_string_release(opened_path); in compile_filename()
[all …]
/PHP-7.0/ext/standard/
H A Dftp_fopen_wrapper.c135 zend_string **opened_path, php_stream_context *context, php_stream **preuseid, in php_ftp_fopen_connect() argument
417 int options, zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_url_wrap_ftp() argument
460 return php_stream_url_wrap_http(wrapper, path, mode, options, opened_path, context STREAMS_CC); in php_stream_url_wrap_ftp()
468 …stream = php_ftp_fopen_connect(wrapper, path, mode, options, opened_path, context, &reuseid, &reso… in php_stream_url_wrap_ftp()
689 zend_string **opened_path, php_stream_context *context STREAMS_DC) in php_stream_ftp_opendir() argument
701 …stream = php_ftp_fopen_connect(wrapper, path, mode, options, opened_path, context, &reuseid, &reso… in php_stream_ftp_opendir()
/PHP-7.0/ext/spl/
H A Dphp_spl.c274 zend_string *opened_path; in spl_autoload() local
275 if (!file_handle.opened_path) { in spl_autoload()
276 file_handle.opened_path = zend_string_init(class_file, class_file_len, 0); in spl_autoload()
278 opened_path = zend_string_copy(file_handle.opened_path); in spl_autoload()
280 if (zend_hash_add(&EG(included_files), opened_path, &dummy)) { in spl_autoload()
287 zend_string_release(opened_path); in spl_autoload()
/PHP-7.0/ext/sqlite3/tests/
H A Dsqlite3_openblob_wrongparams.phpt16 public function stream_open($path, $mode, $options, &$opened_path)

Completed in 71 milliseconds

1234