Searched defs:details (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/ext/soap/ |
H A D | php_packet_soap.c | 181 zval details; in parse_packet_soap() local
|
H A D | soap.stub.php | 461 …ruct(array|string|null $code, string $string, ?string $actor = null, mixed $details = null, ?strin… 485 …public function fault(string $code, string $string, string $actor = "", mixed $details = null, str…
|
H A D | php_encoding.h | 189 encodeType details; member
|
H A D | soap.c | 547 zval *details = NULL, *headerfault = NULL, *this_ptr; in PHP_METHOD() local 1614 zval* details = NULL; local 1720 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.3/ext/standard/ |
H A D | basic_functions.c | 1948 bool details = 1; local
|
H A D | basic_functions.stub.php | 1999 function ini_get_all(?string $extension = null, bool $details = true): array|false {}
|
Completed in 60 milliseconds