Home
last modified time | relevance | path

Searched refs:stream (Results 101 – 125 of 652) sorted by relevance

12345678910>>...27

/PHP-5.4/tests/security/
H A Dopen_basedir_parse_ini_file.phpt42 Warning: parse_ini_file(%stest\bad): failed to open stream: Operation not permitted in %sopen_based…
47 Warning: parse_ini_file(%stest\bad\bad.txt): failed to open stream: Operation not permitted in %sop…
52 Warning: parse_ini_file(%stest): failed to open stream: Operation not permitted in %sopen_basedir_p…
57 Warning: parse_ini_file(%stest): failed to open stream: Operation not permitted in %sopen_basedir_p…
62 Warning: parse_ini_file(%stest\bad): failed to open stream: Operation not permitted in %sopen_based…
67 Warning: parse_ini_file(%stest\bad\bad.txt): failed to open stream: Operation not permitted in %sop…
72 Warning: parse_ini_file(%stest): failed to open stream: Operation not permitted in %sopen_basedir_p…
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-5.4/TSRM/
H A Dtsrm_nw.c60 FILE *stream = NULL; local
202 stream = fdopen(pipe_handle, type);
223 return stream;
226 TSRM_API int pclose(FILE* stream) argument
232 fd = fileno(stream);
235 err = fclose(stream);
/PHP-5.4/ext/standard/tests/file/
H A Dstream_rfc2397_006.phpt15 foreach($streams as $stream)
17 var_dump(file_get_contents($stream));
31 Warning: file_get_contents(data:;base64,#Zm9vYmFyIGZvb2Jhc=): failed to open stream: rfc2397: unabl…
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-5.4/ext/standard/tests/streams/
H A Dbug61371-win.phpt22 …$stream = stream_socket_client('udp://127.0.0.1:80', $errno, $errstr, 10, STREAM_CLIENT_CONNECT, $…
23 if ($doFclose) fclose($stream);
25 unset($stream);
H A Dbug61371.phpt22 …$stream = stream_socket_client('udp://0.0.0.0:80', $errno, $errstr, 10, STREAM_CLIENT_CONNECT, $co…
23 if ($doFclose) fclose($stream);
25 unset($stream);
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…
5 // Test whether the constructor of the user-space stream wrapper is called when stream functions ar…
/PHP-5.4/ext/zlib/tests/
H A Dgzopen_variation9.phpt39 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
43 gzopen=resource(%d) of type (stream)
47 Warning: gzopen(): cannot open a zlib stream for reading and writing at the same time! in %s on lin…
52 Warning: gzopen(%s/004.txt.gz): failed to open stream: %s in %s on line %d
/PHP-5.4/ext/sockets/tests/
H A Dsocket_import_stream-2.phpt38 Warning: socket_import_stream(): cannot represent a stream of type STDIO as a Socket Descriptor in …
41 Warning: socket_import_stream(): supplied resource is not a valid stream resource in %s on line %d
43 resource(%d) of type (stream)
46 Warning: socket_import_stream(): %d is not a valid stream resource in %s on line %d
/PHP-5.4/main/streams/
H A Duserspace.c342 php_stream *stream = NULL; in user_wrapper_opener() local
413 stream->wrapperdata = us->object; in user_wrapper_opener()
421 if (stream == NULL) { in user_wrapper_opener()
437 return stream; in user_wrapper_opener()
448 php_stream *stream = NULL; in user_wrapper_opendir() local
491 stream->wrapperdata = us->object; in user_wrapper_opendir()
499 if (stream == NULL) { in user_wrapper_opendir()
512 return stream; in user_wrapper_opendir()
727 stream->eof = 1; in php_userstreamop_read()
733 stream->eof = 1; in php_userstreamop_read()
[all …]
/PHP-5.4/ext/pdo_pgsql/
H A Dpgsql_driver.c629 php_stream *stream; in PHP_METHOD() local
642 if (!stream) { in PHP_METHOD()
678 php_stream_close(stream); in PHP_METHOD()
683 php_stream_close(stream); in PHP_METHOD()
701 php_stream_close(stream); in PHP_METHOD()
723 php_stream *stream; in PHP_METHOD() local
737 if (!stream) { in PHP_METHOD()
779 php_stream_close(stream); in PHP_METHOD()
783 php_stream_close(stream); in PHP_METHOD()
790 php_stream_close(stream); in PHP_METHOD()
[all …]
/PHP-5.4/
H A DUPGRADING.INTERNALS88 Some streams, like the temp:// stream, may enclose private streams. If the
89 outer stream leaks due to a programming error or is not exposed through a
92 The problem is that the outer usually wants itself to close the inner stream,
94 be live (e.g. commit data to it). If the outer stream is exposed through a
95 zval and the inner one isn't, this is not a problem because the outer stream
99 creation, so if the inner stream was created in the opener of the outer stream,
117 This has the effect that, when the inner stream is closed from a resource
118 destructor it will abort and try to free its enclosing stream instead.
119 To prevent this from happening when the inner stream is freed from the outer
120 stream, the macro php_stream_free_enclosed should be used instead of
[all …]
/PHP-5.4/ext/standard/tests/http/
H A Dbug38802.phpt71 resource(%d) of type (stream)
104 Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: Redirection limit reached, a…
115 Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: Redirection limit reached, a…
123 Warning: fopen(http://127.0.0.1:12342/foo/bar): failed to open stream: Redirection limit reached, a…
130 resource(%d) of type (stream)
143 resource(%d) of type (stream)
156 resource(%d) of type (stream)
/PHP-5.4/ext/pdo_oci/tests/
H A Dbug46274_2.phpt68 resource(%d) of type (stream)
70 resource(%d) of type (stream)
75 resource(%d) of type (stream)
77 resource(%d) of type (stream)
/PHP-5.4/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-5.4/main/
H A Dphp_memory_streams.h35 #define php_stream_memory_get_buffer(stream, length) _php_stream_memory_get_buffer((stream), (lengt… argument
45 PHPAPI char *_php_stream_memory_get_buffer(php_stream *stream, size_t *length STREAMS_DC TSRMLS_DC);
/PHP-5.4/ext/fileinfo/libmagic/
H A Dfsmagic.c93 file_fsmagic(struct magic_set *ms, const char *fn, struct stat *sb, php_stream *stream) in file_fsmagic() argument
102 if (fn == NULL && !stream) { in file_fsmagic()
108 if (stream) { in file_fsmagic()
110 if (php_stream_stat(stream, &ssb) < 0) { in file_fsmagic()
/PHP-5.4/ext/standard/tests/filters/
H A Dbug46164-2.phpt2 Bug #46164 - 2 (stream_filter_remove() closes the stream)
11 unset($this->stream);

Completed in 45 milliseconds

12345678910>>...27