Searched defs:php_stream_context_to_zval (Results 1 – 1 of 1) sorted by relevance
/PHP-5.3/main/streams/ | ||
H A D | php_stream_context.h | 41 #define php_stream_context_to_zval(context, zval) { ZVAL_RESOURCE(zval, (context)->rsrc_id); zend_l… macro |
Completed in 4 milliseconds