Searched refs:closure_this (Results 1 – 1 of 1) sorted by relevance
1664 zval* closure_this; in ZEND_METHOD() local1671 closure_this = zend_get_closure_this_ptr(&intern->obj); in ZEND_METHOD()1672 if (!Z_ISUNDEF_P(closure_this)) { in ZEND_METHOD()1673 ZVAL_COPY(return_value, closure_this); in ZEND_METHOD()
Completed in 22 milliseconds