Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 25 of 816) sorted by path

12345678910>>...33

/PHP-7.4/
H A DNEWS144 . Fixed bug #81302 (Stream position after stream filter removed). (cmb)
257 . Fixed bug #81092 (fflush before stream_filter_remove corrupts stream).
492 . Fixed bug #77069 (stream filter loses final block of data). (cmb)
539 . Fixed #48725 (Support for flushing in zlib stream). (cmb)
940 . Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter
1358 . Fixed bug #78340 (Include of stream wrapper not reading whole file).
1561 . Added TLS 1.3 support to streams including new tlsv1.3 stream.
1568 socket-to-stream). (Nikita)
1936 socket-to-stream). (Nikita)
2209 . Fixed bug #77765 (FTP stream wrapper should set the directory as
[all …]
H A DUPGRADING41 . When using include/require on a stream, stream_set_option() will be invoked
42 with the STREAM_OPTION_READ_BUFFER option. Custom stream wrapper
181 . The stream_read() and stream_write() methods on stream wrappers now
188 characters instead of leaving behind holes in the token stream.
268 . CURLFile now supports stream wrappers in addition to plain file names, if
/PHP-7.4/TSRM/
H A Dtsrm_win32.c375 static process_pair *process_get(FILE *stream) in process_get() argument
381 if (ptr->stream == stream) { in process_get()
450 FILE *stream = NULL; in popen_ex() local
588 stream = _fdopen(fno, type); in popen_ex()
590 proc->stream = stream; in popen_ex()
591 return stream; in popen_ex()
594 TSRM_API int pclose(FILE *stream) in pclose() argument
599 if ((process = process_get(stream)) == NULL) { in pclose()
603 fflush(process->stream); in pclose()
604 fclose(process->stream); in pclose()
[all …]
H A Dtsrm_win32.h51 FILE *stream; member
103 TSRM_API int pclose(FILE *stream);
/PHP-7.4/Zend/tests/
H A D017.phpt52 string(6) "stream"
H A D019.phpt1189 resource(%d) of type (stream)
1193 resource(%d) of type (stream)
1202 resource(%d) of type (stream)
1206 resource(%d) of type (stream)
H A Dbug30998.phpt18 fopen(/tmp/blah): failed to open stream: %s (2) in %s:%d
20 Warning: fopen(/tmp/blah): failed to open stream: %s in %s on line %d
H A Dbug38779.phpt2 Bug #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapp…
H A Dbug38779_1.phpt2 Bug #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapp…
H A Dbug41421.phpt2 Bug #41421 (Uncaught exception from a stream wrapper segfaults)
H A Dbug60909_1.phpt13 error(require(notfound.php): failed to open stream: %s)
H A Dbug70398.phpt14 resource(%d) of type (stream)
17 resource(%d) of type (stream)
H A Dbug78340.phpt2 Bug #78340: Include of stream wrapper not reading whole file
H A Dbug78406.phpt2 Bug #78406: Broken file includes with user-defined stream filters
20 if ($closing || feof($this->stream))
26 $bucket = stream_bucket_new($this->stream, $this->data);
H A Dcast_to_array.phpt90 resource(%d) of type (stream)
H A Dcast_to_object.phpt86 resource(%d) of type (stream)
H A Dconstants_002.phpt18 resource(%d) of type (stream)
H A Ddebug_backtrace_with_include_and_this.phpt31 ERR#2: include(class://non.existent.Class): failed to open stream: "CLWrapper::stream_open" call fa…
H A Dinclude_stat_is_quiet.phpt28 Warning: require_once(doesnt_exist.php): failed to open stream: No such file or directory in %s on …
H A Dsettype_array.phpt90 resource(%d) of type (stream)
H A Dsettype_object.phpt86 resource(%d) of type (stream)
H A Dsettype_resource.phpt82 resource(%d) of type (stream)
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_basic.phpt113 *** Trying resource(%d) of type (stream)
167 *** Trying resource(%d) of type (stream)
220 *** Trying resource(%d) of type (stream)
273 *** Trying resource(%d) of type (stream)
H A Dscalar_return_basic.phpt100 *** Trying resource(5) of type (stream)
138 *** Trying resource(5) of type (stream)
175 *** Trying resource(5) of type (stream)
212 *** Trying resource(5) of type (stream)
H A Dscalar_return_basic_64bit.phpt100 *** Trying resource(5) of type (stream)
138 *** Trying resource(5) of type (stream)
175 *** Trying resource(5) of type (stream)
212 *** Trying resource(5) of type (stream)

Completed in 60 milliseconds

12345678910>>...33