Searched refs:php_stream_context_to_zval (Results 1 – 3 of 3) sorted by relevance
39 #define php_stream_context_to_zval(context, zval) { ZVAL_RES(zval, (context)->res); GC_ADDREF((cont… macro
1119 php_stream_context_to_zval(context, return_value); in PHP_FUNCTION()1141 php_stream_context_to_zval(context, return_value); in PHP_FUNCTION()
3305 php_stream_context_to_zval(context, &new_context); in get_sdl()
Completed in 23 milliseconds