Home
last modified time | relevance | path

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

1...<<2122232425

/PHP-5.3/ext/imap/tests/
H A Dimap_close_variation1.phpt10 * Description: Close an IMAP stream
H A Dimap_close_variation2.phpt10 * Description: Close an IMAP stream
H A Dimap_fetch_overview_variation2.phpt226 -- Testing with second argument value: resource(%d) of type (stream)
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd.c659 DBG_INF_FMT("stream=%p", conn->net->stream); in MYSQLND_METHOD()
1149 …if (SUCCESS == php_stream_cast((*p)->net->stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_IN… in mysqlnd_stream_array_to_fd_set()
1174 …if (SUCCESS == php_stream_cast((*fwd)->net->stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_… in mysqlnd_stream_array_from_fd_set()
1650 conn->thread_id, conn->net->stream? conn->net->stream->abstract:NULL); in MYSQLND_METHOD()
1655 if (conn->net->stream) { in MYSQLND_METHOD()
H A Dmysqlnd_debug.h46 php_stream *stream; member
/PHP-5.3/ext/standard/tests/dir/
H A Dopendir_variation2.phpt238 resource(%d) of type (stream)
/PHP-5.3/ext/standard/tests/file/
H A Dfwrite_variation1-win32.phpt13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfwrite_variation1.phpt13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Drmdir_variation2.phpt106 // non stream context resource
H A Dfwrite_variation4-win32.phpt13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfwrite_variation4.phpt13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dmkdir_variation4.phpt108 // non stream context resource
H A Dfwrite_variation2-win32.phpt13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfwrite_variation2.phpt13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfopen_variation4.phpt2 Test fopen() function : usage variation different datatypes for stream context
H A Dfwrite_variation3-win32.phpt13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfwrite_variation3.phpt13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
H A Dfwrite_basic-win32.phpt13 Description: fwrite() writes the contents of string to the file stream pointed to by handle.
/PHP-5.3/ext/fileinfo/libmagic/
H A Dfile.h395 …tected int file_fsmagic(struct magic_set *ms, const char *fn, struct stat *sb, php_stream *stream);
/PHP-5.3/ext/tidy/
H A Dtidy.c645 php_stream *stream; in php_tidy_file_to_mem() local
648 …if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0) | ENFORCE… in php_tidy_file_to_mem()
651 if ((*len = (int) php_stream_copy_to_mem(stream, &data, PHP_STREAM_COPY_ALL, 0)) == 0) { in php_tidy_file_to_mem()
655 php_stream_close(stream); in php_tidy_file_to_mem()
/PHP-5.3/
H A DNEWS1847 stream). (Gustavo)
2159 stream close (on all OSes). (Tony, Ilia)
3180 - Fixed Bug #46147 (after stream seek, appending stream filter reads incorrect
3522 after end of stream). (Greg)
3663 - Fixed bug #46147 (after stream seek, appending stream filter reads
3786 in the stream content). (Arnaud)
4095 compression stream). (Ilia)
5167 the Apache stream. (John)
5319 stream wrappers). (Tony)
5523 stream context options). (Mike)
[all …]
/PHP-5.3/ext/sockets/tests/
H A Dsocket_strerror.phpt85 string(19) "Device not a stream"
/PHP-5.3/ext/openssl/
H A Dopenssl.c4394 #define GET_VER_OPT(name) (stream->context && SUCCESS == php_stream_context_get_optio…
4399 php_stream *stream; in verify_callback() local
4414 stream = (php_stream*)SSL_get_ex_data(ssl, ssl_stream_data_index); in verify_callback()
4436 int php_openssl_apply_verification_policy(SSL *ssl, X509 *peer, php_stream *stream TSRMLS_DC) /* {{… in php_openssl_apply_verification_policy()
4512 php_stream *stream = (php_stream *)data; in passwd_callback() local
4529 SSL *php_SSL_new_from_context(SSL_CTX *ctx, php_stream *stream TSRMLS_DC) /* {{{ */ in php_SSL_new_from_context()
4567 SSL_CTX_set_default_passwd_cb_userdata(ctx, stream); in php_SSL_new_from_context()
4630 SSL_set_ex_data(ssl, ssl_stream_data_index, stream); in php_SSL_new_from_context()
/PHP-5.3/Zend/tests/
H A D019.phpt1189 resource(%d) of type (stream)
1193 resource(%d) of type (stream)
1202 resource(%d) of type (stream)
1206 resource(%d) of type (stream)
/PHP-5.3/ext/standard/tests/array/
H A Dcount_recursive.phpt98 $resource1 = fopen( __FILE__, "r" ); // Creating file(stream type) resource

Completed in 171 milliseconds

1...<<2122232425