Home
last modified time | relevance | path

Searched refs:stream (Results 526 – 550 of 622) sorted by relevance

1...<<2122232425

/PHP-5.3/ext/standard/tests/array/
H A Darray_values_variation2.phpt213 resource(%d) of type (stream)
H A Dnatcasesort_variation2.phpt225 resource(%d) of type (stream)
/PHP-5.3/ext/standard/tests/strings/
H A Dvfprintf_variation10.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation12.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation12_64bit.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation20.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation21.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation4.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation4_64bit.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation8.phpt6 * Description: Write a formatted string to a stream
H A Dstrlen.phpt88 $string2 = (int)get_resource_type($file1); // converting stream type to int
90 /* $string1 is of "stream" type */
H A Dvfprintf_variation18.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation14.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation14_64bit.phpt10 * Description: Write a formatted string to a stream
/PHP-5.3/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_error.phpt51 Warning: file_get_contents(/no/such/file/or/dir): failed to open stream: No such file or directory …
H A Dflock_error.phpt97 Warning: flock(): %d is not a valid stream resource in %s on line %d
/PHP-5.3/ext/imap/tests/
H A Dimap_close_variation4.phpt10 * Description: Close an IMAP stream
H A Dimap_fetch_overview_variation6.phpt66 $part4["subtype"] = "octet-stream";
/PHP-5.3/
H A DTODO48 stream/path.
51 new command/request stream for each subsequent call; Possibly store
/PHP-5.3/ext/pdo/
H A DTODO52 ATTR_TRACE_FILE will accept a string or a stream.
/PHP-5.3/ext/standard/tests/image/
H A Dgetimagesize_basic.phpt177 string(24) "application/octet-stream"
/PHP-5.3/ext/standard/
H A Dbasic_functions.c1138 ZEND_ARG_INFO(0, stream)
1409 ZEND_ARG_INFO(0, stream)
1416 ZEND_ARG_INFO(0, stream)
1975 ZEND_ARG_INFO(0, stream)
1980 ZEND_ARG_INFO(0, stream)
1987 ZEND_ARG_INFO(0, stream)
2021 ZEND_ARG_INFO(0, stream)
2070 ZEND_ARG_INFO(0, stream)
2077 ZEND_ARG_INFO(0, stream)
2088 ZEND_ARG_INFO(0, stream)
[all …]
/PHP-5.3/Zend/
H A Dzend_language_scanner.l266 …if (file_handle->handle.stream.handle >= (void*)file_handle && file_handle->handle.stream.handle <… in open_file_for_scanning()
268 size_t diff = (char*)file_handle->handle.stream.handle - (char*)file_handle; in open_file_for_scanning()
269 fh->handle.stream.handle = (void*)(((char*)fh) + diff); in open_file_for_scanning()
270 file_handle->handle.stream.handle = fh->handle.stream.handle; in open_file_for_scanning()
408 if (retval && file_handle.handle.stream.handle) { in compile_filename()
/PHP-5.3/ext/wddx/
H A Dwddx.c1327 php_stream *stream = NULL; in PHP_FUNCTION() local
1337 php_stream_from_zval(stream, &packet); in PHP_FUNCTION()
1338 if (stream) { in PHP_FUNCTION()
1339 payload_len = php_stream_copy_to_mem(stream, &payload, PHP_STREAM_COPY_ALL, 0); in PHP_FUNCTION()
1352 if (stream) { in PHP_FUNCTION()
/PHP-5.3/ext/hash/
H A Dhash_sha.c129 php_stream *stream; in PHP_FUNCTION() local
135 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS | ENFORCE_SAFE_MODE, NULL); in PHP_FUNCTION()
136 if (!stream) { in PHP_FUNCTION()
142 while ((n = php_stream_read(stream, buf, sizeof(buf))) > 0) { in PHP_FUNCTION()
148 php_stream_close(stream); in PHP_FUNCTION()

Completed in 46 milliseconds

1...<<2122232425