Home
last modified time | relevance | path

Searched refs:hdr (Results 26 – 36 of 36) sorted by relevance

12

/PHP-8.0/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_035w.phpt10 $hdr = new SoapHeader("http://soapinterop.org/","echoMeComplexTypeRequest", array("varInt"=>34,"var…
12 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
/PHP-8.0/main/
H A Dalloca.c132 typedef union hdr union
137 union hdr *next; /* For chaining headers. */
/PHP-8.0/ext/imap/tests/
H A Dbug80710_2.phpt13 …il"] = "X-INJECTED-REMAIL: X-INJECTED\nFrom: X-INJECTED-REMAIL-FROM"; //<--- Injected as first hdr
/PHP-8.0/ext/soap/
H A Dphp_packet_soap.c399 sdlSoapBindingFunctionHeaderPtr hdr; in parse_packet_soap() local
407 if ((hdr = zend_hash_find_ptr(hdrs, key.s)) != NULL) { in parse_packet_soap()
408 enc = hdr->encode; in parse_packet_soap()
H A Dsoap.c3325 h->hdr = hdr;
3330 if (h->hdr) {
3556 char *hdr_ns = headers->hdr?headers->hdr->ns:NULL;
3578 if (headers->hdr && headers->hdr->headerfaults &&
3579 (hdr = zend_hash_find_ptr(headers->hdr->headerfaults, key.s)) != NULL) {
3580 hdr_enc = hdr->encode;
3581 hdr_use = hdr->use;
3773 char *hdr_ns = h->hdr?h->hdr->ns:NULL;
3803 hdr_use = hdr->use;
4036 hdr_use = hdr->use;
[all …]
H A Dphp_sdl.c3591 if (hdr->name) { in delete_header_int()
3592 efree(hdr->name); in delete_header_int()
3594 if (hdr->ns) { in delete_header_int()
3595 efree(hdr->ns); in delete_header_int()
3597 if (hdr->headerfaults) { in delete_header_int()
3601 efree(hdr); in delete_header_int()
3612 if (hdr->name) { in delete_header_persistent()
3613 free(hdr->name); in delete_header_persistent()
3615 if (hdr->ns) { in delete_header_persistent()
3616 free(hdr->ns); in delete_header_persistent()
[all …]
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_gdb.c122 zend_elf_header hdr; member
442 memcpy(&obj->hdr, &zend_elfhdr_template, sizeof(zend_elf_header)); in zend_gdbjit_buildobj()
/PHP-8.0/ext/fileinfo/libmagic/
H A Dapprentice.c3179 } hdr; in apprentice_compile() local
3194 memset(&hdr, 0, sizeof(hdr)); in apprentice_compile()
3195 hdr.h[0] = MAGICNO; in apprentice_compile()
3196 hdr.h[1] = VERSIONNO; in apprentice_compile()
3197 memcpy(hdr.h + 2, map->nmagic, nm); in apprentice_compile()
3199 if (php_stream_write(stream,(const char *)&hdr, sizeof(hdr)) != (ssize_t)sizeof(hdr)) { in apprentice_compile()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch843 } hdr;
861 hdr.h[1] = VERSIONNO;
862 memcpy(hdr.h + 2, map->nmagic, nm);
864 - if (write(fd, &hdr, sizeof(hdr)) != CAST(ssize_t, sizeof(hdr))) {
865 + if (php_stream_write(stream,(const char *)&hdr, sizeof(hdr)) != (ssize_t)sizeof(hdr)) {
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます17649 # Radiance HDR; usually has .pic or .hdr extension.
23579 # Magic type for Dell's BIOS .hdr files
23580 # Dell's .hdr
H A Dmagic17649 # Radiance HDR; usually has .pic or .hdr extension.
23579 # Magic type for Dell's BIOS .hdr files
23580 # Dell's .hdr

Completed in 186 milliseconds

12