Searched refs:php_stream_context_to_zval (Results 1 – 3 of 3) sorted by relevance
37 #define php_stream_context_to_zval(context, zval) { ZVAL_RES(zval, (context)->res); GC_ADDREF((cont… macro
1116 php_stream_context_to_zval(context, return_value); in PHP_FUNCTION()1139 php_stream_context_to_zval(context, return_value); in PHP_FUNCTION()
3312 php_stream_context_to_zval(context, &new_context); in get_sdl()
Completed in 18 milliseconds