get_static_method 167 Zend/zend.h union _zend_function *(*get_static_method)(zend_class_entry *ce, zend_string* method); get_static_method 3082 Zend/zend_API.c if (fcc->calling_scope->get_static_method) { get_static_method 3083 Zend/zend_API.c fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, mname); get_static_method 201 Zend/zend_API.h class_container.get_static_method = NULL; \ get_static_method 1658 Zend/zend_compile.c ce->get_static_method = NULL; get_static_method 3075 Zend/zend_vm_def.h if (ce->get_static_method) { get_static_method 3076 Zend/zend_vm_def.h fbc = ce->get_static_method(ce, Z_STR_P(function_name)); get_static_method 3219 Zend/zend_vm_def.h if (called_scope->get_static_method) { get_static_method 3220 Zend/zend_vm_def.h fbc = called_scope->get_static_method(called_scope, mname); get_static_method 3322 Zend/zend_vm_def.h if (called_scope->get_static_method) { get_static_method 3323 Zend/zend_vm_def.h fbc = called_scope->get_static_method(called_scope, Z_STR_P(method)); get_static_method 1965 Zend/zend_vm_execute.h if (called_scope->get_static_method) { get_static_method 1966 Zend/zend_vm_execute.h fbc = called_scope->get_static_method(called_scope, mname); get_static_method 2068 Zend/zend_vm_execute.h if (called_scope->get_static_method) { get_static_method 2069 Zend/zend_vm_execute.h fbc = called_scope->get_static_method(called_scope, Z_STR_P(method)); get_static_method 2388 Zend/zend_vm_execute.h if (called_scope->get_static_method) { get_static_method 2389 Zend/zend_vm_execute.h fbc = called_scope->get_static_method(called_scope, mname); get_static_method 2491 Zend/zend_vm_execute.h if (called_scope->get_static_method) { get_static_method 2492 Zend/zend_vm_execute.h fbc = called_scope->get_static_method(called_scope, Z_STR_P(method)); get_static_method 2644 Zend/zend_vm_execute.h if (called_scope->get_static_method) { get_static_method 2645 Zend/zend_vm_execute.h fbc = called_scope->get_static_method(called_scope, mname); get_static_method 2747 Zend/zend_vm_execute.h if (called_scope->get_static_method) { get_static_method 2748 Zend/zend_vm_execute.h fbc = called_scope->get_static_method(called_scope, Z_STR_P(method)); get_static_method 5669 Zend/zend_vm_execute.h if (ce->get_static_method) { get_static_method 5670 Zend/zend_vm_execute.h fbc = ce->get_static_method(ce, Z_STR_P(function_name)); get_static_method 7665 Zend/zend_vm_execute.h if (ce->get_static_method) { get_static_method 7666 Zend/zend_vm_execute.h fbc = ce->get_static_method(ce, Z_STR_P(function_name)); get_static_method 9415 Zend/zend_vm_execute.h if (ce->get_static_method) { get_static_method 9416 Zend/zend_vm_execute.h fbc = ce->get_static_method(ce, Z_STR_P(function_name)); get_static_method 11238 Zend/zend_vm_execute.h if (ce->get_static_method) { get_static_method 11239 Zend/zend_vm_execute.h fbc = ce->get_static_method(ce, Z_STR_P(function_name)); get_static_method 17590 Zend/zend_vm_execute.h if (ce->get_static_method) { get_static_method 17591 Zend/zend_vm_execute.h fbc = ce->get_static_method(ce, Z_STR_P(function_name)); get_static_method 19225 Zend/zend_vm_execute.h if (ce->get_static_method) { get_static_method 19226 Zend/zend_vm_execute.h fbc = ce->get_static_method(ce, Z_STR_P(function_name)); get_static_method 20853 Zend/zend_vm_execute.h if (ce->get_static_method) { get_static_method 20854 Zend/zend_vm_execute.h fbc = ce->get_static_method(ce, Z_STR_P(function_name)); get_static_method 22430 Zend/zend_vm_execute.h if (ce->get_static_method) { get_static_method 22431 Zend/zend_vm_execute.h fbc = ce->get_static_method(ce, Z_STR_P(function_name));