Home
last modified time | relevance | path

Searched refs:php_stream_can_cast (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/
H A DREADME.STREAMS209 PHPAPI int php_stream_can_cast(php_stream * stream, int castas)
214 if (php_stream_can_cast(stream, PHP_STREAM_AS_SOCKETD) == SUCCESS) {
218 Please note the difference between php_stream_is and php_stream_can_cast;
/PHP-5.5/ext/posix/
H A Dposix.c706 if (php_stream_can_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT) == SUCCESS) { in php_posix_stream_get_fd()
708 } else if (php_stream_can_cast(stream, PHP_STREAM_AS_FD) == SUCCESS) { in php_posix_stream_get_fd()
/PHP-5.5/main/
H A Dphp_streams.h481 #define php_stream_can_cast(stream, as) _php_stream_cast((stream), (as), NULL, 0 TSRMLS_CC) macro
/PHP-5.5/ext/gd/
H A Dgd.c2410 else if (php_stream_can_cast(stream, PHP_STREAM_AS_STDIO)) { in _php_image_create_from()

Completed in 42 milliseconds