method_len 515 Zend/zend.h union _zend_function *(*get_static_method)(zend_class_entry *ce, char* method, int method_len TSRMLS_DC); method_len 1126 Zend/zend_builtin_functions.c int method_len; method_len 1130 Zend/zend_builtin_functions.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "zs", &klass, &method_name, &method_len) == FAILURE) { method_len 1144 Zend/zend_builtin_functions.c lcname = zend_str_tolower_dup(method_name, method_len); method_len 1145 Zend/zend_builtin_functions.c if (zend_hash_exists(&ce->function_table, lcname, method_len+1)) { method_len 1153 Zend/zend_builtin_functions.c && (func = Z_OBJ_HT_P(klass)->get_method(&klass, method_name, method_len, NULL TSRMLS_CC)) != NULL method_len 1160 Zend/zend_builtin_functions.c && (method_len == sizeof(ZEND_INVOKE_FUNC_NAME)-1) method_len 198 Zend/zend_closures.c static zend_function *zend_closure_get_method(zval **object_ptr, char *method_name, int method_len, const zend_literal *key TSRMLS_DC) /* {{{ */ method_len 203 Zend/zend_closures.c lc_name = do_alloca(method_len + 1, use_heap); method_len 204 Zend/zend_closures.c zend_str_tolower_copy(lc_name, method_name, method_len); method_len 205 Zend/zend_closures.c if ((method_len == sizeof(ZEND_INVOKE_FUNC_NAME)-1) && method_len 212 Zend/zend_closures.c return std_object_handlers.get_method(object_ptr, method_name, method_len, key TSRMLS_CC); method_len 1021 Zend/zend_object_handlers.c static inline union _zend_function *zend_get_user_call_function(zend_class_entry *ce, const char *method_name, int method_len) /* {{{ */ method_len 1031 Zend/zend_object_handlers.c call_user_call->function_name = estrndup(method_name, method_len); method_len 1037 Zend/zend_object_handlers.c static union _zend_function *zend_std_get_method(zval **object_ptr, char *method_name, int method_len, const zend_literal *key TSRMLS_DC) /* {{{ */ method_len 1050 Zend/zend_object_handlers.c lc_method_name = do_alloca(method_len+1, use_heap); method_len 1052 Zend/zend_object_handlers.c zend_str_tolower_copy(lc_method_name, method_name, method_len); method_len 1053 Zend/zend_object_handlers.c hash_value = zend_hash_func(lc_method_name, method_len+1); method_len 1056 Zend/zend_object_handlers.c if (UNEXPECTED(zend_hash_quick_find(&zobj->ce->function_table, lc_method_name, method_len+1, hash_value, (void **)&fbc) == FAILURE)) { method_len 1061 Zend/zend_object_handlers.c return zend_get_user_call_function(zobj->ce, method_name, method_len); method_len 1074 Zend/zend_object_handlers.c updated_fbc = zend_check_private_int(fbc, Z_OBJ_HANDLER_P(object, get_class_entry)(object TSRMLS_CC), lc_method_name, method_len, hash_value TSRMLS_CC); method_len 1079 Zend/zend_object_handlers.c fbc = zend_get_user_call_function(zobj->ce, method_name, method_len); method_len 1093 Zend/zend_object_handlers.c if (zend_hash_quick_find(&EG(scope)->function_table, lc_method_name, method_len+1, hash_value, (void **) &priv_fbc)==SUCCESS method_len 1105 Zend/zend_object_handlers.c fbc = zend_get_user_call_function(zobj->ce, method_name, method_len); method_len 1161 Zend/zend_object_handlers.c static inline union _zend_function *zend_get_user_callstatic_function(zend_class_entry *ce, const char *method_name, int method_len) /* {{{ */ method_len 1171 Zend/zend_object_handlers.c callstatic_user_call->function_name = estrndup(method_name, method_len); method_len 91 Zend/zend_object_handlers.h typedef union _zend_function *(*zend_object_get_method_t)(zval **object_ptr, char *method, int method_len, const struct _zend_literal *key TSRMLS_DC); method_len 1810 ext/openssl/openssl.c int method_len; method_len 1815 ext/openssl/openssl.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z|sb", &zcert, &method, &method_len, &raw_output) == FAILURE) { method_len 3989 ext/openssl/openssl.c char *method; int method_len = 0; method_len 3998 ext/openssl/openssl.c &method, &method_len) == FAILURE) { method_len 4006 ext/openssl/openssl.c if (method_len) { method_len 4858 ext/openssl/openssl.c int method_len = 0; method_len 4862 ext/openssl/openssl.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "szza/|s", &data, &data_len, &sealdata, &ekeys, &pubkeys, &method, &method_len) == FAILURE) { method_len 4992 ext/openssl/openssl.c int method_len = 0; method_len 4995 ext/openssl/openssl.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "szsZ|s", &data, &data_len, &opendata, &ekey, &ekey_len, &privkey, &method, &method_len) == FAILURE) { method_len 5092 ext/openssl/openssl.c int data_len, method_len; method_len 5098 ext/openssl/openssl.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|b", &data, &data_len, &method, &method_len, &raw_output) == FAILURE) { method_len 5171 ext/openssl/openssl.c int data_len, method_len, password_len, iv_len = 0, max_iv_len; method_len 5178 ext/openssl/openssl.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sss|ls", &data, &data_len, &method, &method_len, &password, &password_len, &options, &iv, &iv_len) == FAILURE) { method_len 5250 ext/openssl/openssl.c int data_len, method_len, password_len, iv_len = 0; method_len 5259 ext/openssl/openssl.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sss|ls", &data, &data_len, &method, &method_len, &password, &password_len, &options, &iv, &iv_len) == FAILURE) { method_len 5263 ext/openssl/openssl.c if (!method_len) { method_len 5333 ext/openssl/openssl.c int method_len; method_len 5336 ext/openssl/openssl.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &method, &method_len) == FAILURE) { method_len 5340 ext/openssl/openssl.c if (!method_len) { method_len 1356 ext/pdo/pdo_dbh.c char *method_name, int method_len, const zend_literal *key TSRMLS_DC) method_len 1365 ext/pdo/pdo_dbh.c lc_method_name = emalloc(method_len + 1); method_len 1366 ext/pdo/pdo_dbh.c zend_str_tolower_copy(lc_method_name, method_name, method_len); method_len 1368 ext/pdo/pdo_dbh.c if ((fbc = std_object_handlers.get_method(object_pp, method_name, method_len, key TSRMLS_CC)) == NULL) { method_len 1380 ext/pdo/pdo_dbh.c lc_method_name, method_len+1, (void**)&fbc) == FAILURE) { method_len 2249 ext/pdo/pdo_stmt.c char *method_name, int method_len, const zend_literal *key TSRMLS_DC) method_len 2257 ext/pdo/pdo_stmt.c lc_method_name = emalloc(method_len + 1); method_len 2258 ext/pdo/pdo_stmt.c zend_str_tolower_copy(lc_method_name, method_name, method_len); method_len 2261 ext/pdo/pdo_stmt.c method_len+1, (void**)&fbc) == FAILURE) { method_len 2278 ext/pdo/pdo_stmt.c lc_method_name, method_len+1, (void**)&fbc) == FAILURE) { method_len 2684 ext/pdo/pdo_stmt.c char *method_name, int method_len, const zend_literal *key TSRMLS_DC) method_len 2689 ext/pdo/pdo_stmt.c lc_method_name = emalloc(method_len + 1); method_len 2690 ext/pdo/pdo_stmt.c zend_str_tolower_copy(lc_method_name, method_name, method_len); method_len 2692 ext/pdo/pdo_stmt.c if (zend_hash_find(&pdo_row_ce->function_table, lc_method_name, method_len+1, (void**)&fbc) == FAILURE) { method_len 665 ext/spl/spl_directory.c zend_function *spl_filesystem_object_get_method_check(zval **object_ptr, char *method, int method_len, const struct _zend_literal *key TSRMLS_DC) /* {{{ */ method_len 671 ext/spl/spl_directory.c method_len = sizeof("_bad_state_ex") - 1; method_len 675 ext/spl/spl_directory.c return zend_get_std_object_handlers()->get_method(object_ptr, method, method_len, key TSRMLS_CC); method_len 872 ext/spl/spl_iterators.c static union _zend_function *spl_recursive_it_get_method(zval **object_ptr, char *method, int method_len, const zend_literal *key TSRMLS_DC) method_len 884 ext/spl/spl_iterators.c function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); method_len 886 ext/spl/spl_iterators.c if (zend_hash_find(&Z_OBJCE_P(zobj)->function_table, method, method_len+1, (void **) &function_handler) == FAILURE) { method_len 889 ext/spl/spl_iterators.c function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_CC); method_len 1350 ext/spl/spl_iterators.c static union _zend_function *spl_dual_it_get_method(zval **object_ptr, char *method, int method_len, const zend_literal *key TSRMLS_DC) method_len 1357 ext/spl/spl_iterators.c function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); method_len 1359 ext/spl/spl_iterators.c if (zend_hash_find(&intern->inner.ce->function_table, method, method_len+1, (void **) &function_handler) == FAILURE) { method_len 1362 ext/spl/spl_iterators.c function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_CC); method_len 95 ext/standard/incomplete_class.c static union _zend_function *incomplete_class_get_method(zval **object, char *method, int method_len, const zend_literal *key TSRMLS_DC) /* {{{ */ method_len 716 ext/xmlrpc/xmlrpc-epi-php.c int method_len; method_len 719 ext/xmlrpc/xmlrpc-epi-php.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s!z|a", &method, &method_len, &vals, &out_opts) == FAILURE) { method_len 1211 sapi/apache_hooks/php_apache.c int file_len, method_len; method_len 1214 sapi/apache_hooks/php_apache.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &method, &method_len, &file, &file_len) == FAILURE) { method_len 1453 sapi/phpdbg/phpdbg_bp.c zend_uint class_len = 0, method_len = 0; method_len 1470 sapi/phpdbg/phpdbg_bp.c &method_name, &method_len, &method_idx, 0, &position[0]) == HASH_KEY_IS_STRING) {