Searched refs:USERSTREAM_CAST (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/main/streams/ |
H A D | userspace.c | 117 #define USERSTREAM_CAST "stream_cast" macro 1396 ZVAL_STRINGL(&func_name, USERSTREAM_CAST, sizeof(USERSTREAM_CAST)-1); in php_userstreamop_cast() 1412 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " is not implemented!", in php_userstreamop_cast() 1423 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " must return a stream resource", in php_userstreamop_cast() 1430 php_error_docref(NULL, E_WARNING, "%s::" USERSTREAM_CAST " must not return itself", in php_userstreamop_cast()
|
Completed in 8 milliseconds