Home
last modified time | relevance | path

Searched defs:method (Results 1 – 25 of 38) sorted by relevance

12

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_print.c52 static inline void phpdbg_print_function_helper(zend_function *method) /* {{{ */ in phpdbg_print_function_helper()
141 zend_function *method; in PHPDBG_PRINT() local
154 PHPDBG_PRINT(method) /* {{{ */ in PHPDBG_PRINT() argument
276 zend_function *method; in phpdbg_print_opcodes_ce() local
H A Dphpdbg.stub.php9 function phpdbg_break_method(string $class, string $method): void {}
H A Dphpdbg_list.c87 PHPDBG_LIST(method) /* {{{ */ in PHPDBG_LIST() argument
H A Dphpdbg_cmd.h63 } method; member
H A Dphpdbg_utils.c112 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_bp.c639 PHPDBG_API void phpdbg_set_breakpoint_method_opline(const char *class, const char *method, zend_ulo… in phpdbg_set_breakpoint_method_opline()
H A Dphpdbg.c332 char *class, *method; in PHP_FUNCTION() local
/PHP-8.1/ext/zend_test/
H A Dtest.stub.php119 …function zend_call_method(string $class, string $method, mixed $arg1 = UNKNOWN, mixed $arg2 = UNKN…
135 public function method(): void {} function in ZendTestNS\\Foo
145 public function method(): void {} function in ZendTestNS2\\Foo
153 public function method(): void {} function in ZendTestNS2\\ZendSubNS\\Foo
H A Dtest.c568 static ZEND_METHOD(ZendTestNS_Foo, method) in ZEND_METHOD() argument
573 static ZEND_METHOD(ZendTestNS2_Foo, method) in ZEND_METHOD() argument
578 static ZEND_METHOD(ZendTestNS2_ZendSubNS_Foo, method) in ZEND_METHOD() argument
/PHP-8.1/ext/zip/
H A Dphp_zip.stub.php212 public function setCompressionName(string $name, int $method, int $compflags = 0): bool {}
215 public function setCompressionIndex(int $index, int $method, int $compflags = 0): bool {}
219 public function setEncryptionName(string $name, int $method, ?string $password = null): bool {}
222 public function setEncryptionIndex(int $index, int $method, ?string $password = null): bool {}
236 public static function isCompressionMethodSupported(int $method, bool $enc = true): bool {}
238 public static function isEncryptionMethodSupported(int $method, bool $enc = true): bool {}
H A Dphp_zip.c2282 zend_long method; local
2317 zend_long index, method; local
3009 zend_long method; local
3022 zend_long method; local
/PHP-8.1/ext/calendar/
H A Deaster.c30 zend_long method = CAL_EASTER_DEFAULT; in _cal_easter() local
/PHP-8.1/ext/standard/
H A Dincomplete_class.c91 static zend_function *incomplete_class_get_method(zend_object **object, zend_string *method, const … in incomplete_class_get_method()
/PHP-8.1/ext/curl/
H A Dcurl_private.h52 int method; member
61 int method; member
/PHP-8.1/ext/phar/
H A Dphar_object.c997 zend_long method = 0; in PHP_METHOD() local
2323 zend_long format, method; in PHP_METHOD() local
2434 zend_long format, method; in PHP_METHOD() local
3158 zend_long method; in PHP_METHOD() local
3270 zend_long method; in PHP_METHOD() local
4510 zend_long method; in PHP_METHOD() local
4838 zend_long method; in PHP_METHOD() local
/PHP-8.1/ext/fileinfo/libmagic/
H A Dcompress.c791 methodname(size_t method) in methodname()
814 uncompressbuf(int fd, size_t bytes_max, size_t method, const unsigned char *old, in uncompressbuf()
/PHP-8.1/ext/openssl/
H A Dopenssl.c1980 char *method = "sha1"; in PHP_FUNCTION() local
2087 const X509V3_EXT_METHOD *method = NULL; in openssl_x509v3_subjectAltName() local
5230 char *method; in PHP_FUNCTION() local
6943 char *method; in PHP_FUNCTION() local
7071 char *method, *iv = NULL; in PHP_FUNCTION() local
7242 char *data, *method; in PHP_FUNCTION() local
7513 const char *method, size_t method_len, in php_openssl_encrypt()
7606 char *data, *method, *password, *iv = "", *aad = ""; in PHP_FUNCTION() local
7626 const char *method, size_t method_len, in php_openssl_decrypt()
7707 char *data, *method, *password, *iv = "", *tag = NULL, *aad = ""; in PHP_FUNCTION() local
[all …]
H A Dxp_ssl.c184 php_stream_xport_crypt_method_t method; member
345 static int php_openssl_x509_fingerprint_cmp(X509 *peer, const char *method, const char *expected) in php_openssl_x509_fingerprint_cmp()
362 const char *method = NULL; in php_openssl_x509_fingerprint_match() local
1640 const SSL_METHOD *method; in php_openssl_setup_crypto() local
/PHP-8.1/Zend/
H A Dzend_builtin_functions.stub.php64 function method_exists($object_or_class, string $method): bool {}
H A Dzend_closures.c470 static zend_function *zend_closure_get_method(zend_object **object, zend_string *method, const zval… in zend_closure_get_method()
/PHP-8.1/ext/com_dotnet/
H A Dcom_handlers.c252 zend_string *method = EX(func)->common.function_name; in PHP_FUNCTION() local
/PHP-8.1/main/streams/
H A Dphp_stream_transport.h202 php_stream_xport_crypt_method_t method; member
/PHP-8.1/sapi/cli/
H A Dphp_http_parser.h196 unsigned char method; /* requests only */ member
/PHP-8.1/ext/snmp/
H A Dsnmp.stub.php70 function snmp_set_valueretrieval(int $method): bool {}
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd.h294 #define MYSQLND_METHOD(class, method) mysqlnd_##class##_##method##_pub argument
295 #define MYSQLND_METHOD_PRIVATE(class, method) mysqlnd_##class##_##method##_priv argument

Completed in 94 milliseconds

12