Searched defs:details (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/soap/ |
H A D | soap.stub.php | 21 …ruct(array|string|null $code, string $string, ?string $actor = null, mixed $details = null, ?strin… 36 …public function fault(string $code, string $string, string $actor = "", mixed $details = null, str…
|
H A D | php_packet_soap.c | 181 zval details; in parse_packet_soap() local
|
H A D | php_encoding.h | 182 encodeType details; member
|
H A D | soap.c | 602 zval *details = NULL, *headerfault = NULL, *this_ptr; in PHP_METHOD() local 1707 zval* details = NULL; local 1812 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, c…
|
H A D | php_sdl.h | 221 HashTable *details; /* array of sdlParamPtr */ member
|
/PHP-8.0/ |
H A D | run-tests.php | 3491 string $details = ''
|
/PHP-8.0/ext/standard/ |
H A D | basic_functions.c | 2016 zend_bool details = 1; local
|
H A D | basic_functions.stub.php | 317 function ini_get_all(?string $extension = null, bool $details = true): array|false {}
|
Completed in 41 milliseconds