Home
last modified time | relevance | path

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

/PHP-5.3/
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.3/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.3/main/
H A Dphp_streams.h472 #define php_stream_can_cast(stream, as) _php_stream_cast((stream), (as), NULL, 0 TSRMLS_CC) macro

Completed in 13 milliseconds