/php-src/sapi/phpdbg/ |
H A D | phpdbg_print.c | 52 static inline void phpdbg_print_function_helper(zend_function *method) /* {{{ */ in phpdbg_print_function_helper() 139 zend_function *method; in PHPDBG_PRINT() local 152 PHPDBG_PRINT(method) /* {{{ */ in PHPDBG_PRINT() argument 274 zend_function *method; in phpdbg_print_opcodes_ce() local
|
H A D | phpdbg.stub.php | 31 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()
|
/php-src/ext/zip/ |
H A D | php_zip.stub.php | 654 public function setPassword(#[\SensitiveParameter] string $password): bool {}
|
H A D | php_zip.c | 2353 zend_long method; local 2388 zend_long index, method; local 3114 zend_long method; local 3127 zend_long method; local
|
/php-src/ext/zend_test/ |
H A D | test.stub.php | 269 …function zend_call_method(object|string $obj_or_class, string $method, mixed $arg1 = UNKNOWN, mixe… 318 public function method(): int {} function in ZendTestNS\\Foo 324 public function method(): ?UnlikelyCompileError {} function in ZendTestNS\\UnlikelyCompileError 330 public function method(): ?NotUnlikelyCompileError {} function in ZendTestNS\\NotUnlikelyCompileError 342 public function method(): void {} function in ZendTestNS2\\Foo 366 public function method(): void {} function in ZendTestNS2\\ZendSubNS\\Foo
|
H A D | test.c | 968 static ZEND_METHOD(ZendTestNS_Foo, method) in ZEND_METHOD() argument 975 static ZEND_METHOD(ZendTestNS_UnlikelyCompileError, method) in ZEND_METHOD() argument 982 static ZEND_METHOD(ZendTestNS_NotUnlikelyCompileError, method) in ZEND_METHOD() argument 989 static ZEND_METHOD(ZendTestNS2_Foo, method) in ZEND_METHOD() argument 994 static ZEND_METHOD(ZendTestNS2_ZendSubNS_Foo, method) in ZEND_METHOD() argument
|
/php-src/ext/calendar/ |
H A D | easter.c | 35 zend_long method = CAL_EASTER_DEFAULT; in _cal_easter() local
|
/php-src/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-src/ext/curl/ |
H A D | curl_private.h | 51 int method; member 59 int method; member
|
/php-src/ext/fileinfo/libmagic/ |
H A D | compress.c | 989 methodname(size_t method) in methodname() 1020 getdecompressor(size_t method))(const unsigned char *, unsigned char **, size_t, in getdecompressor() 1053 uncompressbuf(int fd, size_t bytes_max, size_t method, int nofork, in uncompressbuf()
|
/php-src/ext/openssl/ |
H A D | openssl.c | 1929 char *method = "sha1"; in PHP_FUNCTION() local 2036 const X509V3_EXT_METHOD *method = NULL; in openssl_x509v3_subjectAltName() local 5544 char *method; in PHP_FUNCTION() local 7271 char *method; local 7399 char *method, *iv = NULL; local 7570 char *data, *method; local 7856 const char *method, size_t method_len, 7949 char *data, *method, *password, *iv = "", *aad = ""; local 7969 const char *method, size_t method_len, 8094 zend_string *method; local [all …]
|
H A D | xp_ssl.c | 199 php_stream_xport_crypt_method_t method; member 360 static int php_openssl_x509_fingerprint_cmp(X509 *peer, const char *method, const char *expected) in php_openssl_x509_fingerprint_cmp() 377 const char *method = NULL; in php_openssl_x509_fingerprint_match() local 1657 const SSL_METHOD *method; in php_openssl_setup_crypto() local
|
/php-src/ext/phar/ |
H A D | phar_object.c | 1015 zend_long method = 0; in PHP_METHOD() local 2351 zend_long format, method; in PHP_METHOD() local 2462 zend_long format, method; in PHP_METHOD() local 3196 zend_long method; in PHP_METHOD() local 3308 zend_long method; in PHP_METHOD() local 4555 zend_long method; in PHP_METHOD() local 4883 zend_long method; in PHP_METHOD() local
|
/php-src/Zend/ |
H A D | zend_builtin_functions.stub.php | 74 function method_exists($object_or_class, string $method): bool {}
|
H A D | zend_closures.c | 505 static zend_function *zend_closure_get_method(zend_object **object, zend_string *method, const zval… in zend_closure_get_method()
|
/php-src/ext/com_dotnet/ |
H A D | com_handlers.c | 252 zend_string *method = EX(func)->common.function_name; in PHP_FUNCTION() local
|
/php-src/main/streams/ |
H A D | php_stream_transport.h | 202 php_stream_xport_crypt_method_t method; member
|
/php-src/sapi/cli/ |
H A D | php_http_parser.h | 196 unsigned char method; /* requests only */ member
|
/php-src/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
|
/php-src/ext/reflection/ |
H A D | php_reflection.stub.php | 181 public function __construct(object|string $objectOrMethod, ?string $method = null) {} 183 public static function createFromMethodName(string $method): static {}
|
/php-src/ext/snmp/ |
H A D | snmp.stub.php | 178 function snmp_set_valueretrieval(int $method): true {}
|