Home
last modified time | relevance | path

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

12

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_print.c51 static inline void phpdbg_print_function_helper(zend_function *method) /* {{{ */ in phpdbg_print_function_helper()
166 zend_function *method; in PHPDBG_PRINT() local
181 PHPDBG_PRINT(method) /* {{{ */ in PHPDBG_PRINT() argument
321 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 Dxml.md31 method section
H A Dphpdbg_cmd.h63 } method; member
H A Dphpdbg_utils.c113 PHPDBG_API int phpdbg_is_class_method(const char *str, size_t len, char **class, char **method) /* … in phpdbg_is_class_method()
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php199 public function setCompressionName(string $name, int $method, int $compflags = 0) {}
202 public function setCompressionIndex(int $index, int $method, int $compflags = 0) {}
206 public function setEncryptionName(string $name, int $method, ?string $password = null) {}
209 public function setEncryptionIndex(int $index, int $method, ?string $password = null) {}
224 public static function isCompressionMethodSupported(int $method, bool $enc = true): bool {}
227 public static function isEncryptionMethodSupported(int $method, bool $enc = true): bool {}
H A Dphp_zip.c2273 zend_long method; local
2308 zend_long index, method; local
3000 zend_long method; local
3013 zend_long method; local
/PHP-8.0/ext/zend_test/
H A Dtest.stub.php80 public function method(): void {} function in ZendTestNS\\Foo
88 public function method(): void {} function in ZendTestNS2\\Foo
H A Dtest.c389 static ZEND_METHOD(ZendTestNS_Foo, method) { in ZEND_METHOD() argument
393 static ZEND_METHOD(ZendTestNS2_Foo, method) { in ZEND_METHOD() argument
/PHP-8.0/ext/calendar/
H A Deaster.c30 zend_long method = CAL_EASTER_DEFAULT; in _cal_easter() local
/PHP-8.0/ext/curl/
H A Dcurl_private.h52 int method; member
61 int method; member
68 int method; member
/PHP-8.0/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.0/ext/phar/
H A Dphar_object.c1004 zend_long method = 0; in PHP_METHOD() local
2344 zend_long format, method; in PHP_METHOD() local
2455 zend_long format, method; in PHP_METHOD() local
3171 zend_long method; in PHP_METHOD() local
3283 zend_long method; in PHP_METHOD() local
4527 zend_long method; in PHP_METHOD() local
4855 zend_long method; in PHP_METHOD() local
/PHP-8.0/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.0/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp240 U_CFUNC zend_function *IntlPartsIterator_get_method(zend_object **object_ptr, zend_string *method, … in IntlPartsIterator_get_method()
/PHP-8.0/ext/openssl/
H A Dopenssl.c1983 char *method = "sha1"; in PHP_FUNCTION() local
2090 const X509V3_EXT_METHOD *method = NULL; in openssl_x509v3_subjectAltName() local
4896 char *method; in PHP_FUNCTION() local
6658 char *method; in PHP_FUNCTION() local
6786 char *method, *iv = NULL; in PHP_FUNCTION() local
6925 char *data, *method; in PHP_FUNCTION() local
7196 const char *method, size_t method_len, in php_openssl_encrypt()
7289 char *data, *method, *password, *iv = "", *aad = ""; in PHP_FUNCTION() local
7309 const char *method, size_t method_len, in php_openssl_decrypt()
7390 char *data, *method, *password, *iv = "", *tag = NULL, *aad = ""; in PHP_FUNCTION() local
[all …]
H A Dxp_ssl.c166 php_stream_xport_crypt_method_t method; member
328 static int php_openssl_x509_fingerprint_cmp(X509 *peer, const char *method, const char *expected) in php_openssl_x509_fingerprint_cmp()
345 const char *method = NULL; in php_openssl_x509_fingerprint_match() local
1592 const SSL_METHOD *method; in php_openssl_setup_crypto() local
/PHP-8.0/Zend/
H A Dzend_builtin_functions.stub.php51 function method_exists($object_or_class, string $method): bool {}
H A Dzend_closures.c437 static zend_function *zend_closure_get_method(zend_object **object, zend_string *method, const zval… in zend_closure_get_method()
/PHP-8.0/ext/com_dotnet/
H A Dcom_handlers.c252 zend_string *method = EX(func)->common.function_name; in PHP_FUNCTION() local
/PHP-8.0/sapi/cli/
H A Dphp_http_parser.h196 unsigned char method; /* requests only */ member
/PHP-8.0/main/streams/
H A Dphp_stream_transport.h202 php_stream_xport_crypt_method_t method; member
/PHP-8.0/ext/snmp/
H A Dsnmp.stub.php70 function snmp_set_valueretrieval(int $method): bool {}
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd.h299 #define MYSQLND_METHOD(class, method) mysqlnd_##class##_##method##_pub argument
300 #define MYSQLND_METHOD_PRIVATE(class, method) mysqlnd_##class##_##method##_priv argument

Completed in 116 milliseconds

12