Searched refs:classref (Results 1 – 1 of 1) sorted by relevance
2416 zval *classref; in ZEND_METHOD() local2420 if (((classref = zend_hash_index_find(Z_ARRVAL_P(reference), 0)) == NULL) in ZEND_METHOD()2427 if (Z_TYPE_P(classref) == IS_OBJECT) { in ZEND_METHOD()2428 ce = Z_OBJCE_P(classref); in ZEND_METHOD()2430 name = zval_try_get_string(classref); in ZEND_METHOD()2449 if (Z_TYPE_P(classref) == IS_OBJECT && is_closure_invoke(ce, lcname) in ZEND_METHOD()2450 && (fptr = zend_get_closure_invoke_method(Z_OBJ_P(classref))) != NULL) in ZEND_METHOD()
Completed in 24 milliseconds