Home
last modified time | relevance | path

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

/PHP-7.0/ext/reflection/
H A Dphp_reflection.c1728 zval* closure_this; in ZEND_METHOD() local
1735 closure_this = zend_get_closure_this_ptr(&intern->obj); in ZEND_METHOD()
1736 if (!Z_ISUNDEF_P(closure_this)) { in ZEND_METHOD()
1737 ZVAL_COPY(return_value, closure_this); in ZEND_METHOD()

Completed in 37 milliseconds