Home
last modified time | relevance | path

Searched refs:get_static_method (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/Zend/
H A Dzend.h167 union _zend_function *(*get_static_method)(zend_class_entry *ce, zend_string* method); member
H A Dzend_vm_def.h3106 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));
H A Dzend_vm_execute.h1955 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 …]
H A Dzend_API.h201 class_container.get_static_method = NULL; \
H A Dzend_API.c3083 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()
H A Dzend_compile.c1672 ce->get_static_method = NULL; in zend_initialize_class_data()

Completed in 144 milliseconds