Home
last modified time | relevance | path

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

12345678910>>...25

/PHP-5.3/ext/phar/tests/
H A Dopen_for_write_newfile_b_5_2.phpt39 Warning: fopen(phar://%sopen_for_write_newfile_b_5_2.phar.php/b/new.php): failed to open stream: ph…
41 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_b_5…
43 Warning: fclose(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_b_5…
46 Warning: include(phar://%sopen_for_write_newfile_b_5_2.phar.php/b/new.php): failed to open stream: …
H A Dopen_for_write_existing_c_5_2.phpt31 Warning: fopen(phar://%sopen_for_write_existing_c_5_2.phar.php/b/c.php): failed to open stream: pha…
33 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_existing_c_…
35 Warning: fclose(): supplied argument is not a valid stream resource in %sopen_for_write_existing_c_…
H A Dopen_for_write_existing_b_5_2.phpt37 Warning: fopen(phar://%sopen_for_write_existing_b_5_2.phar.php/b/c.php): failed to open stream: pha…
39 Warning: fwrite(): supplied argument is not a valid stream resource in %spen_for_write_existing_b_5…
41 Warning: fclose(): supplied argument is not a valid stream resource in %spen_for_write_existing_b_5…
H A D016.phpt31 Warning: file_get_contents(phar://%s/a): failed to open stream: phar error: internal corruption of …
34 Warning: file_get_contents(phar://%s/b): failed to open stream: phar error: internal corruption of …
38 Warning: file_get_contents(phar://%s/d): failed to open stream: phar error: internal corruption of …
/PHP-5.3/ext/openssl/tests/
H A Dsni_001.phpt98 echo "-- raw SSL stream (1) --\n";
101 echo "-- raw SSL stream (2) --\n";
104 echo "-- raw SSL stream with user supplied sni --\n";
111 echo "-- raw SSL stream with sni disabled --\n";
161 -- raw SSL stream (1) --
163 -- raw SSL stream (2) --
165 -- raw SSL stream with user supplied sni --
167 -- raw SSL stream with sni disabled --
/PHP-5.3/ext/standard/tests/network/
H A Dfsockopen_basic.phpt47 resource(%d) of type (stream)
50 resource(%d) of type (stream)
53 resource(%d) of type (stream)
H A Dfsockopen_variation1.phpt28 resource(%d) of type (stream)
31 resource(%d) of type (stream)
/PHP-5.3/ext/zip/tests/
H A Dbug49072.phpt16 if (!$r)die('failed to open a stream for file1');
24 Warning: fread(): Zip stream error: CRC error in %s on line %d
/PHP-5.3/ext/phar/tests/tar/
H A Dopen_for_write_newfile_b_5_2.phpt51 Warning: fopen(phar://%sopen_for_write_newfile_b_5_2.phar.tar/b/new.php): failed to open stream: ph…
53 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_b_5…
55 Warning: fclose(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_b_5…
58 Warning: include(phar://%sopen_for_write_newfile_b_5_2.phar.tar/b/new.php): failed to open stream: …
H A Dopen_for_write_existing_c_5_2.phpt44 Warning: fopen(phar://%sopen_for_write_existing_c_5_2.phar.tar/b/c.php): failed to open stream: pha…
46 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_existing_c_…
48 Warning: fclose(): supplied argument is not a valid stream resource in %sopen_for_write_existing_c_…
H A Dopen_for_write_existing_b_5_2.phpt50 Warning: fopen(phar://%sopen_for_write_existing_b_5_2.phar.tar/b/c.php): failed to open stream: pha…
52 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_existing_b_…
54 Warning: fclose(): supplied argument is not a valid stream resource in %spen_for_write_existing_b_5…
/PHP-5.3/ext/phar/tests/zip/
H A Dopen_for_write_newfile_b_5_2.phpt50 Warning: fopen(phar://%sopen_for_write_newfile_b_5_2.phar.zip/b/new.php): failed to open stream: ph…
52 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_b_5…
54 Warning: fclose(): supplied argument is not a valid stream resource in %sopen_for_write_newfile_b_5…
57 Warning: include(phar://%sopen_for_write_newfile_b_5_2.phar.zip/b/new.php): failed to open stream: …
H A Dopen_for_write_existing_c_5_2.phpt41 Warning: fopen(phar://%sopen_for_write_existing_c_5_2.phar.zip/b/c.php): failed to open stream: pha…
43 Warning: fwrite(): supplied argument is not a valid stream resource in %sopen_for_write_existing_c_…
45 Warning: fclose(): supplied argument is not a valid stream resource in %sopen_for_write_existing_c_…
H A Dopen_for_write_existing_b_5_2.phpt47 Warning: fopen(phar://%sopen_for_write_existing_b_5_2.phar.zip/b/c.php): failed to open stream: pha…
49 Warning: fwrite(): supplied argument is not a valid stream resource in %spen_for_write_existing_b_5…
51 Warning: fclose(): supplied argument is not a valid stream resource in %spen_for_write_existing_b_5…
/PHP-5.3/main/streams/
H A Dphp_stream_context.h69 const char *hostent, php_stream **stream);
71 const char *hostent, php_stream *stream);
73 php_stream *stream);
98 PHPAPI php_stream_context *php_stream_context_set(php_stream *stream, php_stream_context *context);
/PHP-5.3/ext/hash/
H A Dhash.c127 php_stream *stream = NULL; in php_hash_do_hash() local
140 if (!stream) { in php_hash_do_hash()
156 php_stream_close(stream); in php_hash_do_hash()
204 php_stream *stream = NULL; in php_hash_do_hash_hmac() local
218 if (!stream) { in php_hash_do_hash_hmac()
253 php_stream_close(stream); in php_hash_do_hash_hmac()
402 php_stream *stream = NULL; in PHP_FUNCTION() local
410 php_stream_from_zval(stream, &zstream); in PHP_FUNCTION()
440 php_stream *stream; in PHP_FUNCTION() local
452 if (!stream) { in PHP_FUNCTION()
[all …]
/PHP-5.3/ext/standard/tests/file/
H A Dstream_rfc2397_005.phpt20 foreach($streams as $stream)
22 var_dump(@file_get_contents($stream));
H A Dstream_001.phpt20 Warning: fopen(file://%s): failed to open stream: no suitable wrapper could be found in %s on line …
23 resource(%d) of type (stream)
/PHP-5.3/ext/zlib/tests/
H A Dzlib_wrapper_ftruncate_basic.phpt29 Warning: ftruncate(): Can't truncate this stream! in %s on line %d
31 Warning: ftruncate(): Can't truncate this stream! in %s on line %d
H A Dgzclose_basic.phpt35 Warning: gzread(): %d is not a valid stream resource in %s on line %d
38 Warning: gzread(): %d is not a valid stream resource in %s on line %d
/PHP-5.3/ext/standard/tests/filters/
H A Dstream_filter_remove_error.phpt30 echo "\n-- Testing stream_filter_remove() function with unexisting stream filter --\n";
65 -- Testing stream_filter_remove() function with unexisting stream filter --
72 Warning: stream_filter_remove(): Invalid resource given, not a stream filter in %s on line %d
78 Warning: stream_filter_remove(): Invalid resource given, not a stream filter in %s on line %d
/PHP-5.3/TSRM/
H A Dtsrm_win32.c386 static process_pair *process_get(FILE *stream TSRMLS_DC) in process_get()
392 if (ptr->stream == stream) { in process_get()
459 FILE *stream = NULL; in popen_ex() local
566 stream = _fdopen(fno, type); in popen_ex()
568 proc->stream = stream; in popen_ex()
569 return stream; in popen_ex()
572 TSRM_API int pclose(FILE *stream) in pclose() argument
578 if ((process = process_get(stream TSRMLS_CC)) == NULL) { in pclose()
582 fflush(process->stream); in pclose()
583 fclose(process->stream); in pclose()
[all …]
/PHP-5.3/tests/security/
H A Dopen_basedir_error_log_variation.phpt35 Warning: error_log(%s/test/bad/bad.txt): failed to open stream: %s in %s on line %d
40 Warning: error_log(%s/test/bad.txt): failed to open stream: %s in %s on line %d
45 Warning: error_log(%s/bad.txt): failed to open stream: %s in %s on line %d
/PHP-5.3/ext/ftp/
H A Dphp_ftp.c741 php_stream *stream; in PHP_FUNCTION() local
751 php_stream_from_zval(stream, &z_file); in PHP_FUNCTION()
763 resumepos = php_stream_tell(stream); in PHP_FUNCTION()
785 php_stream *stream; in PHP_FUNCTION() local
795 php_stream_from_zval(stream, &z_file); in PHP_FUNCTION()
807 resumepos = php_stream_tell(stream); in PHP_FUNCTION()
1005 php_stream_close(ftp->stream); in PHP_FUNCTION()
1025 php_stream *stream; in PHP_FUNCTION() local
1033 php_stream_from_zval(stream, &z_file); in PHP_FUNCTION()
1072 php_stream *stream; in PHP_FUNCTION() local
[all …]
/PHP-5.3/ext/curl/tests/
H A Dbug52827.phpt15 /* force conversion of inner stream to STDIO.
20 * stream has an ugly but working mechanism to

Completed in 89 milliseconds

12345678910>>...25