Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 41) sorted by last modified time

12

/PHP-7.4/ext/gd/
H A Dgd.c4869 gdInterpolationMethod method, old_method; in PHP_FUNCTION() local
5168 zend_long method = GD_BILINEAR_FIXED; in PHP_FUNCTION() local
/PHP-7.4/Zend/
H A Dzend_closures.c425 static zend_function *zend_closure_get_method(zend_object **object, zend_string *method, const zval… in zend_closure_get_method()
H A Dzend_API.c3287 zval *method = NULL; in zend_get_callable_name_ex() local
3378 zval *method = NULL; in zend_is_callable_impl() local
H A Dzend_execute.c2018 …OLD void ZEND_FASTCALL zend_undefined_method(const zend_class_entry *ce, const zend_string *method) in zend_undefined_method()
4158 zval *method; in zend_init_dynamic_call_array() local
H A Dzend_compile.c3188 … zend_string *method = zend_string_init(colon + 1, ZSTR_LEN(str) - (colon - ZSTR_VAL(str)) - 1, 0); in zend_compile_dynamic_call() local
/PHP-7.4/ext/zip/
H A Dphp_zip.c2233 zend_long method; local
2267 zend_long index, method; local
/PHP-7.4/ext/xml/
H A Dxml.c577 zval *method; in xml_call_handler() local
/PHP-7.4/ext/phar/
H A Dphar_object.c1026 zend_long method = 0; in PHP_METHOD() local
2386 zend_long format = 9021976, method = 9021976; in PHP_METHOD() local
2490 zend_long format = 9021976, method = 9021976; in PHP_METHOD() local
3217 zend_long method; in PHP_METHOD() local
3330 zend_long method; in PHP_METHOD() local
4583 zend_long method = 9021976; in PHP_METHOD() local
4927 zend_long method; in PHP_METHOD() local
/PHP-7.4/ext/openssl/
H A Dopenssl.c1846 zval *method = NULL; in PHP_FUNCTION() local
2193 char *method = "sha1"; in PHP_FUNCTION() local
2298 const X509V3_EXT_METHOD *method = NULL; in openssl_x509v3_subjectAltName() local
5096 char *method; in PHP_FUNCTION() local
6035 zval *method = NULL; in PHP_FUNCTION() local
6102 zval *method = NULL; in PHP_FUNCTION() local
6161 char *method =NULL; in PHP_FUNCTION() local
6296 char *method = NULL, *iv = NULL; in PHP_FUNCTION() local
6440 char *data, *method; in PHP_FUNCTION() local
6798 char *data, *method, *password, *iv = "", *aad = ""; in PHP_FUNCTION() local
[all …]
H A Dxp_ssl.c169 php_stream_xport_crypt_method_t method; member
331 static int php_openssl_x509_fingerprint_cmp(X509 *peer, const char *method, const char *expected) in php_openssl_x509_fingerprint_cmp()
348 const char *method = NULL; in php_openssl_x509_fingerprint_match() local
1595 const SSL_METHOD *method; in php_openssl_setup_crypto() local
/PHP-7.4/ext/spl/
H A Dspl_directory.c678 zend_function *spl_filesystem_object_get_method_check(zend_object **object, zend_string *method, co… in spl_filesystem_object_get_method_check()
H A Dspl_iterators.c886 static zend_function *spl_recursive_it_get_method(zend_object **zobject, zend_string *method, const… in spl_recursive_it_get_method()
1345 static zend_function *spl_dual_it_get_method(zend_object **object, zend_string *method, const zval … in spl_dual_it_get_method()
1367 int spl_dual_it_call_method(char *method, INTERNAL_FUNCTION_PARAMETERS) in spl_dual_it_call_method()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c1197 static void reflection_method_factory(zend_class_entry *ce, zend_function *method, zval *closure_ob… in reflection_method_factory()
2280 zval *method; in ZEND_METHOD() local
4168 zval method; in _addmethod() local
/PHP-7.4/ext/snmp/
H A Dsnmp.c1697 zend_long method; in PHP_FUNCTION() local
/PHP-7.4/ext/zend_test/
H A Dtest.c179 static int zend_test_class_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_… in zend_test_class_call_method()
/PHP-7.4/ext/soap/
H A Dsoap.c3726 xmlNodePtr method = NULL, param; local
4198 xmlNodePtr envelope = NULL, body, method = NULL, head = NULL; local
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c2602 static int row_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS) in row_call_method()
/PHP-7.4/ext/com_dotnet/
H A Dcom_saproxy.c332 static int saproxy_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETE… in saproxy_call_method()
H A Dcom_handlers.c382 static int com_call_method(zend_string *method, zend_object *object, INTERNAL_FUNCTION_PARAMETERS) in com_call_method()
/PHP-7.4/ext/standard/
H A Dbasic_functions.c5109 zval *obj, *method; local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h305 #define MYSQLND_METHOD(class, method) mysqlnd_##class##_##method##_pub argument
306 #define MYSQLND_METHOD_PRIVATE(class, method) mysqlnd_##class##_##method##_priv argument
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_utils.c115 PHPDBG_API int phpdbg_is_class_method(const char *str, size_t len, char **class, char **method) /* … in phpdbg_is_class_method()
H A Dphpdbg.c367 char *class = NULL, *method = NULL; in PHP_FUNCTION() local
H A Dphpdbg_bp.c642 PHPDBG_API void phpdbg_set_breakpoint_method_opline(const char *class, const char *method, zend_ulo… in phpdbg_set_breakpoint_method_opline()
/PHP-7.4/ext/curl/
H A Dphp_curl.h131 int method; member
140 int method; member
147 int method; member

Completed in 190 milliseconds

12