Home
last modified time | relevance | path

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

/PHP-7.0/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp264 ret = Z_OBJ_HANDLER_P(break_iter_zv, get_method)(object_ptr, method, key); in IntlPartsIterator_get_method()
269 ret = std_object_handlers.get_method(object_ptr, method, key); in IntlPartsIterator_get_method()
316 IntlPartsIterator_handlers.get_method = IntlPartsIterator_get_method; in breakiterator_register_IntlPartsIterator_class()
/PHP-7.0/Zend/
H A DOBJECTS2_HOWTO80 get_method handler is used to find method description by name. It
86 get_constructor performs the same function as get_method, but for the
137 zend_object_get_method_t get_method;
184 get_method - retrieves description of the method
H A Dzend_object_handlers.h144 zend_object_get_method_t get_method; member
H A Dzend_closures.c304 return std_object_handlers.get_method(object, method, key); in zend_closure_get_method()
534 closure_handlers.get_method = zend_closure_get_method; in zend_register_closure_ce()
H A Dzend_builtin_functions.c1324 && Z_OBJ_HT_P(klass)->get_method != NULL in ZEND_FUNCTION()
1325 && (func = Z_OBJ_HT_P(klass)->get_method(&Z_OBJ_P(klass), method_name, NULL)) != NULL in ZEND_FUNCTION()
H A Dzend_vm_execute.h5617 if (UNEXPECTED(obj->handlers->get_method == NULL)) {
9412 if (UNEXPECTED(obj->handlers->get_method == NULL)) {
11261 if (UNEXPECTED(obj->handlers->get_method == NULL)) {
24109 if (UNEXPECTED(obj->handlers->get_method == NULL)) {
26542 if (UNEXPECTED(obj->handlers->get_method == NULL)) {
28052 if (UNEXPECTED(obj->handlers->get_method == NULL)) {
32360 if (UNEXPECTED(obj->handlers->get_method == NULL)) {
37494 if (UNEXPECTED(obj->handlers->get_method == NULL)) {
40095 if (UNEXPECTED(obj->handlers->get_method == NULL)) {
42353 if (UNEXPECTED(obj->handlers->get_method == NULL)) {
[all …]
H A Dzend_API.c3063 } else if (fcc->object->handlers->get_method) { in zend_is_callable_check_func()
3064 fcc->function_handler = fcc->object->handlers->get_method(&fcc->object, mname, NULL); in zend_is_callable_check_func()
H A Dzend_vm_def.h2995 if (UNEXPECTED(obj->handlers->get_method == NULL)) {
3003 …fbc = obj->handlers->get_method(&obj, Z_STR_P(function_name), ((OP2_TYPE == IS_CONST) ? (EX_CONSTA…
3384 fbc = Z_OBJ_HT_P(obj)->get_method(&object, Z_STR_P(method), NULL);
/PHP-7.0/ext/standard/
H A Dincomplete_class.c127 php_incomplete_object_handlers.get_method = incomplete_class_get_method; in php_create_incomplete_class()
/PHP-7.0/ext/spl/
H A Dspl_iterators.c901 function_handler = std_object_handlers.get_method(zobject, method, key); in spl_recursive_it_get_method()
904 if (Z_OBJ_HT_P(zobj)->get_method) { in spl_recursive_it_get_method()
906 function_handler = (*zobject)->handlers->get_method(zobject, method, key); in spl_recursive_it_get_method()
1375 function_handler = std_object_handlers.get_method(object, method, key); in spl_dual_it_get_method()
1378 if (Z_OBJ_HT(intern->inner.zobject)->get_method) { in spl_dual_it_get_method()
1380 function_handler = (*object)->handlers->get_method(object, method, key); in spl_dual_it_get_method()
3705 spl_handlers_rec_it_it.get_method = spl_recursive_it_get_method; in PHP_MINIT_FUNCTION()
3712 spl_handlers_dual_it.get_method = spl_dual_it_get_method; in PHP_MINIT_FUNCTION()
H A Dspl_directory.c663 func = zend_get_std_object_handlers()->get_method(object, tmp, NULL); in spl_filesystem_object_get_method_check()
668 return zend_get_std_object_handlers()->get_method(object, method, key); in spl_filesystem_object_get_method_check()
3143 spl_filesystem_object_check_handlers.get_method = spl_filesystem_object_get_method_check; in PHP_MINIT_FUNCTION()
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c1355 if ((fbc = std_object_handlers.get_method(object, method_name, key)) == NULL) { in dbh_method_get()
1402 pdo_dbh_object_handlers.get_method = dbh_method_get; in pdo_dbh_init()
H A Dpdo_stmt.c2250 fbc = std_object_handlers.get_method(object_pp, method_name, key); in dbstmt_method_get()
2296 pdo_dbstmt_object_handlers.get_method = dbstmt_method_get; in pdo_stmt_init()
/PHP-7.0/ext/simplexml/
H A Dsimplexml.c2739 sxe_object_handlers.get_method = zend_get_std_object_handlers()->get_method; in PHP_MINIT_FUNCTION()

Completed in 215 milliseconds