Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dstreamsfuncs.c1692 …if (php_stream_can_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL) == SUCCESS… in PHP_FUNCTION()
1694 } else if (php_stream_can_cast(stream, PHP_STREAM_AS_FD | PHP_STREAM_CAST_INTERNAL) == SUCCESS) { in PHP_FUNCTION()
1737 …if (php_stream_can_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL) == SUCCESS… in PHP_FUNCTION()
1739 } else if (php_stream_can_cast(stream, PHP_STREAM_AS_FD | PHP_STREAM_CAST_INTERNAL) == SUCCESS) { in PHP_FUNCTION()
/php-src/docs-old/
H A Dstreams.md226 PHPAPI int php_stream_can_cast(php_stream * stream, int castas)
233 if (php_stream_can_cast(stream, PHP_STREAM_AS_SOCKETD) == SUCCESS) {
238 Please note the difference between `php_stream_is` and `php_stream_can_cast`;
/php-src/ext/posix/
H A Dposix.c433 …if (php_stream_can_cast(stream, PHP_STREAM_AS_FD_FOR_SELECT | PHP_STREAM_CAST_INTERNAL) == SUCCESS… in php_posix_stream_get_fd()
435 } else if (php_stream_can_cast(stream, PHP_STREAM_AS_FD | PHP_STREAM_CAST_INTERNAL) == SUCCESS) { in php_posix_stream_get_fd()
/php-src/main/
H A Dphp_streams.h525 #define php_stream_can_cast(stream, as) _php_stream_cast((stream), (as), NULL, 0) macro
/php-src/ext/gd/
H A Dgd.c1564 else if (php_stream_can_cast(stream, PHP_STREAM_AS_STDIO)) { in _php_image_create_from()

Completed in 51 milliseconds