Searched refs:get_static_method (Results 1 – 8 of 8) sorted by relevance
197 zend_function *(*get_static_method)(zend_class_entry *ce, zend_string* method); member
4565 if (called_scope->get_static_method) { in zend_init_dynamic_call_string()4566 fbc = called_scope->get_static_method(called_scope, mname); in zend_init_dynamic_call_string()4699 if (called_scope->get_static_method) { in zend_init_dynamic_call_array()4700 fbc = called_scope->get_static_method(called_scope, Z_STR_P(method)); in zend_init_dynamic_call_array()
3754 if (fcc->calling_scope->get_static_method) { in zend_is_callable_check_func()3755 fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, mname); in zend_is_callable_check_func()
6943 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CONST_HANDLER()9288 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()10041 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_UNUSED_HANDLER()11662 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_CONST_CV_HANDLER()24370 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CONST_HANDLER()27043 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_TMPVAR_HANDLER()28500 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_UNUSED_HANDLER()31323 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_VAR_CV_HANDLER()33468 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER()35344 if (ce->get_static_method) { in ZEND_INIT_STATIC_METHOD_CALL_SPEC_UNUSED_TMPVAR_HANDLER()[all …]
292 class_container.get_static_method = NULL; \
3646 if (ce->get_static_method) {3647 fbc = ce->get_static_method(ce, Z_STR_P(function_name));
1893 ce->get_static_method = NULL; in zend_initialize_class_data()
935 zend_test_class->get_static_method = zend_test_class_static_method_get; in PHP_MINIT_FUNCTION()
Completed in 229 milliseconds