/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg_print.c | 52 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 D | phpdbg.stub.php | 9 function phpdbg_break_method(string $class, string $method): void {}
|
H A D | phpdbg_list.c | 87 PHPDBG_LIST(method) /* {{{ */ in PHPDBG_LIST() argument
|
H A D | phpdbg_cmd.h | 63 } method; member
|
H A D | phpdbg_utils.c | 112 PHPDBG_API int phpdbg_is_class_method(const char *str, size_t len, char **class, char **method) /* … in phpdbg_is_class_method()
|
H A D | phpdbg_bp.c | 639 PHPDBG_API void phpdbg_set_breakpoint_method_opline(const char *class, const char *method, zend_ulo… in phpdbg_set_breakpoint_method_opline()
|
H A D | phpdbg.c | 332 char *class, *method; in PHP_FUNCTION() local
|
/PHP-8.1/ext/zend_test/ |
H A D | test.stub.php | 119 …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 D | test.c | 591 static ZEND_METHOD(ZendTestNS_Foo, method) in ZEND_METHOD() argument 596 static ZEND_METHOD(ZendTestNS2_Foo, method) in ZEND_METHOD() argument 601 static ZEND_METHOD(ZendTestNS2_ZendSubNS_Foo, method) in ZEND_METHOD() argument
|
/PHP-8.1/ext/zip/ |
H A D | php_zip.stub.php | 212 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 D | php_zip.c | 2282 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 D | easter.c | 30 zend_long method = CAL_EASTER_DEFAULT; in _cal_easter() local
|
/PHP-8.1/ext/standard/ |
H A D | incomplete_class.c | 91 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 D | curl_private.h | 52 int method; member 61 int method; member
|
/PHP-8.1/ext/phar/ |
H A D | phar_object.c | 997 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 D | compress.c | 791 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 D | openssl.c | 1980 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 D | xp_ssl.c | 184 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 D | zend_builtin_functions.stub.php | 64 function method_exists($object_or_class, string $method): bool {}
|
H A D | zend_closures.c | 470 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 D | com_handlers.c | 252 zend_string *method = EX(func)->common.function_name; in PHP_FUNCTION() local
|
/PHP-8.1/main/streams/ |
H A D | php_stream_transport.h | 202 php_stream_xport_crypt_method_t method; member
|
/PHP-8.1/sapi/cli/ |
H A D | php_http_parser.h | 196 unsigned char method; /* requests only */ member
|
/PHP-8.1/ext/snmp/ |
H A D | snmp.stub.php | 70 function snmp_set_valueretrieval(int $method): bool {}
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd.h | 294 #define MYSQLND_METHOD(class, method) mysqlnd_##class##_##method##_pub argument 295 #define MYSQLND_METHOD_PRIVATE(class, method) mysqlnd_##class##_##method##_priv argument
|