Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...25

/PHP-5.3/ext/ftp/
H A Dftp.h77 php_stream *stream; /* output stream for "nonblocking" transfers */ member
H A Dftp.c1745 ftp->stream = outstream; in ftp_nb_get()
1786 php_stream_putc(ftp->stream, '\r'); in ftp_nb_continue_read()
1789 php_stream_putc(ftp->stream, *ptr); in ftp_nb_continue_read()
1793 } else if (rcvd != php_stream_write(ftp->stream, data->buf, rcvd)) { in ftp_nb_continue_read()
1802 php_stream_putc(ftp->stream, '\r'); in ftp_nb_continue_read()
1861 ftp->stream = instream; in ftp_nb_put()
1890 while (!php_stream_eof(ftp->stream) && (ch = php_stream_getc(ftp->stream)) != EOF) { in ftp_nb_continue_write()
/PHP-5.3/ext/standard/tests/file/
H A Dfgetss.phpt81 Warning: fgetss(): %d is not a valid stream resource in %s on line %d
H A Dbug38450_3.phpt2 Bug #38450 (constructor is not called for classes used in userspace stream wrappers)
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler.phpt42 printf("[013] Cannot read from stream\n");
43 $error = 'Cannot read from stream';
/PHP-5.3/ext/hash/
H A Dhash_md.c145 php_stream *stream; in PHP_NAMED_FUNCTION() local
151 stream = php_stream_open_wrapper(arg, "rb", REPORT_ERRORS | ENFORCE_SAFE_MODE, NULL); in PHP_NAMED_FUNCTION()
152 if (!stream) { in PHP_NAMED_FUNCTION()
158 while ((n = php_stream_read(stream, buf, sizeof(buf))) > 0) { in PHP_NAMED_FUNCTION()
164 php_stream_close(stream); in PHP_NAMED_FUNCTION()
/PHP-5.3/ext/standard/tests/strings/
H A Dvfprintf_variation11.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation15.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation15_64bit.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation19.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation19_64bit.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation9.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation11_64bit.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation3.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation5.phpt6 * Description: Write a formatted string to a stream
/PHP-5.3/ext/standard/tests/http/
H A Dserver.inc14 * $output is a stream on which everything sent by clients is written to
/PHP-5.3/ext/standard/tests/array/
H A Darray_fill_keys_variation4.phpt81 resource(%d) of type (stream)
H A Dend.phpt220 resource(%d) of type (stream)
221 resource(%d) of type (stream)
H A Dend_64bit.phpt221 resource(%d) of type (stream)
222 resource(%d) of type (stream)
/PHP-5.3/ext/phar/tests/
H A Ddelete_in_phar_confirm.phpt47 Warning: include(%sdelete_in_phar_confirm.phar.php/b/c.php): failed to open stream: phar error: "b/…
/PHP-5.3/ext/zlib/tests/
H A D004.phpt24 Warning: gzfile(nonexistent_file_gzfile): failed to open stream: No such file or directory in %s on…
/PHP-5.3/Zend/tests/
H A D017.phpt53 string(6) "stream"
H A Dsettype_resource.phpt82 resource(%d) of type (stream)
/PHP-5.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b.phpt383 resource(%d) of type (stream) refcount(4)
384 &resource(%d) of type (stream) refcount(2)
H A Ddebug_zval_dump_b_64bit.phpt383 resource(%d) of type (stream) refcount(4)
384 &resource(%d) of type (stream) refcount(2)

Completed in 32 milliseconds

1...<<11121314151617181920>>...25