Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dftp_fopen_wrapper.c71 php_stream *datastream; member
550 if (datastream == NULL) { in php_stream_url_wrap_ftp()
560 php_stream_close(datastream); in php_stream_url_wrap_ftp()
561 datastream = NULL; in php_stream_url_wrap_ftp()
574 datastream = NULL; in php_stream_url_wrap_ftp()
583 return datastream; in php_stream_url_wrap_ftp()
657 data->datastream = NULL; in php_ftp_dirstream_close()
721 if (datastream == NULL) { in php_stream_ftp_opendir()
733 datastream = NULL; in php_stream_ftp_opendir()
744 datastream = NULL; in php_stream_ftp_opendir()
[all …]
/php-src/ext/gd/tests/
H A Dbug77195.phpt16 Warning: imagecreatefromjpeg(): gd-jpeg: JPEG library reports unrecoverable error: JPEG datastream

Completed in 7 milliseconds