/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_print.c | 51 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 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 | xml.md | 31 method section
|
H A D | phpdbg_cmd.h | 63 } method; member
|
H A D | phpdbg_utils.c | 113 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 D | php_zip.stub.php | 199 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 D | php_zip.c | 2273 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 D | test.stub.php | 80 public function method(): void {} function in ZendTestNS\\Foo 88 public function method(): void {} function in ZendTestNS2\\Foo
|
H A D | test.c | 389 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 D | easter.c | 30 zend_long method = CAL_EASTER_DEFAULT; in _cal_easter() local
|
/PHP-8.0/ext/curl/ |
H A D | curl_private.h | 52 int method; member 61 int method; member 68 int method; member
|
/PHP-8.0/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.0/ext/phar/ |
H A D | phar_object.c | 1004 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 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.0/ext/intl/breakiterator/ |
H A D | breakiterator_iterators.cpp | 240 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 D | openssl.c | 1983 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 D | xp_ssl.c | 166 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 D | zend_builtin_functions.stub.php | 51 function method_exists($object_or_class, string $method): bool {}
|
H A D | zend_closures.c | 437 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 D | com_handlers.c | 252 zend_string *method = EX(func)->common.function_name; in PHP_FUNCTION() local
|
/PHP-8.0/sapi/cli/ |
H A D | php_http_parser.h | 196 unsigned char method; /* requests only */ member
|
/PHP-8.0/main/streams/ |
H A D | php_stream_transport.h | 202 php_stream_xport_crypt_method_t method; member
|
/PHP-8.0/ext/snmp/ |
H A D | snmp.stub.php | 70 function snmp_set_valueretrieval(int $method): bool {}
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd.h | 299 #define MYSQLND_METHOD(class, method) mysqlnd_##class##_##method##_pub argument 300 #define MYSQLND_METHOD_PRIVATE(class, method) mysqlnd_##class##_##method##_priv argument
|