Home
last modified time | relevance | path

Searched refs:stream (Results 276 – 300 of 655) sorted by relevance

1...<<11121314151617181920>>...27

/PHP-5.5/ext/standard/tests/strings/
H A D006.phpt16 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA): failed to open stream: %s006.php on line…
H A D007-win32.phpt17 Warning: php_strip_whitespace(%s): failed to open stream: No such file or directory in %s on line %d
H A D007.phpt17 Warning: php_strip_whitespace(%s): failed to open stream: File name too long in %s007.php on line %d
/PHP-5.5/ext/standard/tests/filters/
H A Dbug46164-1.phpt2 Bug #46164 - 1 (stream_filter_remove() closes the stream)
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_debug.c47 self->stream = php_stream_open_wrapper(self->file_name, in MYSQLND_METHOD()
50 return self->stream? PASS:FAIL; in MYSQLND_METHOD()
71 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
140 ret = php_stream_write(self->stream, message_line, message_line_len)? PASS:FAIL; in MYSQLND_METHOD()
169 if (!self->stream && FAIL == self->m->open(self, FALSE)) { in MYSQLND_METHOD()
242 ret = php_stream_write(self->stream, message_line, message_line_len)? PASS:FAIL; in MYSQLND_METHOD()
439 if (self->stream) { in MYSQLND_METHOD()
481 php_stream_free(self->stream, PHP_STREAM_FREE_CLOSE); in MYSQLND_METHOD()
482 self->stream = NULL; in MYSQLND_METHOD()
/PHP-5.5/ext/phar/tests/zip/
H A Dfrontcontroller17.phar.phpt13 Content-type: application/octet-stream
/PHP-5.5/ext/standard/tests/streams/
H A Dbug54623.phpt17 Warning: fwrite(): %d is not a valid stream resource in %s on line %d
H A Dbug48309.phpt2 Bug #48309 (stream_copy_to_stream() and fpasstru() do not update stream position)
H A Dstream_get_meta_data_process_basic.phpt2 Testing stream_get_meta_data() on a process stream.
/PHP-5.5/Zend/tests/
H A Dconstants_002.phpt18 resource(%d) of type (stream)
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_variation3.phpt53 Warning: getimagesize(%snofile.ext): failed to open stream: No such file or directory in %s on line…
56 Warning: getimagesize(%snofile.ext): failed to open stream: No such file or directory in %s on line…
/PHP-5.5/ext/standard/tests/file/
H A Dfgets_variation2.phpt46 Warning: fgets(): %d is not a valid stream resource in %s on line %d
49 Warning: fgets(): %d is not a valid stream resource in %s on line %d
H A Dbug43353-win32.phpt24 Warning: file_get_contents(datafoo:text/plain,foo): failed to open stream: Invalid argument in %s
H A Dbug44607.phpt2 Bug #44607 (stream_get_line unable to correctly identify the "ending" in the stream content)
H A Dfopencookie.phpt9 * stream and that is passed back to the ZE to include.
10 * On systems without fopencookie, the stream is fed into a temporary
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation4.phpt60 resource(%d) of type (stream)
66 resource(%d) of type (stream)
/PHP-5.5/ext/curl/
H A Dphp_curl.h126 zval *stream; member
135 zval *stream; member
/PHP-5.5/tests/security/
H A Dopen_basedir_dir.phpt74 resource(%d) of type (stream)
80 resource(%d) of type (stream)
86 resource(%d) of type (stream)
/PHP-5.5/ext/standard/tests/array/
H A Darray_merge_recursive_variation5.phpt364 resource(%d) of type (stream)
369 resource(%d) of type (stream)
384 resource(%d) of type (stream)
389 resource(%d) of type (stream)
H A Darray_unshift_variation5.phpt331 resource(%d) of type (stream)
347 resource(%d) of type (stream)
362 resource(%d) of type (stream)
388 resource(%d) of type (stream)
/PHP-5.5/ext/standard/tests/network/
H A Dhttp-stream.phpt2 http-stream test
/PHP-5.5/ext/json/tests/
H A Dunsupported_type_error.phpt20 resource(5) of type (stream)
/PHP-5.5/ext/gd/tests/
H A Dimageloadfont_error2.phpt14 Warning: imageloadfont(\src\invalidfile.font): failed to open stream: No such file or directory in …
/PHP-5.5/ext/phar/tests/
H A Dopen_for_write_newfile_c.phpt35 Warning: fopen(phar://%sopen_for_write_newfile_c.phar.php/b/new.php): failed to open stream: phar e…
42 Warning: include(phar://%sopen_for_write_newfile_c.phar.php/b/new.php): failed to open stream: phar…
/PHP-5.5/ext/fileinfo/libmagic/
H A Dapprentice.c946 php_stream *stream; in load_1() local
957 if (stream == NULL) { in load_1()
1025 php_stream_close(stream); in load_1()
2598 php_stream *stream = NULL; in apprentice_map() local
2634 if (!stream) { in apprentice_map()
2660 php_stream_close(stream); in apprentice_map()
2661 stream = NULL; in apprentice_map()
2729 if (stream) { in apprentice_map()
2756 php_stream *stream; in apprentice_compile() local
2772 if (!stream) { in apprentice_compile()
[all …]

Completed in 44 milliseconds

1...<<11121314151617181920>>...27