Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp278 ret = Z_OBJ_HANDLER_P(break_iter_zv, get_method)(object_ptr, in IntlPartsIterator_get_method()
284 ret = std_object_handlers.get_method(object_ptr, in IntlPartsIterator_get_method()
331 IntlPartsIterator_handlers.get_method = IntlPartsIterator_get_method; in breakiterator_register_IntlPartsIterator_class()
/PHP-5.5/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.h134 zend_object_get_method_t get_method; member
H A Dzend_closures.c197 return std_object_handlers.get_method(object_ptr, method_name, method_len, key TSRMLS_CC); in zend_closure_get_method()
428 closure_handlers.get_method = zend_closure_get_method; in zend_register_closure_ce()
H A Dzend_builtin_functions.c1142 && Z_OBJ_HT_P(klass)->get_method != NULL in ZEND_FUNCTION()
1143 && (func = Z_OBJ_HT_P(klass)->get_method(&klass, method_name, method_len, NULL TSRMLS_CC)) != NULL in ZEND_FUNCTION()
H A Dzend_vm_execute.h8975 if (UNEXPECTED(Z_OBJ_HT_P(call->object)->get_method == NULL)) { in ZEND_INIT_METHOD_CALL_SPEC_TMP_CONST_HANDLER()
9831 if (UNEXPECTED(Z_OBJ_HT_P(call->object)->get_method == NULL)) { in ZEND_INIT_METHOD_CALL_SPEC_TMP_TMP_HANDLER()
10690 if (UNEXPECTED(Z_OBJ_HT_P(call->object)->get_method == NULL)) { in ZEND_INIT_METHOD_CALL_SPEC_TMP_VAR_HANDLER()
12132 if (UNEXPECTED(Z_OBJ_HT_P(call->object)->get_method == NULL)) { in ZEND_INIT_METHOD_CALL_SPEC_TMP_CV_HANDLER()
15354 if (UNEXPECTED(Z_OBJ_HT_P(call->object)->get_method == NULL)) { in ZEND_INIT_METHOD_CALL_SPEC_VAR_CONST_HANDLER()
17711 if (UNEXPECTED(Z_OBJ_HT_P(call->object)->get_method == NULL)) { in ZEND_INIT_METHOD_CALL_SPEC_VAR_TMP_HANDLER()
20029 if (UNEXPECTED(Z_OBJ_HT_P(call->object)->get_method == NULL)) { in ZEND_INIT_METHOD_CALL_SPEC_VAR_VAR_HANDLER()
23501 if (UNEXPECTED(Z_OBJ_HT_P(call->object)->get_method == NULL)) { in ZEND_INIT_METHOD_CALL_SPEC_VAR_CV_HANDLER()
25147 if (UNEXPECTED(Z_OBJ_HT_P(call->object)->get_method == NULL)) { in ZEND_INIT_METHOD_CALL_SPEC_UNUSED_CONST_HANDLER()
26569 if (UNEXPECTED(Z_OBJ_HT_P(call->object)->get_method == NULL)) { in ZEND_INIT_METHOD_CALL_SPEC_UNUSED_TMP_HANDLER()
[all …]
H A Dzend_vm_def.h2456 if (UNEXPECTED(Z_OBJ_HT_P(call->object)->get_method == NULL)) {
2461 …call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, function_name_strval, function_nam…
2734 …call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, Z_STRVAL_PP(method), Z_STRLEN_PP(m…
H A Dzend_API.c2881 } else if (Z_OBJ_HT_P(fcc->object_ptr)->get_method) { in zend_is_callable_check_func()
2882 …fcc->function_handler = Z_OBJ_HT_P(fcc->object_ptr)->get_method(&fcc->object_ptr, mname, mlen, NUL… in zend_is_callable_check_func()
/PHP-5.5/ext/standard/
H A Dincomplete_class.c130 php_incomplete_object_handlers.get_method = incomplete_class_get_method; in php_create_incomplete_class()
/PHP-5.5/ext/spl/
H A Dspl_iterators.c844 function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); in spl_recursive_it_get_method()
847 if (Z_OBJ_HT_P(zobj)->get_method) { in spl_recursive_it_get_method()
849 …function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_… in spl_recursive_it_get_method()
1289 function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); in spl_dual_it_get_method()
1292 if (Z_OBJ_HT_P(intern->inner.zobject)->get_method) { in spl_dual_it_get_method()
1294 …function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_… in spl_dual_it_get_method()
3677 spl_handlers_rec_it_it.get_method = spl_recursive_it_get_method; in PHP_MINIT_FUNCTION()
3681 spl_handlers_dual_it.get_method = spl_dual_it_get_method; in PHP_MINIT_FUNCTION()
H A Dspl_directory.c675 return zend_get_std_object_handlers()->get_method(object_ptr, method, method_len, key TSRMLS_CC); in spl_filesystem_object_get_method_check()
3087 spl_filesystem_object_check_handlers.get_method = spl_filesystem_object_get_method_check; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c1375 …if ((fbc = std_object_handlers.get_method(object_pp, method_name, method_len, key TSRMLS_CC)) == N… in dbh_method_get()
1415 pdo_dbh_object_handlers.get_method = dbh_method_get; in pdo_dbh_init()
H A Dpdo_stmt.c2349 pdo_dbstmt_object_handlers.get_method = dbstmt_method_get; in pdo_stmt_init()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c2631 sxe_object_handlers.get_method = zend_get_std_object_handlers()->get_method; in PHP_MINIT_FUNCTION()

Completed in 185 milliseconds