method 515 Zend/zend.h union _zend_function *(*get_static_method)(zend_class_entry *ce, char* method, int method_len TSRMLS_DC); method 3091 Zend/zend_API.c zval **method = NULL; method 3097 Zend/zend_API.c zend_hash_index_find(Z_ARRVAL_P(callable), 1, (void **) &method); method 3099 Zend/zend_API.c if (obj && method && method 3102 Zend/zend_API.c Z_TYPE_PP(method) == IS_STRING) { method 3108 Zend/zend_API.c *callable_name_len = Z_STRLEN_PP(obj) + Z_STRLEN_PP(method) + sizeof("::") - 1; method 3114 Zend/zend_API.c memcpy(ptr, Z_STRVAL_PP(method), Z_STRLEN_PP(method) + 1); method 3138 Zend/zend_API.c *callable_name_len = fcc->calling_scope->name_length + Z_STRLEN_PP(method) + sizeof("::") - 1; method 3144 Zend/zend_API.c memcpy(ptr, Z_STRVAL_PP(method), Z_STRLEN_PP(method) + 1); method 3153 Zend/zend_API.c ret = zend_is_callable_check_func(check_flags, *method, fcc, strict_class, error TSRMLS_CC); method 530 Zend/zend_API.h #define add_method(arg, key, method) add_assoc_function((arg), (key), (method)) method 163 Zend/zend_builtin_functions.c ZEND_ARG_INFO(0, method) method 1123 Zend/zend_language_parser.y | method '[' dim_offset ']' { $1.EA = ZEND_PARSED_METHOD_CALL; fetch_array_dim(&$$, &$1, &$3 TSRMLS_CC); } method 1126 Zend/zend_language_parser.y method: method 1132 Zend/zend_language_parser.y method { $$ = $1; $$.EA = ZEND_PARSED_METHOD_CALL; zend_do_push_object(&$$ TSRMLS_CC); } method 90 Zend/zend_object_handlers.h typedef int (*zend_object_call_method_t)(const char *method, INTERNAL_FUNCTION_PARAMETERS); method 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 2711 Zend/zend_vm_def.h zval **method = NULL; method 2715 Zend/zend_vm_def.h zend_hash_index_find(Z_ARRVAL_P(function_name), 1, (void **) &method); method 2717 Zend/zend_vm_def.h if (!obj || !method) { method 2725 Zend/zend_vm_def.h if (Z_TYPE_PP(method) != IS_STRING) { method 2739 Zend/zend_vm_def.h call->fbc = ce->get_static_method(ce, Z_STRVAL_PP(method), Z_STRLEN_PP(method) TSRMLS_CC); method 2741 Zend/zend_vm_def.h call->fbc = zend_std_get_static_method(ce, Z_STRVAL_PP(method), Z_STRLEN_PP(method), NULL TSRMLS_CC); method 2747 Zend/zend_vm_def.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, Z_STRVAL_PP(method), Z_STRLEN_PP(method), NULL TSRMLS_CC); method 2749 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), Z_STRVAL_PP(method)); method 2768 Zend/zend_vm_def.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method)); method 1515 Zend/zend_vm_execute.h zval **method = NULL; method 1519 Zend/zend_vm_execute.h zend_hash_index_find(Z_ARRVAL_P(function_name), 1, (void **) &method); method 1521 Zend/zend_vm_execute.h if (!obj || !method) { method 1529 Zend/zend_vm_execute.h if (Z_TYPE_PP(method) != IS_STRING) { method 1543 Zend/zend_vm_execute.h call->fbc = ce->get_static_method(ce, Z_STRVAL_PP(method), Z_STRLEN_PP(method) TSRMLS_CC); method 1545 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, Z_STRVAL_PP(method), Z_STRLEN_PP(method), NULL TSRMLS_CC); method 1551 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, Z_STRVAL_PP(method), Z_STRLEN_PP(method), NULL TSRMLS_CC); method 1553 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), Z_STRVAL_PP(method)); method 1572 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method)); method 1859 Zend/zend_vm_execute.h zval **method = NULL; method 1863 Zend/zend_vm_execute.h zend_hash_index_find(Z_ARRVAL_P(function_name), 1, (void **) &method); method 1865 Zend/zend_vm_execute.h if (!obj || !method) { method 1873 Zend/zend_vm_execute.h if (Z_TYPE_PP(method) != IS_STRING) { method 1887 Zend/zend_vm_execute.h call->fbc = ce->get_static_method(ce, Z_STRVAL_PP(method), Z_STRLEN_PP(method) TSRMLS_CC); method 1889 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, Z_STRVAL_PP(method), Z_STRLEN_PP(method), NULL TSRMLS_CC); method 1895 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, Z_STRVAL_PP(method), Z_STRLEN_PP(method), NULL TSRMLS_CC); method 1897 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), Z_STRVAL_PP(method)); method 1916 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method)); method 2058 Zend/zend_vm_execute.h zval **method = NULL; method 2062 Zend/zend_vm_execute.h zend_hash_index_find(Z_ARRVAL_P(function_name), 1, (void **) &method); method 2064 Zend/zend_vm_execute.h if (!obj || !method) { method 2072 Zend/zend_vm_execute.h if (Z_TYPE_PP(method) != IS_STRING) { method 2086 Zend/zend_vm_execute.h call->fbc = ce->get_static_method(ce, Z_STRVAL_PP(method), Z_STRLEN_PP(method) TSRMLS_CC); method 2088 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, Z_STRVAL_PP(method), Z_STRLEN_PP(method), NULL TSRMLS_CC); method 2094 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, Z_STRVAL_PP(method), Z_STRLEN_PP(method), NULL TSRMLS_CC); method 2096 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), Z_STRVAL_PP(method)); method 2115 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method)); method 2294 Zend/zend_vm_execute.h zval **method = NULL; method 2298 Zend/zend_vm_execute.h zend_hash_index_find(Z_ARRVAL_P(function_name), 1, (void **) &method); method 2300 Zend/zend_vm_execute.h if (!obj || !method) { method 2308 Zend/zend_vm_execute.h if (Z_TYPE_PP(method) != IS_STRING) { method 2322 Zend/zend_vm_execute.h call->fbc = ce->get_static_method(ce, Z_STRVAL_PP(method), Z_STRLEN_PP(method) TSRMLS_CC); method 2324 Zend/zend_vm_execute.h call->fbc = zend_std_get_static_method(ce, Z_STRVAL_PP(method), Z_STRLEN_PP(method), NULL TSRMLS_CC); method 2330 Zend/zend_vm_execute.h call->fbc = Z_OBJ_HT_P(call->object)->get_method(&call->object, Z_STRVAL_PP(method), Z_STRLEN_PP(method), NULL TSRMLS_CC); method 2332 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", Z_OBJ_CLASS_NAME_P(call->object), Z_STRVAL_PP(method)); method 2351 Zend/zend_vm_execute.h zend_error_noreturn(E_ERROR, "Call to undefined method %s::%s()", ce->name, Z_STRVAL_PP(method)); method 127 ext/calendar/calendar.c ZEND_ARG_INFO(0, method) method 34 ext/calendar/easter.c long method = CAL_EASTER_DEFAULT; method 50 ext/calendar/easter.c "|ll", &year, &method) == FAILURE) { method 61 ext/calendar/easter.c if ((year <= 1582 && method != CAL_EASTER_ALWAYS_GREGORIAN) || method 62 ext/calendar/easter.c (year >= 1583 && year <= 1752 && method != CAL_EASTER_ROMAN && method != CAL_EASTER_ALWAYS_GREGORIAN) || method 63 ext/calendar/easter.c method == CAL_EASTER_ALWAYS_JULIAN) { /* JULIAN CALENDAR */ method 367 ext/com_dotnet/com_handlers.c static int com_call_method(const char *method, INTERNAL_FUNCTION_PARAMETERS) method 390 ext/com_dotnet/com_handlers.c if (SUCCESS == php_com_do_invoke_byref(obj, (char*)method, -1, DISPATCH_METHOD|DISPATCH_PROPERTYGET, &v, nargs, args TSRMLS_CC)) { method 330 ext/com_dotnet/com_saproxy.c static int saproxy_call_method(const char *method, INTERNAL_FUNCTION_PARAMETERS) method 267 ext/curl/interface.c ch->handlers->write_header->method = PHP_CURL_IGNORE; method 281 ext/curl/interface.c ch->handlers->write->method = PHP_CURL_STDOUT; method 1307 ext/curl/interface.c switch (t->method) { method 1378 ext/curl/interface.c switch (t->method) { method 1449 ext/curl/interface.c switch (t->method) { method 1526 ext/curl/interface.c switch (t->method) { method 1603 ext/curl/interface.c switch (t->method) { method 1607 ext/curl/interface.c if (ch->handlers->write->method == PHP_CURL_RETURN && length > 0) { method 1971 ext/curl/interface.c ch->handlers->write->method = PHP_CURL_STDOUT; method 1972 ext/curl/interface.c ch->handlers->read->method = PHP_CURL_DIRECT; method 1973 ext/curl/interface.c ch->handlers->write_header->method = PHP_CURL_IGNORE; method 2021 ext/curl/interface.c dupch->handlers->write->method = ch->handlers->write->method; method 2026 ext/curl/interface.c dupch->handlers->read->method = ch->handlers->read->method; method 2027 ext/curl/interface.c dupch->handlers->write_header->method = ch->handlers->write_header->method; method 2068 ext/curl/interface.c dupch->handlers->progress->method = ch->handlers->progress->method; method 2080 ext/curl/interface.c dupch->handlers->fnmatch->method = ch->handlers->fnmatch->method; method 2404 ext/curl/interface.c ch->handlers->write->method = PHP_CURL_STDOUT; method 2411 ext/curl/interface.c ch->handlers->write->method = PHP_CURL_FILE; method 2425 ext/curl/interface.c ch->handlers->write_header->method = PHP_CURL_IGNORE; method 2432 ext/curl/interface.c ch->handlers->write_header->method = PHP_CURL_FILE; method 2585 ext/curl/interface.c ch->handlers->write_header->method = PHP_CURL_USER; method 2752 ext/curl/interface.c ch->handlers->progress->method = PHP_CURL_USER; method 2762 ext/curl/interface.c ch->handlers->read->method = PHP_CURL_USER; method 2768 ext/curl/interface.c ch->handlers->write->method = PHP_CURL_RETURN; method 2770 ext/curl/interface.c ch->handlers->write->method = PHP_CURL_STDOUT; method 2781 ext/curl/interface.c ch->handlers->write->method = PHP_CURL_USER; method 2877 ext/curl/interface.c ch->handlers->fnmatch->method = PHP_CURL_USER; method 3004 ext/curl/interface.c if (ch->handlers->write->method == PHP_CURL_RETURN && ch->handlers->write->buf.len > 0) { method 3010 ext/curl/interface.c if (ch->handlers->write->method == PHP_CURL_FILE && ch->handlers->write->fp) { method 3013 ext/curl/interface.c if (ch->handlers->write_header->method == PHP_CURL_FILE && ch->handlers->write_header->fp) { method 3017 ext/curl/interface.c if (ch->handlers->write->method == PHP_CURL_RETURN) { method 3428 ext/curl/interface.c ch->handlers->write->method = PHP_CURL_STDOUT; method 3435 ext/curl/interface.c ch->handlers->write_header->method = PHP_CURL_IGNORE; method 3443 ext/curl/interface.c ch->handlers->read->method = PHP_CURL_DIRECT; method 247 ext/curl/multi.c if (ch->handlers->write->method == PHP_CURL_RETURN) { method 125 ext/curl/php_curl.h int method; method 134 ext/curl/php_curl.h int method; method 141 ext/curl/php_curl.h int method; method 385 ext/fileinfo/libmagic/compress.c uncompressbuf(struct magic_set *ms, int fd, size_t method, method 394 ext/fileinfo/libmagic/compress.c if (method == 2) method 421 ext/fileinfo/libmagic/compress.c if (compr[method].silent) method 425 ext/fileinfo/libmagic/compress.c (void)execvp(compr[method].argv[0], method 426 ext/fileinfo/libmagic/compress.c (char *const *)(intptr_t)compr[method].argv); method 429 ext/fileinfo/libmagic/compress.c compr[method].argv[0], strerror(errno)); method 879 ext/gd/gd.c ZEND_ARG_INFO(0, method) method 5128 ext/gd/gd.c gdInterpolationMethod method; method 5133 ext/gd/gd.c method = tmp_m; method 5151 ext/gd/gd.c if (gdImageSetInterpolationMethod(im, method)) { method 5479 ext/gd/gd.c long method = GD_BILINEAR_FIXED; method 5481 ext/gd/gd.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|l", &IM, &method) == FAILURE) { method 5487 ext/gd/gd.c if (method == -1) { method 5488 ext/gd/gd.c method = GD_BILINEAR_FIXED; method 5490 ext/gd/gd.c RETURN_BOOL(gdImageSetInterpolationMethod(im, (gdInterpolationMethod) method)); method 264 ext/mysqlnd/mysqlnd.h #define MYSQLND_METHOD(class, method) php_##class##_##method##_pub method 265 ext/mysqlnd/mysqlnd.h #define MYSQLND_METHOD_PRIVATE(class, method) php_##class##_##method##_priv method 139 ext/openssl/openssl.c ZEND_ARG_INFO(0, method) method 341 ext/openssl/openssl.c ZEND_ARG_INFO(0, method) method 348 ext/openssl/openssl.c ZEND_ARG_INFO(0, method) method 356 ext/openssl/openssl.c ZEND_ARG_INFO(0, method) method 376 ext/openssl/openssl.c ZEND_ARG_INFO(0, method) method 382 ext/openssl/openssl.c ZEND_ARG_INFO(0, method) method 390 ext/openssl/openssl.c ZEND_ARG_INFO(0, method) method 397 ext/openssl/openssl.c ZEND_ARG_INFO(0, method) method 1467 ext/openssl/openssl.c zval *method = NULL; method 1473 ext/openssl/openssl.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rs|z", &zpkey, &challenge, &challenge_len, &method) == FAILURE) { method 1485 ext/openssl/openssl.c if (method != NULL) { method 1486 ext/openssl/openssl.c if (Z_TYPE_P(method) == IS_LONG) { method 1487 ext/openssl/openssl.c algo = Z_LVAL_P(method); method 1776 ext/openssl/openssl.c int php_openssl_x509_fingerprint(X509 *peer, const char *method, zend_bool raw, char **out, int *out_len TSRMLS_DC) method 1782 ext/openssl/openssl.c if (!(mdtype = EVP_get_digestbyname(method))) { method 1809 ext/openssl/openssl.c char *method = "sha1"; method 1815 ext/openssl/openssl.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z|sb", &zcert, &method, &method_len, &raw_output) == FAILURE) { method 1825 ext/openssl/openssl.c if (php_openssl_x509_fingerprint(cert, method, raw_output, &fingerprint, &fingerprint_len TSRMLS_CC) == SUCCESS) { method 1875 ext/openssl/openssl.c const X509V3_EXT_METHOD *method = NULL; method 1879 ext/openssl/openssl.c method = X509V3_EXT_get(extension); method 1880 ext/openssl/openssl.c if (method == NULL) { method 1886 ext/openssl/openssl.c if (method->it) { method 1888 ext/openssl/openssl.c ASN1_ITEM_ptr(method->it))); method 1890 ext/openssl/openssl.c names = (GENERAL_NAMES*)(method->d2i(NULL, &p, length)); method 3989 ext/openssl/openssl.c char *method; int method_len = 0; method 3998 ext/openssl/openssl.c &method, &method_len) == FAILURE) { method 4007 ext/openssl/openssl.c digest = EVP_get_digestbyname(method); method 4742 ext/openssl/openssl.c zval *method = NULL; method 4746 ext/openssl/openssl.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "szZ|z", &data, &data_len, &signature, &key, &method) == FAILURE) { method 4755 ext/openssl/openssl.c if (method == NULL || Z_TYPE_P(method) == IS_LONG) { method 4756 ext/openssl/openssl.c if (method != NULL) { method 4757 ext/openssl/openssl.c signature_algo = Z_LVAL_P(method); method 4760 ext/openssl/openssl.c } else if (Z_TYPE_P(method) == IS_STRING) { method 4761 ext/openssl/openssl.c mdtype = EVP_get_digestbyname(Z_STRVAL_P(method)); method 4804 ext/openssl/openssl.c zval *method = NULL; method 4807 ext/openssl/openssl.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ssZ|z", &data, &data_len, &signature, &signature_len, &key, &method) == FAILURE) { method 4811 ext/openssl/openssl.c if (method == NULL || Z_TYPE_P(method) == IS_LONG) { method 4812 ext/openssl/openssl.c if (method != NULL) { method 4813 ext/openssl/openssl.c signature_algo = Z_LVAL_P(method); method 4816 ext/openssl/openssl.c } else if (Z_TYPE_P(method) == IS_STRING) { method 4817 ext/openssl/openssl.c mdtype = EVP_get_digestbyname(Z_STRVAL_P(method)); method 4857 ext/openssl/openssl.c char *method =NULL; method 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 4873 ext/openssl/openssl.c if (method) { method 4874 ext/openssl/openssl.c cipher = EVP_get_cipherbyname(method); method 4991 ext/openssl/openssl.c char *method =NULL; method 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 5005 ext/openssl/openssl.c if (method) { method 5006 ext/openssl/openssl.c cipher = EVP_get_cipherbyname(method); method 5091 ext/openssl/openssl.c char *data, *method; method 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 5101 ext/openssl/openssl.c mdtype = EVP_get_digestbyname(method); method 5170 ext/openssl/openssl.c char *data, *method, *password, *iv = ""; method 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 5181 ext/openssl/openssl.c cipher_type = EVP_get_cipherbyname(method); method 5249 ext/openssl/openssl.c char *data, *method, *password, *iv = ""; method 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 5268 ext/openssl/openssl.c cipher_type = EVP_get_cipherbyname(method); method 5332 ext/openssl/openssl.c char *method; method 5336 ext/openssl/openssl.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &method, &method_len) == FAILURE) { method 5345 ext/openssl/openssl.c cipher_type = EVP_get_cipherbyname(method); method 78 ext/openssl/xp_ssl.c extern int php_openssl_x509_fingerprint(X509 *peer, const char *method, zend_bool raw, char **out, int *out_len TSRMLS_DC); method 114 ext/openssl/xp_ssl.c php_stream_xport_crypt_method_t method; method 271 ext/openssl/xp_ssl.c static int php_x509_fingerprint_cmp(X509 *peer, const char *method, const char *expected TSRMLS_DC) method 277 ext/openssl/xp_ssl.c if (php_openssl_x509_fingerprint(peer, method, 0, &fingerprint, &fingerprint_len TSRMLS_CC) == SUCCESS) { method 288 ext/openssl/xp_ssl.c const char *method = NULL; method 292 ext/openssl/xp_ssl.c method = "md5"; method 296 ext/openssl/xp_ssl.c method = "sha1"; method 300 ext/openssl/xp_ssl.c return method && php_x509_fingerprint_cmp(peer, method, Z_STRVAL_P(val) TSRMLS_CC) == 0; method 1442 ext/openssl/xp_ssl.c const SSL_METHOD *method; method 1461 ext/openssl/xp_ssl.c sslsock->is_client = cparam->inputs.method & STREAM_CRYPTO_IS_CLIENT; method 1462 ext/openssl/xp_ssl.c method_flags = ((cparam->inputs.method >> 1) << 1); method 1467 ext/openssl/xp_ssl.c method = php_select_crypto_method(method_flags, sslsock->is_client TSRMLS_CC); method 1468 ext/openssl/xp_ssl.c if (method == NULL) { method 1472 ext/openssl/xp_ssl.c method = sslsock->is_client ? SSLv23_client_method() : SSLv23_server_method(); method 1480 ext/openssl/xp_ssl.c sslsock->ctx = SSL_CTX_new(method); method 1483 ext/openssl/xp_ssl.c sslsock->ctx = SSL_CTX_new((SSL_METHOD*)method); method 2133 ext/openssl/xp_ssl.c if (sock->method & STREAM_CRYPTO_IS_CLIENT) { method 2134 ext/openssl/xp_ssl.c sock->method = ((sock->method >> 1) << 1); method 2137 ext/openssl/xp_ssl.c clisockdata->method = sock->method; method 2139 ext/openssl/xp_ssl.c if (php_stream_xport_crypto_setup(xparam->outputs.client, clisockdata->method, method 2247 ext/openssl/xp_ssl.c if (php_stream_xport_crypto_setup(stream, sslsock->method, NULL TSRMLS_CC) < 0 || method 2414 ext/openssl/xp_ssl.c sslsock->method = get_crypto_method(context, STREAM_CRYPTO_METHOD_ANY_CLIENT); method 2421 ext/openssl/xp_ssl.c sslsock->method = STREAM_CRYPTO_METHOD_SSLv2_CLIENT; method 2429 ext/openssl/xp_ssl.c sslsock->method = STREAM_CRYPTO_METHOD_SSLv3_CLIENT; method 2433 ext/openssl/xp_ssl.c sslsock->method = get_crypto_method(context, STREAM_CRYPTO_METHOD_TLS_CLIENT); method 2436 ext/openssl/xp_ssl.c sslsock->method = STREAM_CRYPTO_METHOD_TLSv1_0_CLIENT; method 2440 ext/openssl/xp_ssl.c sslsock->method = STREAM_CRYPTO_METHOD_TLSv1_1_CLIENT; method 2448 ext/openssl/xp_ssl.c sslsock->method = STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT; method 2701 ext/pdo/pdo_stmt.c static int row_call_method(const char *method, INTERNAL_FUNCTION_PARAMETERS) method 1036 ext/phar/phar_object.c long method = 0; method 1038 ext/phar/phar_object.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &method) == FAILURE) { method 1043 ext/phar/phar_object.c switch (method) { method 2371 ext/phar/phar_object.c long format = 9021976, method = 9021976; method 2374 ext/phar/phar_object.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|lls", &format, &method, &ext, &ext_len) == FAILURE) { method 2406 ext/phar/phar_object.c switch (method) { method 2474 ext/phar/phar_object.c long format = 9021976, method = 9021976; method 2477 ext/phar/phar_object.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|lls", &format, &method, &ext, &ext_len) == FAILURE) { method 2508 ext/phar/phar_object.c switch (method) { method 3205 ext/phar/phar_object.c long method; method 3212 ext/phar/phar_object.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l|s", &method, &ext, &ext_len) == FAILURE) { method 3228 ext/phar/phar_object.c switch (method) { method 3318 ext/phar/phar_object.c long method; method 3321 ext/phar/phar_object.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &method) == FAILURE) { method 3331 ext/phar/phar_object.c switch (method) { method 4557 ext/phar/phar_object.c long method = 9021976; method 4560 ext/phar/phar_object.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|l", &method) == FAILURE) { method 4564 ext/phar/phar_object.c switch (method) { method 4903 ext/phar/phar_object.c long method; method 4907 ext/phar/phar_object.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &method) == FAILURE) { method 4945 ext/phar/phar_object.c switch (method) { method 5122 ext/phar/phar_object.c ZEND_ARG_INFO(0, method) method 1323 ext/reflection/php_reflection.c static void reflection_method_factory(zend_class_entry *ce, zend_function *method, zval *closure_object, zval *object TSRMLS_DC) method 1334 ext/reflection/php_reflection.c ZVAL_STRING(name, (method->common.scope && method->common.scope->trait_aliases)? method 1335 ext/reflection/php_reflection.c zend_resolve_method_name(ce, method) : method->common.function_name, 1); method 1336 ext/reflection/php_reflection.c ZVAL_STRINGL(classname, method->common.scope->name, method->common.scope->name_length, 1); method 1339 ext/reflection/php_reflection.c intern->ptr = method; method 2216 ext/reflection/php_reflection.c zval **method; method 2222 ext/reflection/php_reflection.c || (zend_hash_index_find(Z_ARRVAL_P(reference), 1, (void **) &method) == FAILURE)) method 2240 ext/reflection/php_reflection.c convert_to_string_ex(method); method 2241 ext/reflection/php_reflection.c lcname_len = Z_STRLEN_PP(method); method 2242 ext/reflection/php_reflection.c lcname = zend_str_tolower_dup(Z_STRVAL_PP(method), lcname_len); method 2253 ext/reflection/php_reflection.c "Method %s::%s() does not exist", ce->name, Z_STRVAL_PP(method)); method 3802 ext/reflection/php_reflection.c zval *method; method 3807 ext/reflection/php_reflection.c ALLOC_ZVAL(method); method 3817 ext/reflection/php_reflection.c reflection_method_factory(ce, mptr, NULL, method TSRMLS_CC); method 3818 ext/reflection/php_reflection.c add_next_index_zval(retval, method); method 6213 ext/reflection/php_reflection.c REGISTER_REFLECTION_CLASS_CONST_LONG(method, "IS_STATIC", ZEND_ACC_STATIC); method 6214 ext/reflection/php_reflection.c REGISTER_REFLECTION_CLASS_CONST_LONG(method, "IS_PUBLIC", ZEND_ACC_PUBLIC); method 6215 ext/reflection/php_reflection.c REGISTER_REFLECTION_CLASS_CONST_LONG(method, "IS_PROTECTED", ZEND_ACC_PROTECTED); method 6216 ext/reflection/php_reflection.c REGISTER_REFLECTION_CLASS_CONST_LONG(method, "IS_PRIVATE", ZEND_ACC_PRIVATE); method 6217 ext/reflection/php_reflection.c REGISTER_REFLECTION_CLASS_CONST_LONG(method, "IS_ABSTRACT", ZEND_ACC_ABSTRACT); method 6218 ext/reflection/php_reflection.c REGISTER_REFLECTION_CLASS_CONST_LONG(method, "IS_FINAL", ZEND_ACC_FINAL); method 317 ext/snmp/snmp.c ZEND_ARG_INFO(0, method) method 1758 ext/snmp/snmp.c long method; method 1760 ext/snmp/snmp.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &method) == FAILURE) { method 1764 ext/snmp/snmp.c if (method >= 0 && method <= (SNMP_VALUE_LIBRARY|SNMP_VALUE_PLAIN|SNMP_VALUE_OBJECT)) { method 1765 ext/snmp/snmp.c SNMP_G(valueretrieval) = method; method 1768 ext/snmp/snmp.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unknown SNMP value retrieval method '%ld'", method); method 3757 ext/soap/soap.c xmlNodePtr method = NULL, param; method 3771 ext/soap/soap.c method = xmlNewChild(body, ns, BAD_CAST(function->responseName), NULL); method 3773 ext/soap/soap.c method = xmlNewChild(body, ns, BAD_CAST(function->functionName), NULL); method 3781 ext/soap/soap.c method = xmlNewChild(body, ns, BAD_CAST(function_name), NULL); method 3802 ext/soap/soap.c rpc_result = xmlNewChild(method, rpc_ns, BAD_CAST("result"), NULL); method 3803 ext/soap/soap.c param = serialize_parameter(parameter, ret, 0, "return", use, method TSRMLS_CC); method 3806 ext/soap/soap.c param = serialize_parameter(parameter, ret, 0, "return", use, method TSRMLS_CC); method 3836 ext/soap/soap.c param = serialize_parameter(parameter, *data, i, param_name, use, method TSRMLS_CC); method 3852 ext/soap/soap.c if (use == SOAP_ENCODED && version == SOAP_1_2 && method != NULL) { method 3853 ext/soap/soap.c xmlSetNsProp(method, body->ns, BAD_CAST("encodingStyle"), BAD_CAST(SOAP_1_2_ENC_NAMESPACE)); method 3856 ext/soap/soap.c *node = method; method 4228 ext/soap/soap.c xmlNodePtr envelope = NULL, body, method = NULL, head = NULL; method 4269 ext/soap/soap.c method = xmlNewChild(body, ns, BAD_CAST(function->requestName), NULL); method 4271 ext/soap/soap.c method = xmlNewChild(body, ns, BAD_CAST(function->functionName), NULL); method 4286 ext/soap/soap.c method = xmlNewChild(body, ns, BAD_CAST(function_name), NULL); method 4288 ext/soap/soap.c method = xmlNewChild(body, ns, BAD_CAST(function->requestName), NULL); method 4290 ext/soap/soap.c method = xmlNewChild(body, ns, BAD_CAST(function->functionName), NULL); method 4292 ext/soap/soap.c method = body; method 4295 ext/soap/soap.c method = body; method 4311 ext/soap/soap.c param = serialize_parameter(parameter, arguments[i], i, NULL, use, method TSRMLS_CC); method 4333 ext/soap/soap.c param = serialize_parameter(parameter, NULL, i, NULL, use, method TSRMLS_CC); method 4411 ext/soap/soap.c if (method) { method 4412 ext/soap/soap.c xmlSetNsProp(method, envelope->ns, BAD_CAST("encodingStyle"), BAD_CAST(SOAP_1_2_ENC_NAMESPACE)); method 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 670 ext/spl/spl_directory.c method = "_bad_state_ex"; method 675 ext/spl/spl_directory.c return zend_get_std_object_handlers()->get_method(object_ptr, method, method_len, key TSRMLS_CC); method 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 884 ext/spl/spl_iterators.c function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); method 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 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 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 1357 ext/spl/spl_iterators.c function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); method 1359 ext/spl/spl_iterators.c if (zend_hash_find(&intern->inner.ce->function_table, method, method_len+1, (void **) &function_handler) == FAILURE) { method 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 1372 ext/spl/spl_iterators.c int spl_dual_it_call_method(char *method, INTERNAL_FUNCTION_PARAMETERS) method 1384 ext/spl/spl_iterators.c ZVAL_STRING(&func, method, 0); method 1385 ext/spl/spl_iterators.c if (!zend_is_callable(&func, 0, &method TSRMLS_CC)) { method 1386 ext/spl/spl_iterators.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Method %s::%s() does not exist", intern->inner.ce->name, method); method 1407 ext/spl/spl_iterators.c php_error_docref(NULL TSRMLS_CC, E_ERROR, "Unable to call %s::%s()", intern->inner.ce->name, method); method 5007 ext/standard/basic_functions.c zval **obj, **method; method 5013 ext/standard/basic_functions.c && zend_hash_index_find(Z_ARRVAL_P(function), 1, (void **) &method) == SUCCESS method 5015 ext/standard/basic_functions.c && Z_TYPE_PP(method) == IS_STRING) { method 5016 ext/standard/basic_functions.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call %s::%s() - function does not exist", Z_OBJCE_PP(obj)->name, Z_STRVAL_PP(method)); method 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 533 ext/xml/xml.c zval **method; method 539 ext/xml/xml.c zend_hash_index_find(Z_ARRVAL_P(handler), 1, (void **) &method) == SUCCESS && method 541 ext/xml/xml.c Z_TYPE_PP(method) == IS_STRING) { method 542 ext/xml/xml.c php_error_docref(NULL TSRMLS_CC, E_WARNING, "Unable to call handler %s::%s()", Z_OBJCE_PP(obj)->name, Z_STRVAL_PP(method)); method 309 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c xml_element* method = xml_elem_new(); method 310 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c method->name = strdup(ELEM_METHODNAME); method 311 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c simplestring_add(&method->text, pStr); method 312 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c Q_PushTail(&wrapper->children, method); method 395 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c xml_element* method = xml_elem_new(); method 396 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c method->name = strdup(ELEM_METHODNAME); method 397 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c simplestring_add(&method->text, pStr); method 398 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c Q_PushTail(&wrapper->children, method); method 2446 ext/xmlrpc/libxmlrpc/xmlrpc.c sm->method = cb; method 2531 ext/xmlrpc/libxmlrpc/xmlrpc.c return sm->method; method 100 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c dm->method(server, userData); method 110 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c static inline void describe_method(XMLRPC_SERVER server, XMLRPC_VALUE vector, const char* method) { method 111 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c if(method) { method 112 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c server_method* sm = find_method(server, method); method 191 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c const char* method = XMLRPC_GetValueString(XMLRPC_VectorRewind(XMLRPC_RequestGetData(input))); method 197 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c if(method) { method 198 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c server_method* sm = find_method(server, method); method 250 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c const char* method = XMLRPC_GetValueString(XMLRPC_VectorRewind(XMLRPC_RequestGetData(input))); method 256 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c if(method) { method 257 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c server_method* sm = find_method(server, method); method 584 ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c dm->method = cb; method 84 ext/xmlrpc/libxmlrpc/xmlrpc_introspection_private.h XMLRPC_IntrospectionCallback method; method 152 ext/xmlrpc/libxmlrpc/xmlrpc_private.h XMLRPC_Callback method; method 92 ext/xmlrpc/xmlrpc-epi-php.c ZEND_ARG_INFO(1, method) method 97 ext/xmlrpc/xmlrpc-epi-php.c ZEND_ARG_INFO(0, method) method 715 ext/xmlrpc/xmlrpc-epi-php.c char *method = NULL; method 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 730 ext/xmlrpc/xmlrpc-epi-php.c if (method == NULL) { method 733 ext/xmlrpc/xmlrpc-epi-php.c XMLRPC_RequestSetMethodName(xRequest, method); method 827 ext/xmlrpc/xmlrpc-epi-php.c zval **method; method 830 ext/xmlrpc/xmlrpc-epi-php.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sZ|s", &xml, &xml_len, &method, &encoding, &encoding_len) == FAILURE) { method 836 ext/xmlrpc/xmlrpc-epi-php.c zval* retval = decode_request_worker(xml, xml_len, encoding_len ? encoding : NULL, *method); method 42 ext/zip/lib/zip_set_file_compression.c zip_int32_t method, zip_uint32_t flags) method 57 ext/zip/lib/zip_set_file_compression.c if (method != ZIP_CM_DEFAULT && method != ZIP_CM_STORE && method != ZIP_CM_DEFLATE) { method 68 ext/zip/lib/zip_set_file_compression.c if (method == old_method) { method 85 ext/zip/lib/zip_set_file_compression.c e->changes->comp_method = method; method 208 main/streams/php_stream_transport.h php_stream_xport_crypt_method_t method; method 361 main/streams/transports.c param.inputs.method = crypto_method; method 334 sapi/aolserver/aolserver.c ADD_STRINGX("REQUEST_METHOD", NSG(conn)->request->method); method 452 sapi/aolserver/aolserver.c SG(request_info).request_method = NSG(conn)->request->method; method 530 sapi/apache/mod_php5.c SG(request_info).request_method = (char *)r->method; method 483 sapi/apache/php_apache.c if (rr->method) { method 484 sapi/apache/php_apache.c add_property_string(return_value,"method", (char *)rr->method, 1); method 119 sapi/apache2filter/php_functions.c ADD_STRING(method); method 408 sapi/apache2filter/sapi_apache2.c SG(request_info).request_method = f->r->method; method 139 sapi/apache2handler/php_functions.c ADD_STRING(method); method 479 sapi/apache2handler/sapi_apache2.c SG(request_info).request_method = r->method; method 582 sapi/apache_hooks/mod_php5.c SG(request_info).request_method = (char *)r->method; method 402 sapi/apache_hooks/php_apache.c apache_request_read_string_slot(offsetof(request_rec, method), INTERNAL_FUNCTION_PARAM_PASSTHRU); method 1210 sapi/apache_hooks/php_apache.c char *file, *method; method 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 1220 sapi/apache_hooks/php_apache.c sub_r = ap_sub_req_method_uri(method, file, r); method 1302 sapi/apache_hooks/php_apache.c PHP_FALIAS(method, apache_request_method, NULL) method 1858 sapi/apache_hooks/php_apache.c if (rr->method) { method 1859 sapi/apache_hooks/php_apache.c add_property_string(return_value,"method", (char *)rr->method, 1); method 95 sapi/apache_hooks/sapi_apache.c zval *method; method 99 sapi/apache_hooks/sapi_apache.c ALLOC_ZVAL(method); method 100 sapi/apache_hooks/sapi_apache.c ZVAL_STRING(method, tmp +2, 1); method 102 sapi/apache_hooks/sapi_apache.c call_user_function_ex(EG(function_table), &class, method, ret, 0, NULL, 0, NULL TSRMLS_CC); method 104 sapi/apache_hooks/sapi_apache.c zval_dtor(method); method 1678 sapi/cli/php_cli_server.c client->request.request_method = parser->method; method 414 sapi/cli/php_http_parser.c parser->method = PHP_HTTP_HEAD; method 579 sapi/cli/php_http_parser.c parser->method = (enum php_http_method) 0; method 582 sapi/cli/php_http_parser.c case 'C': parser->method = PHP_HTTP_CONNECT; /* or COPY, CHECKOUT */ break; method 583 sapi/cli/php_http_parser.c case 'D': parser->method = PHP_HTTP_DELETE; break; method 584 sapi/cli/php_http_parser.c case 'G': parser->method = PHP_HTTP_GET; break; method 585 sapi/cli/php_http_parser.c case 'H': parser->method = PHP_HTTP_HEAD; break; method 586 sapi/cli/php_http_parser.c case 'L': parser->method = PHP_HTTP_LOCK; break; method 587 sapi/cli/php_http_parser.c case 'M': parser->method = PHP_HTTP_MKCOL; /* or MOVE, MKCALENDAR, MKACTIVITY, MERGE, M-SEARCH */ break; method 588 sapi/cli/php_http_parser.c case 'N': parser->method = PHP_HTTP_NOTIFY; break; method 589 sapi/cli/php_http_parser.c case 'O': parser->method = PHP_HTTP_OPTIONS; break; method 590 sapi/cli/php_http_parser.c case 'P': parser->method = PHP_HTTP_POST; /* or PROPFIND or PROPPATCH or PUT */ break; method 591 sapi/cli/php_http_parser.c case 'R': parser->method = PHP_HTTP_REPORT; break; method 592 sapi/cli/php_http_parser.c case 'S': parser->method = PHP_HTTP_SUBSCRIBE; break; method 593 sapi/cli/php_http_parser.c case 'T': parser->method = PHP_HTTP_TRACE; break; method 594 sapi/cli/php_http_parser.c case 'U': parser->method = PHP_HTTP_UNLOCK; /* or UNSUBSCRIBE */ break; method 595 sapi/cli/php_http_parser.c default: parser->method = PHP_HTTP_NOT_IMPLEMENTED; break; method 607 sapi/cli/php_http_parser.c matcher = method_strings[parser->method]; method 609 sapi/cli/php_http_parser.c if (parser->method != PHP_HTTP_NOT_IMPLEMENTED && matcher[index] != '\0') { method 610 sapi/cli/php_http_parser.c parser->method = PHP_HTTP_NOT_IMPLEMENTED; method 613 sapi/cli/php_http_parser.c } else if (parser->method == PHP_HTTP_NOT_IMPLEMENTED || ch == matcher[index]) { method 615 sapi/cli/php_http_parser.c } else if (parser->method == PHP_HTTP_CONNECT) { method 617 sapi/cli/php_http_parser.c parser->method = PHP_HTTP_CHECKOUT; method 619 sapi/cli/php_http_parser.c parser->method = PHP_HTTP_COPY; method 621 sapi/cli/php_http_parser.c parser->method = PHP_HTTP_NOT_IMPLEMENTED; method 623 sapi/cli/php_http_parser.c } else if (parser->method == PHP_HTTP_MKCOL) { method 625 sapi/cli/php_http_parser.c parser->method = PHP_HTTP_MOVE; method 627 sapi/cli/php_http_parser.c parser->method = PHP_HTTP_MKCALENDAR; method 629 sapi/cli/php_http_parser.c parser->method = PHP_HTTP_MERGE; method 631 sapi/cli/php_http_parser.c parser->method = PHP_HTTP_MSEARCH; method 633 sapi/cli/php_http_parser.c parser->method = PHP_HTTP_MKACTIVITY; method 635 sapi/cli/php_http_parser.c parser->method = PHP_HTTP_NOT_IMPLEMENTED; method 637 sapi/cli/php_http_parser.c } else if (index == 1 && parser->method == PHP_HTTP_POST && ch == 'R') { method 638 sapi/cli/php_http_parser.c parser->method = PHP_HTTP_PROPFIND; /* or HTTP_PROPPATCH */ method 639 sapi/cli/php_http_parser.c } else if (index == 1 && parser->method == PHP_HTTP_POST && ch == 'U') { method 640 sapi/cli/php_http_parser.c parser->method = PHP_HTTP_PUT; method 641 sapi/cli/php_http_parser.c } else if (index == 1 && parser->method == PHP_HTTP_POST && ch == 'A') { method 642 sapi/cli/php_http_parser.c parser->method = PHP_HTTP_PATCH; method 643 sapi/cli/php_http_parser.c } else if (index == 2 && parser->method == PHP_HTTP_UNLOCK && ch == 'S') { method 644 sapi/cli/php_http_parser.c parser->method = PHP_HTTP_UNSUBSCRIBE; method 645 sapi/cli/php_http_parser.c } else if (index == 4 && parser->method == PHP_HTTP_PROPFIND && ch == 'P') { method 646 sapi/cli/php_http_parser.c parser->method = PHP_HTTP_PROPPATCH; method 648 sapi/cli/php_http_parser.c parser->method = PHP_HTTP_NOT_IMPLEMENTED; method 1384 sapi/cli/php_http_parser.c if (parser->flags & F_UPGRADE || parser->method == PHP_HTTP_CONNECT) { method 1617 sapi/cli/php_http_parser.c parser->method = 0; method 128 sapi/cli/php_http_parser.h unsigned char method; /* requests only */ method 298 sapi/phpdbg/phpdbg.c *method = NULL; method 302 sapi/phpdbg/phpdbg.c if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &class, &clen, &method, &mlen) == FAILURE) { method 306 sapi/phpdbg/phpdbg.c phpdbg_set_breakpoint_method(class, method TSRMLS_CC); method 381 sapi/phpdbg/phpdbg.c ZEND_ARG_INFO(0, method) method 197 sapi/phpdbg/phpdbg_bp.c conditional->param.method.class, conditional->param.method.name, method 499 sapi/phpdbg/phpdbg_bp.c PHPDBG_API void phpdbg_set_breakpoint_method_opline(const char *class, const char *method, zend_ulong opline TSRMLS_DC) /* {{{ */ method 506 sapi/phpdbg/phpdbg_bp.c new_break.func_len = strlen(method); method 507 sapi/phpdbg/phpdbg_bp.c new_break.func_name = estrndup(method, new_break.func_len); method 940 sapi/phpdbg/phpdbg_bp.c size_t lengths[2] = {strlen(param->method.class), ops->scope->name_length}; method 941 sapi/phpdbg/phpdbg_bp.c if (lengths[0] == lengths[1] && memcmp(param->method.class, ops->scope->name, lengths[0]) == SUCCESS) { method 942 sapi/phpdbg/phpdbg_bp.c lengths[0] = strlen(param->method.name); method 945 sapi/phpdbg/phpdbg_bp.c if (lengths[0] == lengths[1] && memcmp(param->method.name, ops->function_name, lengths[0]) == SUCCESS) { method 1578 sapi/phpdbg/phpdbg_bp.c brake->param.method.class, method 1579 sapi/phpdbg/phpdbg_bp.c brake->param.method.name, method 1587 sapi/phpdbg/phpdbg_bp.c brake->param.method.class, method 1588 sapi/phpdbg/phpdbg_bp.c brake->param.method.name, method 118 sapi/phpdbg/phpdbg_bp.h PHPDBG_API void phpdbg_set_breakpoint_method_opline(const char *class, const char *method, zend_ulong opline TSRMLS_DC); method 80 sapi/phpdbg/phpdbg_cmd.c efree(param->method.class); method 81 sapi/phpdbg/phpdbg_cmd.c efree(param->method.name); method 115 sapi/phpdbg/phpdbg_cmd.c param->method.class, method 116 sapi/phpdbg/phpdbg_cmd.c param->method.name); method 142 sapi/phpdbg/phpdbg_cmd.c param->method.class, method 143 sapi/phpdbg/phpdbg_cmd.c param->method.name, method 181 sapi/phpdbg/phpdbg_cmd.c dest->method.class = estrdup(src->method.class); method 182 sapi/phpdbg/phpdbg_cmd.c dest->method.name = estrdup(src->method.name); method 200 sapi/phpdbg/phpdbg_cmd.c dest->method.class = estrdup(src->method.class); method 201 sapi/phpdbg/phpdbg_cmd.c dest->method.name = estrdup(src->method.name); method 227 sapi/phpdbg/phpdbg_cmd.c hash += zend_inline_hash_func(param->method.class, strlen(param->method.class)); method 228 sapi/phpdbg/phpdbg_cmd.c hash += zend_inline_hash_func(param->method.name, strlen(param->method.name)); method 252 sapi/phpdbg/phpdbg_cmd.c hash += zend_inline_hash_func(param->method.class, strlen(param->method.class)); method 253 sapi/phpdbg/phpdbg_cmd.c hash += zend_inline_hash_func(param->method.name, strlen(param->method.name)); method 316 sapi/phpdbg/phpdbg_cmd.c strlen(l->method.class), strlen(r->method.class)}; method 318 sapi/phpdbg/phpdbg_cmd.c if (memcmp(l->method.class, r->method.class, lengths[0]) == SUCCESS) { method 319 sapi/phpdbg/phpdbg_cmd.c lengths[0] = strlen(l->method.name); method 320 sapi/phpdbg/phpdbg_cmd.c lengths[1] = strlen(r->method.name); method 324 sapi/phpdbg/phpdbg_cmd.c l->method.name, r->method.name, lengths[0]) == SUCCESS); method 363 sapi/phpdbg/phpdbg_cmd.c fprintf(stderr, "%s METHOD_PARAM(%s::%s)\n", msg, param->method.class, param->method.name); method 367 sapi/phpdbg/phpdbg_cmd.c fprintf(stderr, "%s NUMERIC_METHOD_PARAM(%s::%s)\n", msg, param->method.class, param->method.name); method 407 sapi/phpdbg/phpdbg_cmd.c if (remove->method.class) method 408 sapi/phpdbg/phpdbg_cmd.c free(remove->method.class); method 409 sapi/phpdbg/phpdbg_cmd.c if (remove->method.name) method 410 sapi/phpdbg/phpdbg_cmd.c free(remove->method.name); method 64 sapi/phpdbg/phpdbg_cmd.h } method; method 77 sapi/phpdbg/phpdbg_cmd.h (v)->method.class = NULL; \ method 78 sapi/phpdbg/phpdbg_cmd.h (v)->method.name = NULL; \ method 43 sapi/phpdbg/phpdbg_list.c PHPDBG_LIST_COMMAND_D(method, "lists the specified method", 'm', list_method, NULL, "m"), method 80 sapi/phpdbg/phpdbg_list.c PHPDBG_LIST(method) /* {{{ */ method 84 sapi/phpdbg/phpdbg_list.c if (zend_lookup_class(param->method.class, strlen(param->method.class), &ce TSRMLS_CC) == SUCCESS) { method 86 sapi/phpdbg/phpdbg_list.c char *lcname = zend_str_tolower_dup(param->method.name, strlen(param->method.name)); method 91 sapi/phpdbg/phpdbg_list.c phpdbg_error("Could not find %s::%s", param->method.class, param->method.name); method 96 sapi/phpdbg/phpdbg_list.c phpdbg_error("Could not find the class %s", param->method.class); method 32 sapi/phpdbg/phpdbg_list.h PHPDBG_LIST(method); method 109 sapi/phpdbg/phpdbg_parser.y $$.method.class = $1.str; method 110 sapi/phpdbg/phpdbg_parser.y $$.method.name = $3.str; method 114 sapi/phpdbg/phpdbg_parser.y $$.method.class = $1.str; method 115 sapi/phpdbg/phpdbg_parser.y $$.method.name = $3.str; method 36 sapi/phpdbg/phpdbg_print.c PHPDBG_PRINT_COMMAND_D(method, "print out the instructions in the specified method", 'm', print_method, NULL, "m"), method 53 sapi/phpdbg/phpdbg_print.c static inline void phpdbg_print_function_helper(zend_function *method TSRMLS_DC) /* {{{ */ method 55 sapi/phpdbg/phpdbg_print.c switch (method->type) { method 57 sapi/phpdbg/phpdbg_print.c zend_op_array* op_array = &(method->op_array); method 65 sapi/phpdbg/phpdbg_print.c if (method->common.scope) { method 68 sapi/phpdbg/phpdbg_print.c method->common.scope->name, method 69 sapi/phpdbg/phpdbg_print.c method->common.function_name, method 73 sapi/phpdbg/phpdbg_print.c method->common.function_name ? op_array->line_start : 0, method 74 sapi/phpdbg/phpdbg_print.c method->common.function_name ? op_array->line_end : 0, method 75 sapi/phpdbg/phpdbg_print.c method->common.function_name ? method->common.function_name : "{main}", method 99 sapi/phpdbg/phpdbg_print.c if (method->common.scope) { method 100 sapi/phpdbg/phpdbg_print.c phpdbg_writeln("\tInternal %s::%s()", method->common.scope->name, method->common.function_name); method 102 sapi/phpdbg/phpdbg_print.c phpdbg_writeln("\tInternal %s()", method->common.function_name); method 171 sapi/phpdbg/phpdbg_print.c zend_function *method; method 174 sapi/phpdbg/phpdbg_print.c zend_hash_get_current_data_ex(&(*ce)->function_table, (void**) &method, &position) == SUCCESS; method 176 sapi/phpdbg/phpdbg_print.c phpdbg_print_function_helper(method TSRMLS_CC); method 186 sapi/phpdbg/phpdbg_print.c PHPDBG_PRINT(method) /* {{{ */ method 190 sapi/phpdbg/phpdbg_print.c if (zend_lookup_class(param->method.class, strlen(param->method.class), &ce TSRMLS_CC) == SUCCESS) { method 192 sapi/phpdbg/phpdbg_print.c char *lcname = zend_str_tolower_dup(param->method.name, strlen(param->method.name)); method 201 sapi/phpdbg/phpdbg_print.c phpdbg_error("The method %s could not be found", param->method.name); method 206 sapi/phpdbg/phpdbg_print.c phpdbg_error("The class %s could not be found", param->method.class); method 34 sapi/phpdbg/phpdbg_print.h PHPDBG_PRINT(method); method 126 sapi/phpdbg/phpdbg_prompt.c next->method.class, next->method.name); method 132 sapi/phpdbg/phpdbg_prompt.c next->method.class, next->method.name, next->num); method 806 sapi/phpdbg/phpdbg_prompt.c phpdbg_set_breakpoint_method(param->method.class, param->method.name TSRMLS_CC); method 809 sapi/phpdbg/phpdbg_prompt.c phpdbg_set_breakpoint_method_opline(param->method.class, param->method.name, param->num TSRMLS_CC); method 969 sapi/phpdbg/phpdbg_prompt.c return PHPDBG_LIST_HANDLER(method)(PHPDBG_COMMAND_ARGS); method 114 sapi/phpdbg/phpdbg_utils.c PHPDBG_API int phpdbg_is_class_method(const char *str, size_t len, char **class, char **method) /* {{{ */ method 141 sapi/phpdbg/phpdbg_utils.c if (method != NULL) { method 142 sapi/phpdbg/phpdbg_utils.c *method = estrndup(sep+2, str + len - (sep + 2)); method 189 sapi/phttpd/phttpd.c SG(request_info).request_method = PHG(cip)->hip->method; method 286 sapi/phttpd/phttpd.c if (strcasecmp(hip->method, "GET") == 0 || method 287 sapi/phttpd/phttpd.c strcasecmp(hip->method, "HEAD") == 0 || method 288 sapi/phttpd/phttpd.c strcasecmp(hip->method, "POST") == 0) { method 454 sapi/thttpd/thttpd.c SG(request_info).request_method = httpd_method_str(TG(hc)->method); method 145 sapi/webjames/webjames.c if ((WG(conn)->method == METHOD_POST) || (WG(conn)->method == METHOD_PUT)) { method 150 sapi/webjames/webjames.c if ((WG(conn)->method == METHOD_PUT) || (WG(conn)->method == METHOD_DELETE)) ADD_FIELD("ENTITY_PATH", requesturi); method 180 sapi/webjames/webjames.c if (WG(conn)->method==METHOD_HEAD) {