Home
last modified time | relevance | path

Searched refs:stream (Results 126 – 150 of 808) sorted by relevance

12345678910>>...33

/PHP-7.1/main/streams/
H A Duserspace.c338 php_stream *stream = NULL; in user_wrapper_opener() local
400 ZVAL_COPY(&stream->wrapperdata, &us->object); in user_wrapper_opener()
407 if (stream == NULL) { in user_wrapper_opener()
422 return stream; in user_wrapper_opener()
433 php_stream *stream = NULL; in user_wrapper_opendir() local
477 if (stream == NULL) { in user_wrapper_opendir()
490 return stream; in user_wrapper_opendir()
702 stream->eof = 1; in php_userstreamop_read()
708 stream->eof = 1; in php_userstreamop_read()
800 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in php_userstreamop_seek()
[all …]
/PHP-7.1/sapi/cli/tests/
H A Dbug69655.phpt20 Warning: file_get_contents(http://localhost:8964): failed to open stream: HTTP request failed! HTTP…
23 Warning: file_get_contents(http://localhost:8964): failed to open stream: HTTP request failed! HTTP…
26 Warning: file_get_contents(http://localhost:8964): failed to open stream: HTTP request failed! HTTP…
/PHP-7.1/Zend/tests/
H A Dbug70398.phpt14 resource(%d) of type (stream)
17 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
/PHP-7.1/ext/fileinfo/
H A Dfileinfo.c501 php_stream *stream; in _php_finfo_get_type() local
504 php_stream_from_zval_no_verify(stream, what); in _php_finfo_get_type()
505 if (!stream) { in _php_finfo_get_type()
510 php_stream_seek(stream, 0, SEEK_SET); in _php_finfo_get_type()
512 ret_val = (char *) magic_stream(magic, stream); in _php_finfo_get_type()
514 php_stream_seek(stream, streampos, SEEK_SET); in _php_finfo_get_type()
539 php_stream *stream; in _php_finfo_get_type() local
553 if (!stream) { in _php_finfo_get_type()
558 if (php_stream_stat(stream, &ssb) == SUCCESS) { in _php_finfo_get_type()
562 ret_val = (char *)magic_stream(magic, stream); in _php_finfo_get_type()
[all …]
/PHP-7.1/ext/standard/tests/file/
H A Dreadfile_variation10.phpt51 Warning: readfile(-1): failed to open stream: %s in %s on line %d
54 Warning: readfile(1): failed to open stream: %s in %s on line %d
66 Warning: readfile( ): failed to open stream: %s in %s on line %d
77 Warning: readfile(%sdir): failed to open stream: %s in %s on line %d
80 Warning: readfile(%sphp): failed to open stream: %s in %s on line %d
H A Dbug45303.phpt10 resource(%d) of type (stream)
12 Warning: fseek(): stream does not support seeking in %s
H A Dfile_get_contents_variation8-win32.phpt51 Warning: file_get_contents(-1): failed to open stream: No such file or directory in %s on line %d
56 Warning: file_get_contents(1): failed to open stream: No such file or directory in %s on line %d
76 Warning: file_get_contents( ): failed to open stream: Permission denied in %s on line %d
91 Warning: file_get_contents(/no/such/file/dir): failed to open stream: No such file or directory in …
96 Warning: file_get_contents(php/php): failed to open stream: No such file or directory in %s on line…
H A Dfile_get_contents_variation8.phpt49 Warning: file_get_contents(-1): failed to open stream: No such file or directory in %s on line %d
53 Warning: file_get_contents(1): failed to open stream: No such file or directory in %s on line %d
69 Warning: file_get_contents( ): failed to open stream: No such file or directory in %s on line %d
81 Warning: file_get_contents(/no/such/file/dir): failed to open stream: No such file or directory in …
85 Warning: file_get_contents(php/php): failed to open stream: No such file or directory in %s on line…
H A Dreadfile_variation10-win32.phpt50 Warning: readfile(-1): failed to open stream: No such file or directory in %s on line %d
54 Warning: readfile(1): failed to open stream: No such file or directory in %s on line %d
70 Warning: readfile( ): failed to open stream: Permission denied in %s on line %d
82 Warning: readfile(/no/such/file/dir): failed to open stream: No such file or directory in %s on lin…
86 Warning: readfile(php/php): failed to open stream: No such file or directory in %s on line %d
H A Dfopen_variation14-win32.phpt108 Warning: fopen(file://fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable wra…
113 Warning: fopen(file://fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable wra…
118 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wra…
123 Warning: fopen(file://fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable wra…
128 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable w…
133 Warning: fopen(file://./fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable w…
138 Warning: fopen(file://.\fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable w…
143 Warning: fopen(file://.\fopen14.tmpDir\fopen_variation14.tmp): failed to open stream: no suitable w…
160 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable …
165 Warning: fopen(file://../fopen14.tmpDir/fopen_variation14.tmp): failed to open stream: no suitable …
[all …]
/PHP-7.1/ext/standard/
H A Dexec.c100 php_stream *stream; in php_exec() local
120 stream = php_stream_fopen_from_pipe(fp, "rb"); in php_exec()
128 while (php_stream_get_line(stream, b, EXEC_INPUT_BUF, &bufl)) { in php_exec()
130 if (b[bufl - 1] != '\n' && !php_stream_eof(stream)) { in php_exec()
181 while((bufl = php_stream_read(stream, buf, EXEC_INPUT_BUF)) > 0) { in php_exec()
186 pclose_return = php_stream_close(stream); in php_exec()
521 php_stream *stream; local
536 stream = php_stream_fopen_from_pipe(in, "rb");
537 ret = php_stream_copy_to_mem(stream, PHP_STREAM_COPY_ALL, 0);
538 php_stream_close(stream);
/PHP-7.1/ext/standard/tests/streams/
H A Dstream_socket_pair.phpt15 resource(%d) of type (stream)
17 resource(%d) of type (stream)
H A Dbug40459.phpt2 bug 40459 - Test whether the constructor of the user-space stream wrapper is called when stream fun…
7 // Test whether the constructor of the user-space stream wrapper is called when stream functions ar…
/PHP-7.1/ext/openssl/tests/
H A Dstream_crypto_flags_001.phpt2 Basic bitwise stream crypto context flag assignment
47 resource(%d) of type (stream)
48 resource(%d) of type (stream)
/PHP-7.1/ext/sqlite3/tests/
H A Dsqlite3_openblob_wrongparams.phpt2 SQLite3::blobOpen test, testing stream with wrong parameter count
51 …gister('sqliteBlobTest', "SQLite3_Test_Stream") or die("Unable to register sqliteBlobTest stream");
64 $stream = $db->openBlob();
65 var_dump($stream);
/PHP-7.1/ext/pdo_oci/tests/
H A Dbug46274_2.phpt66 resource(%d) of type (stream)
68 resource(%d) of type (stream)
73 resource(%d) of type (stream)
75 resource(%d) of type (stream)
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_driver.c665 php_stream *stream; in PHP_METHOD() local
679 if (!stream) { in PHP_METHOD()
717 php_stream_close(stream); in PHP_METHOD()
723 php_stream_close(stream); in PHP_METHOD()
742 php_stream_close(stream); in PHP_METHOD()
766 php_stream *stream; in PHP_METHOD() local
781 if (!stream) { in PHP_METHOD()
826 php_stream_close(stream); in PHP_METHOD()
831 php_stream_close(stream); in PHP_METHOD()
838 php_stream_close(stream); in PHP_METHOD()
[all …]
/PHP-7.1/main/
H A Dphp_memory_streams.h35 #define php_stream_memory_get_buffer(stream, length) _php_stream_memory_get_buffer((stream), (lengt… argument
46 PHPAPI char *_php_stream_memory_get_buffer(php_stream *stream, size_t *length STREAMS_DC);
/PHP-7.1/tests/security/
H A Dopen_basedir_file_put_contents.phpt34 Warning: file_put_contents(../bad/bad.txt): failed to open stream: %s in %s on line %d
39 Warning: file_put_contents(.././bad/bad.txt): failed to open stream: %s in %s on line %d
44 Warning: file_put_contents(../bad/../bad/bad.txt): failed to open stream: %s in %s on line %d
49 Warning: file_put_contents(./.././bad/bad.txt): failed to open stream: %s in %s on line %d
54 Warning: file_put_contents%s/test/bad/bad.txt): failed to open stream: %s in %s on line %d
/PHP-7.1/ext/standard/tests/http/
H A Dbug38802.phpt71 resource(%d) of type (stream)
108 Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: Redirection limit reached, a…
121 Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: Redirection limit reached, a…
130 Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: Redirection limit reached, a…
138 resource(%d) of type (stream)
152 resource(%d) of type (stream)
166 resource(%d) of type (stream)
/PHP-7.1/ext/standard/tests/filters/
H A Dbug46164-2.phpt2 Bug #46164 - 2 (stream_filter_remove() closes the stream)
11 unset($this->stream);
/PHP-7.1/ext/zlib/tests/
H A Ddeflate_add_basic.phpt55 $stream = deflateStream($mode, $flushSize, $flushType);
58 $compressed .= $stream->send($c);
60 $compressed .= $stream->send(null);
H A Dinflate_add_basic.phpt57 $stream = inflateStream($mode, $flushSize, $flushType);
59 $inflated .= $stream->send($compressed[$i]);
61 $inflated .= $stream->send(null);
/PHP-7.1/ext/fileinfo/libmagic/
H A Dfsmagic.c97 file_fsmagic(struct magic_set *ms, const char *fn, zend_stat_t *sb, php_stream *stream) in file_fsmagic() argument
105 if (fn == NULL && !stream) { in file_fsmagic()
111 if (stream) { in file_fsmagic()
113 if (php_stream_stat(stream, &ssb) < 0) { in file_fsmagic()

Completed in 90 milliseconds

12345678910>>...33