Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dftp_fopen_wrapper.c73 php_stream *datastream; member
560 if (datastream == NULL) { in php_stream_url_wrap_ftp()
570 php_stream_close(datastream); in php_stream_url_wrap_ftp()
571 datastream = NULL; in php_stream_url_wrap_ftp()
584 datastream = NULL; in php_stream_url_wrap_ftp()
593 return datastream; in php_stream_url_wrap_ftp()
668 data->datastream = NULL; in php_ftp_dirstream_close()
733 if (datastream == NULL) { in php_stream_ftp_opendir()
745 datastream = NULL; in php_stream_ftp_opendir()
756 datastream = NULL; in php_stream_ftp_opendir()
[all …]
/PHP-7.4/ext/gd/tests/
H A Dbug77195.phpt16 Warning: imagecreatefromjpeg(): gd-jpeg: JPEG library reports unrecoverable error: JPEG datastream

Completed in 8 milliseconds