Home
last modified time | relevance | path

Searched refs:datastream (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/standard/
H A Dftp_fopen_wrapper.c71 php_stream *datastream; member
552 if (datastream == NULL) { in php_stream_url_wrap_ftp()
562 php_stream_close(datastream); in php_stream_url_wrap_ftp()
563 datastream = NULL; in php_stream_url_wrap_ftp()
576 datastream = NULL; in php_stream_url_wrap_ftp()
585 return datastream; in php_stream_url_wrap_ftp()
658 data->datastream = NULL; in php_ftp_dirstream_close()
722 if (datastream == NULL) { in php_stream_ftp_opendir()
734 datastream = NULL; in php_stream_ftp_opendir()
745 datastream = NULL; in php_stream_ftp_opendir()
[all …]
/PHP-8.0/ext/gd/tests/
H A Dbug77195.phpt15 Warning: imagecreatefromjpeg(): gd-jpeg: JPEG library reports unrecoverable error: JPEG datastream

Completed in 8 milliseconds