Home
last modified time | relevance | path

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

12

/php-src/sapi/phpdbg/
H A Dphpdbg_print.c52 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 Dphpdbg.stub.php31 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()
/php-src/ext/zip/
H A Dphp_zip.stub.php647 public function setPassword(#[\SensitiveParameter] string $password): bool {}
H A Dphp_zip.c2347 zend_long method; local
2382 zend_long index, method; local
3108 zend_long method; local
3121 zend_long method; local
/php-src/ext/zend_test/
H A Dtest.stub.php243 …function zend_call_method(object|string $obj_or_class, string $method, mixed $arg1 = UNKNOWN, mixe…
279 public function method(): int {} function in ZendTestNS\\Foo
285 public function method(): ?UnlikelyCompileError {} function in ZendTestNS\\UnlikelyCompileError
291 public function method(): ?NotUnlikelyCompileError {} function in ZendTestNS\\NotUnlikelyCompileError
303 public function method(): void {} function in ZendTestNS2\\Foo
327 public function method(): void {} function in ZendTestNS2\\ZendSubNS\\Foo
H A Dtest.c872 static ZEND_METHOD(ZendTestNS_Foo, method) in ZEND_METHOD() argument
879 static ZEND_METHOD(ZendTestNS_UnlikelyCompileError, method) in ZEND_METHOD() argument
886 static ZEND_METHOD(ZendTestNS_NotUnlikelyCompileError, method) in ZEND_METHOD() argument
893 static ZEND_METHOD(ZendTestNS2_Foo, method) in ZEND_METHOD() argument
898 static ZEND_METHOD(ZendTestNS2_ZendSubNS_Foo, method) in ZEND_METHOD() argument
/php-src/ext/calendar/
H A Deaster.c35 zend_long method = CAL_EASTER_DEFAULT; in _cal_easter() local
/php-src/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-src/ext/fileinfo/libmagic/
H A Dcompress.c989 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/curl/
H A Dcurl_private.h52 int method; member
61 int method; member
/php-src/ext/openssl/
H A Dopenssl.c1900 char *method = "sha1"; in PHP_FUNCTION() local
2007 const X509V3_EXT_METHOD *method = NULL; in openssl_x509v3_subjectAltName() local
5350 char *method; in PHP_FUNCTION() local
7063 char *method; in PHP_FUNCTION() local
7191 char *method, *iv = NULL; in PHP_FUNCTION() local
7362 char *data, *method; in PHP_FUNCTION() local
7648 const char *method, size_t method_len, in php_openssl_encrypt()
7741 char *data, *method, *password, *iv = "", *aad = ""; in PHP_FUNCTION() local
7761 const char *method, size_t method_len, in php_openssl_decrypt()
7886 zend_string *method; in PHP_FUNCTION() local
[all …]
H A Dxp_ssl.c199 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 Dphar_object.c1007 zend_long method = 0; in PHP_METHOD() local
2340 zend_long format, method; in PHP_METHOD() local
2451 zend_long format, method; in PHP_METHOD() local
3180 zend_long method; in PHP_METHOD() local
3292 zend_long method; in PHP_METHOD() local
4530 zend_long method; in PHP_METHOD() local
4858 zend_long method; in PHP_METHOD() local
/php-src/Zend/
H A Dzend_builtin_functions.stub.php69 function method_exists($object_or_class, string $method): bool {}
H A Dzend_closures.c505 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 Dcom_handlers.c252 zend_string *method = EX(func)->common.function_name; in PHP_FUNCTION() local
/php-src/main/streams/
H A Dphp_stream_transport.h202 php_stream_xport_crypt_method_t method; member
/php-src/sapi/cli/
H A Dphp_http_parser.h196 unsigned char method; /* requests only */ member
/php-src/ext/reflection/
H A Dphp_reflection.stub.php185 public function __construct(object|string $objectOrMethod, ?string $method = null) {}
187 public static function createFromMethodName(string $method): static {}
/php-src/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
/php-src/ext/snmp/
H A Dsnmp.stub.php178 function snmp_set_valueretrieval(int $method): true {}

Completed in 159 milliseconds

12