Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds