Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Duserspace.c145 #define USERSTREAM_CAST "stream_cast" macro
1512 ZVAL_STRINGL(&func_name, USERSTREAM_CAST, sizeof(USERSTREAM_CAST)-1); in php_userstreamop_cast()
1531 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " is not implemented!", in php_userstreamop_cast()
1540 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " must return a stream resource", in php_userstreamop_cast()
1545 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " must not return itself", in php_userstreamop_cast()

Completed in 10 milliseconds