Home
last modified time | relevance | path

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

123

/dports/lang/fpc-source/fpc-3.2.2/tests/webtbf/
H A Dtw1928.pp7 tmethod(get_static_method)(0);
/dports/lang/php73/php-7.3.33/ext/zend_test/
H A Dtest.c216 zend_test_class->get_static_method = zend_test_class_static_method_get; in PHP_MINIT_FUNCTION()
/dports/www/mod_php73/php-7.3.33/ext/zend_test/
H A Dtest.c216 zend_test_class->get_static_method = zend_test_class_static_method_get; in PHP_MINIT_FUNCTION()
/dports/lang/php74/php-7.4.27/ext/zend_test/
H A Dtest.c217 zend_test_class->get_static_method = zend_test_class_static_method_get; in PHP_MINIT_FUNCTION()
/dports/www/mod_php74/php-7.4.27/ext/zend_test/
H A Dtest.c217 zend_test_class->get_static_method = zend_test_class_static_method_get; in PHP_MINIT_FUNCTION()
/dports/www/phalcon/cphalcon-3.4.5/ext/kernel/extended/
H A Dfcall.c516 if (fcc->calling_scope->get_static_method) { in zephir_is_callable_check_func()
517 …fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, mname, mlen TSRM… in zephir_is_callable_check_func()
833 if (fcc->calling_scope->get_static_method) { in zephir_is_info_dynamic_callable()
834 …fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, lcname, info->fu… in zephir_is_info_dynamic_callable()
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend.h149 union _zend_function *(*get_static_method)(zend_class_entry *ce, zend_string* method); member
H A Dzend_execute.c2948 if (called_scope->get_static_method) { in zend_init_dynamic_call_string()
2949 fbc = called_scope->get_static_method(called_scope, mname); in zend_init_dynamic_call_string()
3072 if (called_scope->get_static_method) { in zend_init_dynamic_call_array()
3073 fbc = called_scope->get_static_method(called_scope, Z_STR_P(method)); in zend_init_dynamic_call_array()
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend.h149 union _zend_function *(*get_static_method)(zend_class_entry *ce, zend_string* method); member
H A Dzend_execute.c2948 if (called_scope->get_static_method) { in zend_init_dynamic_call_string()
2949 fbc = called_scope->get_static_method(called_scope, mname); in zend_init_dynamic_call_string()
3072 if (called_scope->get_static_method) { in zend_init_dynamic_call_array()
3073 fbc = called_scope->get_static_method(called_scope, Z_STR_P(method)); in zend_init_dynamic_call_array()
/dports/www/mod_php81/php-8.1.1/ext/zend_test/
H A Dtest.c411 zend_test_class->get_static_method = zend_test_class_static_method_get; in PHP_MINIT_FUNCTION()
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend.h155 zend_function *(*get_static_method)(zend_class_entry *ce, zend_string* method); member
H A Dzend_execute.c4056 if (called_scope->get_static_method) { in zend_init_dynamic_call_string()
4057 fbc = called_scope->get_static_method(called_scope, mname); in zend_init_dynamic_call_string()
4186 if (called_scope->get_static_method) { in zend_init_dynamic_call_array()
4187 fbc = called_scope->get_static_method(called_scope, Z_STR_P(method)); in zend_init_dynamic_call_array()
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend.h155 zend_function *(*get_static_method)(zend_class_entry *ce, zend_string* method); member
/dports/lang/php81/php-8.1.1/ext/zend_test/
H A Dtest.c411 zend_test_class->get_static_method = zend_test_class_static_method_get; in PHP_MINIT_FUNCTION()
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend.h155 zend_function *(*get_static_method)(zend_class_entry *ce, zend_string* method); member
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend.h155 zend_function *(*get_static_method)(zend_class_entry *ce, zend_string* method); member
H A Dzend_execute.c4056 if (called_scope->get_static_method) { in zend_init_dynamic_call_string()
4057 fbc = called_scope->get_static_method(called_scope, mname); in zend_init_dynamic_call_string()
4186 if (called_scope->get_static_method) { in zend_init_dynamic_call_array()
4187 fbc = called_scope->get_static_method(called_scope, Z_STR_P(method)); in zend_init_dynamic_call_array()
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend.h193 zend_function *(*get_static_method)(zend_class_entry *ce, zend_string* method); member
H A Dzend_execute.c4248 if (called_scope->get_static_method) { in zend_init_dynamic_call_string()
4249 fbc = called_scope->get_static_method(called_scope, mname); in zend_init_dynamic_call_string()
4382 if (called_scope->get_static_method) { in zend_init_dynamic_call_array()
4383 fbc = called_scope->get_static_method(called_scope, Z_STR_P(method)); in zend_init_dynamic_call_array()
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend.h193 zend_function *(*get_static_method)(zend_class_entry *ce, zend_string* method); member
H A Dzend_execute.c4248 if (called_scope->get_static_method) { in zend_init_dynamic_call_string()
4249 fbc = called_scope->get_static_method(called_scope, mname); in zend_init_dynamic_call_string()
4382 if (called_scope->get_static_method) { in zend_init_dynamic_call_array()
4383 fbc = called_scope->get_static_method(called_scope, Z_STR_P(method)); in zend_init_dynamic_call_array()
/dports/graphics/mupdf/mupdf-1.18.0-source/platform/java/
H A Dmupdf_native.c612 static jmethodID get_static_method(int *failed, JNIEnv *env, const char *method, const char *sig) in get_static_method() function
639 mid_ColorSpace_fromPointer = get_static_method(&err, env, "fromPointer", "(J)L"PKG"ColorSpace;"); in find_fids()
/dports/www/mod_php80/php-8.0.15/ext/zend_test/
H A Dtest.c422 zend_test_class->get_static_method = zend_test_class_static_method_get; in PHP_MINIT_FUNCTION()
/dports/lang/php80/php-8.0.15/ext/zend_test/
H A Dtest.c422 zend_test_class->get_static_method = zend_test_class_static_method_get; in PHP_MINIT_FUNCTION()

123