Home
last modified time | relevance | path

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

1...<<2122232425

/PHP-5.3/ext/standard/tests/file/
H A Dfwrite_basic.phpt13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfread_variation3-win32.phpt16 opening userspace stream) when 8192 bytes have been read whichever comes first.
H A Dfread_variation3.phpt16 opening userspace stream) when 8192 bytes have been read whichever comes first.
H A Dfread_variation4-win32.phpt16 opening userspace stream) when 8192 bytes have been read whichever comes first.
H A Dfread_variation4.phpt16 opening userspace stream) when 8192 bytes have been read whichever comes first.
H A Dfread_basic.phpt10 opening userspace stream) when 8192 bytes have been read whichever comes first.
H A Dfread_variation2.phpt10 opening userspace stream) when 8192 bytes have been read whichever comes first.
H A Dmkdir_rmdir_variation-win32.phpt29 echo "\n*** Testing mkdir() and rmdir() by giving stream context as fourth argument ***\n";
1595 *** Testing mkdir() and rmdir() by giving stream context as fourth argument ***
H A Dfread_variation1.phpt10 opening userspace stream) when 8192 bytes have been read whichever comes first.
/PHP-5.3/ext/standard/tests/strings/
H A Dstr_replace.phpt185 var_dump(str_replace("stream", "FOUND", $resource1, $count));
187 var_dump(str_replace("stream", "FOUND", $resource2, $count));
H A Dstrcmp.phpt76 /* string1 and string2 of same "stream" type */
79 /* string1 is of "stream" type & string3 is of "int" type */
H A Dstrcasecmp.phpt76 /* string1 and string2 of same "stream" type */
79 /* string1 is of "stream" type & string3 is of "int" type */
/PHP-5.3/ext/exif/
H A Dexif.c4190 php_stream * stream; in PHP_FUNCTION() local
4197stream = php_stream_open_wrapper(imagefile, "rb", IGNORE_PATH|ENFORCE_SAFE_MODE|REPORT_ERRORS, NUL… in PHP_FUNCTION()
4199 if (stream == NULL) { in PHP_FUNCTION()
4203 itype = php_getimagetype(stream, NULL TSRMLS_CC); in PHP_FUNCTION()
4205 php_stream_close(stream); in PHP_FUNCTION()
/PHP-5.3/Zend/
H A Dzend_language_scanner.c268 …if (file_handle->handle.stream.handle >= (void*)file_handle && file_handle->handle.stream.handle <… in open_file_for_scanning()
270 size_t diff = (char*)file_handle->handle.stream.handle - (char*)file_handle; in open_file_for_scanning()
271 fh->handle.stream.handle = (void*)(((char*)fh) + diff); in open_file_for_scanning()
272 file_handle->handle.stream.handle = fh->handle.stream.handle; in open_file_for_scanning()
410 if (retval && file_handle.handle.stream.handle) { in compile_filename()
/PHP-5.3/ext/pdo/
H A Dpdo_sql_parser.re225 pdo_raise_impl_error(stmt->dbh, stmt, "HY105", "Expected a stream resource" TSRMLS_CC);
/PHP-5.3/ext/pgsql/
H A Dpgsql.c2869 php_stream *stream; local
2886 stream = php_stream_open_wrapper(z_filename, mode, ENFORCE_SAFE_MODE|REPORT_ERRORS, NULL);
2888 if (!stream) {
2892 if (FAILURE == php_stream_cast(stream, PHP_STREAM_AS_STDIO, (void**)&fp, REPORT_ERRORS)) {
2893 php_stream_close(stream);
2896 php_stream_auto_cleanup(stream);
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1533 size_t old_chunk_size = net->stream->chunk_size; in php_mysqlnd_rowp_read()
1615 net->stream->chunk_size = old_chunk_size; in php_mysqlnd_rowp_read()
H A Dmysqlnd_structs.h699 php_stream *stream; member
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic988 # iso 13818 transport stream
2086 !:mime application/octet-stream
3664 !:mime application/octet-stream
3670 !:mime application/octet-stream
3676 !:mime application/octet-stream
3680 !:mime application/octet-stream
3682 !:mime application/octet-stream
4849 !:mime application/octet-stream
4984 !:mime application/octet-stream
10717 # GLF is OpenGL stream encoding
[all …]
/PHP-5.3/ext/phar/
H A Dphar_object.c2951 php_stream *stream; local
2972 if ((php_stream_from_zval_no_verify(stream, &zstub)) != NULL) {
/PHP-5.3/ext/phar/phar/
H A Dpharcommand.inc124 .'stub so that class PHP_Archive gets registered as phar:// stream wrapper '
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt9374 string to be treated as UTF-8 text, still a byte stream but potentially

Completed in 169 milliseconds

1...<<2122232425