Home
last modified time | relevance | path

Searched refs:stream (Results 251 – 275 of 655) sorted by path

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

/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 …]
H A Dsha1.c76 php_stream *stream; in PHP_FUNCTION() local
82 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS, NULL); in PHP_FUNCTION()
83 if (!stream) { in PHP_FUNCTION()
89 while ((n = php_stream_read(stream, buf, sizeof(buf))) > 0) { in PHP_FUNCTION()
95 php_stream_close(stream); in PHP_FUNCTION()
H A Dstreamsfuncs.c137 if (stream == NULL) { in PHP_FUNCTION()
299 php_stream *stream; in PHP_FUNCTION() local
327 php_stream *stream; in PHP_FUNCTION() local
356 php_stream *stream; in PHP_FUNCTION() local
406 php_stream *stream; in PHP_FUNCTION() local
489 php_stream *stream; in PHP_FUNCTION() local
607 php_stream *stream; in stream_array_to_fd_set() local
740 if ((stream->writepos - stream->readpos) > 0) { in stream_array_emulate_read_fd_set()
999 if (stream) { in decode_context_param()
1216 if (strchr(stream->mode, 'r') || strchr(stream->mode, '+')) { in apply_filter_to_stream()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_column_basic.phpt196 resource(%d) of type (stream)
215 resource(%d) of type (stream)
H A Darray_combine_variation5.phpt163 resource(%d) of type (stream)
175 resource(%d) of type (stream)
H A Darray_diff_variation8.phpt200 resource(%d) of type (stream)
205 resource(%d) of type (stream)
H A Darray_fill_keys_variation3.phpt45 resource(%d) of type (stream)
47 resource(%d) of type (stream)
H A Darray_fill_keys_variation4.phpt81 resource(%d) of type (stream)
H A Darray_intersect_assoc_variation7.phpt182 resource(%d) of type (stream)
189 resource(%d) of type (stream)
196 resource(%d) of type (stream)
206 resource(%d) of type (stream)
H A Darray_intersect_assoc_variation8.phpt182 resource(%d) of type (stream)
189 resource(%d) of type (stream)
196 resource(%d) of type (stream)
206 resource(%d) of type (stream)
H A Darray_intersect_variation7.phpt175 resource(%d) of type (stream)
182 resource(%d) of type (stream)
192 resource(%d) of type (stream)
205 resource(%d) of type (stream)
H A Darray_intersect_variation8.phpt176 resource(%d) of type (stream)
183 resource(%d) of type (stream)
191 resource(%d) of type (stream)
206 resource(%d) of type (stream)
H A Darray_map_variation5.phpt159 resource(%d) of type (stream)
171 resource(%d) of type (stream)
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_merge_variation3.phpt365 resource(%d) of type (stream)
377 resource(%d) of type (stream)
H A Darray_pad_variation3.phpt838 resource(%d) of type (stream)
840 resource(%d) of type (stream)
844 resource(%d) of type (stream)
846 resource(%d) of type (stream)
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_shift_variation2.phpt205 resource(%d) of type (stream)
H A Darray_splice_variation4.phpt67 resource(%d) of type (stream)
H A Darray_unique_variation4.phpt129 resource(%d) of type (stream)
H A Darray_unshift_variation1.phpt333 resource(%d) of type (stream)
337 resource(%d) of type (stream)
H A Darray_unshift_variation2.phpt1034 resource(%d) of type (stream)
1047 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)
H A Darray_values_variation.phpt42 resource(%d) of type (stream)
44 resource(%d) of type (stream)
H A Darray_values_variation2.phpt213 resource(%d) of type (stream)

Completed in 67 milliseconds

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