Home
last modified time | relevance | path

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

12345678910>>...34

/php-src/.github/workflows/
H A Dnightly.yml500 …ies="async cache child-process datagram dns event-loop promise promise-stream promise-timer stream"
/php-src/
H A DNEWS41 . Fixed bug #73182 (PHP SOAPClient does not support stream context HTTP
181 . Fixed bug GH-14930 (Custom stream wrapper dir_readdir output truncated to
314 . Implemented GH-15155 (Stream context is lost when custom stream wrapper is
H A DUPGRADING664 non-stream-context resource is passed to the function, instead of throwing
665 later when the stream context is used.
727 . posix_isatty now sets the error number when the file descriptor/stream argument
/php-src/TSRM/
H A Dtsrm_win32.c372 static process_pair *process_get(FILE *stream) in process_get() argument
378 if (ptr->stream == stream) { in process_get()
447 FILE *stream = NULL; in popen_ex() local
586 stream = _fdopen(fno, type); in popen_ex()
588 proc->stream = stream; in popen_ex()
589 return stream; in popen_ex()
592 TSRM_API int pclose(FILE *stream) in pclose() argument
597 if ((process = process_get(stream)) == NULL) { in pclose()
601 fflush(process->stream); in pclose()
602 fclose(process->stream); in pclose()
[all …]
H A Dtsrm_win32.h47 FILE *stream; member
98 TSRM_API int pclose(FILE *stream);
/php-src/Zend/tests/
H A D017.phpt41 string(6) "stream"
H A D019.phpt1178 resource(%d) of type (stream)
1182 resource(%d) of type (stream)
1191 resource(%d) of type (stream)
1195 resource(%d) of type (stream)
H A Dbug30998.phpt17 fopen(/tmp/blah): Failed to open stream: %s (2) in %s:%d
19 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.phpt14 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.phpt16 resource(%d) of type (stream)
H A Ddebug_backtrace_with_include_and_this.phpt33 ERR#2: include(class://non.existent.Class): Failed to open stream: "CLWrapper::stream_open" call fa…
H A Dexception_stream_wrapper.phpt2 Exception in stream wrapper + __call
H A Dgh11735_1.phpt2 GH-11735: Use-after-free when unregistering user stream wrapper from user stream wrapper
16 resource(%d) of type (stream)
H A Dgh11735_2.phpt2 GH-11735: Use-after-free when unregistering user stream wrapper from user stream wrapper
16 Warning: fopen(foo://bar): Failed to open stream: "FooWrapper::stream_open" call failed in %s on li…
H A Dgh8548.phpt23 throw new \Exception('Could not register stream wrapper');
29 throw new \Exception('Could not unregister stream wrapper');
H A Dgh8548_2.phpt23 throw new \Exception('Could not register stream wrapper');
29 throw new \Exception('Could not unregister stream wrapper');
H A Dinclude_stat_is_quiet.phpt29 Warning: require_once(doesnt_exist.php): Failed to open stream: No such file or directory in %s on …

Completed in 32 milliseconds

12345678910>>...34