Searched refs:get_static_method (Results 1 – 6 of 6) sorted by relevance
167 union _zend_function *(*get_static_method)(zend_class_entry *ce, zend_string* method); member
3106 if (ce->get_static_method) {3107 fbc = ce->get_static_method(ce, Z_STR_P(function_name));3250 if (called_scope->get_static_method) {3251 fbc = called_scope->get_static_method(called_scope, mname);3351 if (called_scope->get_static_method) {3352 fbc = called_scope->get_static_method(called_scope, Z_STR_P(method));
1955 if (called_scope->get_static_method) {2056 if (called_scope->get_static_method) {2386 if (called_scope->get_static_method) {5726 if (ce->get_static_method) {7764 if (ce->get_static_method) {9521 if (ce->get_static_method) {11371 if (ce->get_static_method) {17802 if (ce->get_static_method) {19441 if (ce->get_static_method) {21088 if (ce->get_static_method) {[all …]
201 class_container.get_static_method = NULL; \
3083 if (fcc->calling_scope->get_static_method) { in zend_is_callable_check_func()3084 fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, mname); in zend_is_callable_check_func()
1672 ce->get_static_method = NULL; in zend_initialize_class_data()
Completed in 205 milliseconds