Home
last modified time | relevance | path

Searched refs:stream (Results 501 – 525 of 655) sorted by relevance

1...<<21222324252627

/PHP-5.5/ext/phar/tests/
H A Ddelete_in_phar.phpt52 Warning: include(%sdelete_in_phar.phar.php/b/c.php): failed to open stream: phar error: "b/c.php" i…
/PHP-5.5/ext/phar/tests/tar/
H A Dopen_for_write_existing_b.phpt52 Warning: fopen(phar://%sopen_for_write_existing_b.phar.tar/b/c.php): failed to open stream: phar er…
/PHP-5.5/ext/phar/tests/zip/
H A Dopen_for_write_existing_b.phpt49 Warning: fopen(phar://%sopen_for_write_existing_b.phar.zip/b/c.php): failed to open stream: phar er…
H A Ddelete_in_phar_confirm.phpt57 Warning: include(%sdelete_in_phar_confirm.phar.zip/b/c.php): failed to open stream: phar error: "b/…
/PHP-5.5/ext/ftp/
H A Dftp.h77 php_stream *stream; /* output stream for "nonblocking" transfers */ member
/PHP-5.5/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, 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.5/ext/mysqlnd/
H A Dmysqlnd_net.c45 mysqlnd_set_sock_no_delay(php_stream * stream TSRMLS_DC) in mysqlnd_set_sock_no_delay()
48 int socketd = ((php_netstream_data_t*)stream->abstract)->socket; in mysqlnd_set_sock_no_delay()
166 net->data->stream = NULL; in MYSQLND_METHOD()
1070 DBG_INF_FMT("%p", net? net->data->stream:NULL); in MYSQLND_METHOD()
1071 DBG_RETURN(net? net->data->stream:NULL); in MYSQLND_METHOD()
1083 net->data->stream = net_stream; in MYSQLND_METHOD()
1084 ret = net->data->stream; in MYSQLND_METHOD()
/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_variation11.phpt10 * 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_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_variation3.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation9.phpt6 * 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_variation5.phpt6 * Description: Write a formatted string to a stream
/PHP-5.5/ext/standard/tests/http/
H A Dserver.inc14 * $output is a stream on which everything sent by clients is written to
/PHP-5.5/ext/standard/tests/array/
H A Darray_fill_keys_variation4.phpt81 resource(%d) of type (stream)
H A Darray_column_basic.phpt196 resource(%d) of type (stream)
215 resource(%d) of type (stream)
H A Dend_64bit.phpt221 resource(%d) of type (stream)
222 resource(%d) of type (stream)
H A Dend.phpt220 resource(%d) of type (stream)
221 resource(%d) of type (stream)
/PHP-5.5/Zend/tests/
H A D017.phpt53 string(6) "stream"
H A Dsettype_resource.phpt82 resource(%d) of type (stream)
/PHP-5.5/ext/phar/
H A DTODO15 X stream context for specifying compression of a file [Marcus]
16 X stream context for specifying meta-data [Greg]
30 X support rename() in stream wrapper [Greg]
/PHP-5.5/ext/gd/
H A Dgd.c1418 php_stream *stream; in PHP_FUNCTION() local
1425 if (stream == NULL) { in PHP_FUNCTION()
1454 php_stream_close(stream); in PHP_FUNCTION()
1473 php_stream_close(stream); in PHP_FUNCTION()
1480 php_stream_close(stream); in PHP_FUNCTION()
1498 php_stream_close(stream); in PHP_FUNCTION()
1501 php_stream_close(stream); in PHP_FUNCTION()
2352 php_stream *stream; in _php_image_create_from() local
2372 if (stream == NULL) { in _php_image_create_from()
2446 php_stream_close(stream); in _php_image_create_from()
[all …]

Completed in 55 milliseconds

1...<<21222324252627