Searched refs:method_ref (Results 1 – 1 of 1) sorted by relevance
8828 static void zend_compile_method_ref(zend_ast *ast, zend_trait_method_reference *method_ref) /* {{{ … in zend_compile_method_ref() argument8833 method_ref->method_name = zend_string_copy(zend_ast_get_str(method_ast)); in zend_compile_method_ref()8836 method_ref->class_name = zend_resolve_const_class_name_reference(class_ast, "trait name"); in zend_compile_method_ref()8838 method_ref->class_name = NULL; in zend_compile_method_ref()
Completed in 35 milliseconds