Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Duserspace.c147 #define USERSTREAM_CAST "stream_cast" macro
1611 ZVAL_STRINGL(&func_name, USERSTREAM_CAST, sizeof(USERSTREAM_CAST)-1, 0); in php_userstreamop_cast()
1632 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::" USERSTREAM_CAST " is not implemented!", in php_userstreamop_cast()
1641 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::" USERSTREAM_CAST " must return a stream resource… in php_userstreamop_cast()
1646 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s::" USERSTREAM_CAST " must not return itself", in php_userstreamop_cast()

Completed in 8 milliseconds