Home
last modified time | relevance | path

Searched refs:stream (Results 176 – 200 of 655) sorted by relevance

12345678910>>...27

/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_error4.phpt9 /* Prototype : int vfprintf(resource stream, string format, array args)
10 * Description: Output a formatted string into a stream
H A Dvfprintf_error2.phpt9 /* Prototype : int vfprintf(resource stream, string format, array args)
10 * Description: Output a formatted string into a stream
H A Dvfprintf_error3.phpt9 /* Prototype : int vfprintf(resource stream, string format, array args)
10 * Description: Output a formatted string into a stream
H A Dvfprintf_error1.phpt9 /* Prototype : int vfprintf(resource stream, string format, array args)
10 * Description: Output a formatted string into a stream
/PHP-5.5/ext/phar/tests/tar/
H A Dcreate_new_phar_b.phpt21 Warning: file_put_contents(phar://%screate_new_phar_b.phar.tar/a.php): failed to open stream: phar …
23 Warning: include(phar://%screate_new_phar_b.phar.tar/a.php): failed to open stream: %s in %screate_…
/PHP-5.5/ext/standard/tests/dir/
H A Dopendir_variation3.phpt44 resource(%d) of type (stream)
47 resource(%d) of type (stream)
H A Dclosedir_variation3.phpt35 resource(%d) of type (stream)
43 resource(%d) of type (stream)
H A Ddir_variation9.phpt83 resource(%d) of type (stream)
89 resource(%d) of type (stream)
95 resource(%d) of type (stream)
101 resource(%d) of type (stream)
/PHP-5.5/TSRM/
H A Dtsrm_win32.h49 FILE *stream; member
100 TSRM_API int pclose(FILE *stream);
/PHP-5.5/ext/standard/tests/file/
H A Dparse_ini_file_variation6.phpt92 …ar6Sub//..//../parseIniFileVar6Sub/ParseIniFileVar6.ini): failed to open stream: No such file or d…
97 …ar6.dir/parseIniFileVar6Sub/BADDIR/ParseIniFileVar6.ini): failed to open stream: No such file or d…
126 Warning: parse_ini_file(BADDIR/ParseIniFileVar6.ini): failed to open stream: No such file or direct…
H A Dreadfile_variation9.phpt81 …/readfileVar8Sub//..//../readfileVar8Sub/fileToRead.tmp): failed to open stream: No such file or d…
85 Warning: readfile(%sreadfileVar8Sub/BADDIR/fileToRead.tmp): failed to open stream: No such file or …
97 Warning: readfile(BADDIR/fileToRead.tmp): failed to open stream: No such file or directory in %s on…
H A Dproc_open01.phpt56 resource(%d) of type (stream)
58 resource(%d) of type (stream)
H A Drename_variation9.phpt9 echo "\n*** Testing rename() by giving stream context as third argument ***\n";
45 *** Testing rename() by giving stream context as third argument ***
H A Dfile_variation8.phpt91 …fileVar8Sub//..//../fileVar8Sub/FileGetContentsVar7.tmp): failed to open stream: No such file or d…
96 Warning: file(%sfileVar8.dir/fileVar8Sub/BADDIR/FileGetContentsVar7.tmp): failed to open stream: No…
125 Warning: file(BADDIR/FileGetContentsVar7.tmp): failed to open stream: No such file or directory in …
H A Dfile_get_contents_variation7.phpt79 …//..//../fileGetContentsVar7Sub/FileGetContentsVar7.tmp): failed to open stream: No such file or d…
84 …r/fileGetContentsVar7Sub/BADDIR/FileGetContentsVar7.tmp): failed to open stream: No such file or d…
101 Warning: file_get_contents(BADDIR/FileGetContentsVar7.tmp): failed to open stream: No such file or …
/PHP-5.5/ext/standard/tests/array/
H A Darray_reverse_variation5.phpt311 resource(%d) of type (stream)
321 resource(%d) of type (stream)
331 resource(%d) of type (stream)
350 resource(%d) of type (stream)
370 resource(%d) of type (stream)
390 resource(%d) of type (stream)
H A Darray_values_variation.phpt42 resource(%d) of type (stream)
44 resource(%d) of type (stream)
H A Darray_values_variation_64bit.phpt41 resource(%d) of type (stream)
43 resource(%d) of type (stream)
/PHP-5.5/ext/standard/
H A Dproc_open.c558 php_stream *stream; in PHP_FUNCTION() local
561 php_stream_from_zval(stream, descitem); in PHP_FUNCTION()
563 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_FD, (void **)&fd, REPORT_ERRORS)) { in PHP_FUNCTION()
633 php_stream *stream; in PHP_FUNCTION() local
652 stream = php_stream_open_wrapper(Z_STRVAL_PP(zfile), Z_STRVAL_PP(zmode), in PHP_FUNCTION()
656 if (stream == NULL || FAILURE == php_stream_cast(stream, in PHP_FUNCTION()
935 php_stream *stream = NULL; in PHP_FUNCTION() local
964 stream = php_stream_fopen_from_fd(descriptors[i].parentend, mode_string, NULL); in PHP_FUNCTION()
970 if (stream) { in PHP_FUNCTION()
974 stream->flags |= PHP_STREAM_FLAG_NO_SEEK; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/zlib/
H A Dzlib.c554 php_stream *stream; in PHP_FUNCTION() local
567 if (!stream) { in PHP_FUNCTION()
578 while (php_stream_gets(stream, buf, sizeof(buf) - 1) != NULL) { in PHP_FUNCTION()
581 php_stream_close(stream); in PHP_FUNCTION()
593 php_stream *stream; in PHP_FUNCTION() local
606 if (!stream) { in PHP_FUNCTION()
609 php_stream_to_zval(stream, return_value); in PHP_FUNCTION()
620 php_stream *stream; in PHP_FUNCTION() local
634 if (!stream) { in PHP_FUNCTION()
637 size = php_stream_passthru(stream); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/posix/tests/
H A Dposix_ttyname_error_wrongparams.phpt33 Warning: posix_ttyname(): supplied resource is not a valid stream resource in %s on line %s
35 Warning: posix_ttyname(): expects argument 1 to be a valid stream resource in %s on line %d
/PHP-5.5/ext/imap/tests/
H A Dbug31142_1.phpt21 $part2["subtype"] = "octet-stream";
45 Content-Type: APPLICATION/octet-stream
H A Dbug40854.phpt20 $part2["subtype"] = "octet-stream";
43 Content-Type: APPLICATION/octet-stream
/PHP-5.5/ext/curl/tests/
H A Dbug27023_2.phpt41 string(%d) "curl_testdata1.txt|application/octet-stream"
43 string(%d) "foo.txt|application/octet-stream"
/PHP-5.5/ext/zip/
H A DTODO2 - stream to add or modify entries

Completed in 94 milliseconds

12345678910>>...27