Searched refs:classref (Results 1 – 1 of 1) sorted by relevance
2423 zval *classref; in ZEND_METHOD() local2427 if (((classref = zend_hash_index_find(Z_ARRVAL_P(reference), 0)) == NULL) in ZEND_METHOD()2434 if (Z_TYPE_P(classref) == IS_OBJECT) { in ZEND_METHOD()2435 ce = Z_OBJCE_P(classref); in ZEND_METHOD()2437 name = zval_try_get_string(classref); in ZEND_METHOD()2456 if (Z_TYPE_P(classref) == IS_OBJECT && is_closure_invoke(ce, lcname) in ZEND_METHOD()2457 && (fptr = zend_get_closure_invoke_method(Z_OBJ_P(classref))) != NULL) in ZEND_METHOD()
Completed in 20 milliseconds