Home
last modified time | relevance | path

Searched refs:get_method (Results 1 – 17 of 17) sorted by relevance

/PHP-8.0/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp259 ret = Z_OBJ_HANDLER_P(break_iter_zv, get_method)(object_ptr, method, key); in IntlPartsIterator_get_method()
300 IntlPartsIterator_handlers.get_method = IntlPartsIterator_get_method; in breakiterator_register_IntlPartsIterator_class()
/PHP-8.0/ext/standard/
H A Dincomplete_class.c125 php_incomplete_object_handlers.get_method = incomplete_class_get_method; in php_register_incomplete_class()
/PHP-8.0/Zend/
H A Dzend_object_handlers.h164 zend_object_get_method_t get_method; /* required */ member
H A Dzend_closures.c662 closure_handlers.get_method = zend_closure_get_method; in zend_register_closure_ce()
H A Dzend_builtin_functions.c950 func = Z_OBJ_HT_P(klass)->get_method(&obj, method_name, NULL); in ZEND_FUNCTION()
H A Dzend_API.c3254 fcc->function_handler = fcc->object->handlers->get_method(&fcc->object, mname, NULL); in zend_is_callable_check_func()
H A Dzend_execute.c4380 fbc = Z_OBJ_HT_P(obj)->get_method(&object, Z_STR_P(method), NULL); in zend_init_dynamic_call_array()
H A Dzend_vm_execute.h6531 …fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), ((IS_CONST == IS_CONST) ? (RT_CONSTA… in ZEND_INIT_METHOD_CALL_SPEC_CONST_CONST_HANDLER()
8824 …fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ?… in ZEND_INIT_METHOD_CALL_SPEC_CONST_TMPVAR_HANDLER()
11212 …fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), ((IS_CV == IS_CONST) ? (RT_CONSTANT(… in ZEND_INIT_METHOD_CALL_SPEC_CONST_CV_HANDLER()
15557 …fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), ((IS_CONST == IS_CONST) ? (RT_CONSTA… in ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_CONST_HANDLER()
16980 …fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ?… in ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_TMPVAR_HANDLER()
18295 …fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), ((IS_CV == IS_CONST) ? (RT_CONSTANT(… in ZEND_INIT_METHOD_CALL_SPEC_TMPVAR_CV_HANDLER()
32734 …fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), ((IS_CONST == IS_CONST) ? (RT_CONSTA… in ZEND_INIT_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER()
34599 …fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), (((IS_TMP_VAR|IS_VAR) == IS_CONST) ?… in ZEND_INIT_METHOD_CALL_SPEC_UNUSED_TMPVAR_HANDLER()
37043 …fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), ((IS_CV == IS_CONST) ? (RT_CONSTANT(… in ZEND_INIT_METHOD_CALL_SPEC_UNUSED_CV_HANDLER()
41860 …fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), ((IS_CONST == IS_CONST) ? (RT_CONSTA… in ZEND_INIT_METHOD_CALL_SPEC_CV_CONST_HANDLER()
[all …]
H A Dzend_vm_def.h3509 …fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), ((OP2_TYPE == IS_CONST) ? (RT_CONSTA…
/PHP-8.0/ext/spl/
H A Dspl_iterators.c892 function_handler = (*zobject)->handlers->get_method(zobject, method, key); in spl_recursive_it_get_method()
1258 if (Z_OBJ_HT(intern->inner.zobject)->get_method) { in spl_dual_it_get_method()
1260 function_handler = (*object)->handlers->get_method(object, method, key); in spl_dual_it_get_method()
3241 spl_handlers_rec_it_it.get_method = spl_recursive_it_get_method; in PHP_MINIT_FUNCTION()
3248 spl_handlers_dual_it.get_method = spl_dual_it_get_method; in PHP_MINIT_FUNCTION()
H A Dspl_directory.c2796 spl_filesystem_object_check_handlers.get_method = spl_filesystem_object_get_method_check; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/zend_test/
H A Dtest.c504 zend_test_class_handlers.get_method = zend_test_class_method_get; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/xmlreader/
H A Dphp_xmlreader.c1182 xmlreader_object_handlers.get_method = xmlreader_get_method; in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c2598 pdo_dbstmt_object_handlers.get_method = dbstmt_method_get; in pdo_stmt_init()
2622 pdo_row_object_handlers.get_method = row_method_get; in pdo_stmt_init()
H A Dpdo_dbh.c1322 pdo_dbh_object_handlers.get_method = dbh_method_get; in pdo_dbh_init()
/PHP-8.0/ext/ffi/
H A Dffi.c4974 zend_ffi_handlers.get_method = zend_ffi_get_func;
5005 zend_ffi_cdata_handlers.get_method = zend_fake_get_method;
5029 zend_ffi_cdata_value_handlers.get_method = zend_fake_get_method;
5052 zend_ffi_cdata_free_handlers.get_method = zend_fake_get_method;
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c147 fbc = obj->handlers->get_method(obj_ptr, Z_STR_P(function_name), function_name + 1); in zend_jit_find_method_helper()

Completed in 281 milliseconds