Home
last modified time | relevance | path

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

12

/PHP-8.2/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.2/ext/imap/tests/
H A Dbug80710_2.phpt11 …il"] = "X-INJECTED-REMAIL: X-INJECTED\nFrom: X-INJECTED-REMAIL-FROM"; //<--- Injected as first hdr
/PHP-8.2/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.c3161 h->hdr = hdr;
3166 if (h->hdr) {
3384 char *hdr_ns = headers->hdr?headers->hdr->ns:NULL;
3406 if (headers->hdr && headers->hdr->headerfaults &&
3407 (hdr = zend_hash_find_ptr(headers->hdr->headerfaults, key.s)) != NULL) {
3408 hdr_enc = hdr->encode;
3409 hdr_use = hdr->use;
3610 char *hdr_ns = h->hdr?h->hdr->ns:NULL;
3639 hdr_use = hdr->use;
3869 hdr_use = hdr->use;
[all …]
H A Dphp_sdl.c3610 if (hdr->name) { in delete_header_int()
3611 efree(hdr->name); in delete_header_int()
3613 if (hdr->ns) { in delete_header_int()
3614 efree(hdr->ns); in delete_header_int()
3616 if (hdr->headerfaults) { in delete_header_int()
3620 efree(hdr); in delete_header_int()
3631 if (hdr->name) { in delete_header_persistent()
3632 free(hdr->name); in delete_header_persistent()
3634 if (hdr->ns) { in delete_header_persistent()
3635 free(hdr->ns); in delete_header_persistent()
[all …]
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_gdb.c125 zend_elf_header hdr; member
470 memcpy(&obj->hdr, &zend_elfhdr_template, sizeof(zend_elf_header)); in zend_gdbjit_buildobj()
/PHP-8.2/ext/fileinfo/libmagic/
H A Dapprentice.c3189 } hdr; in apprentice_compile() local
3204 memset(&hdr, 0, sizeof(hdr)); in apprentice_compile()
3205 hdr.h[0] = MAGICNO; in apprentice_compile()
3206 hdr.h[1] = VERSIONNO; in apprentice_compile()
3207 memcpy(hdr.h + 2, map->nmagic, nm); in apprentice_compile()
3209 if (php_stream_write(stream,(const char *)&hdr, sizeof(hdr)) != (ssize_t)sizeof(hdr)) { in apprentice_compile()
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch859 } hdr;
877 hdr.h[1] = VERSIONNO;
878 memcpy(hdr.h + 2, map->nmagic, nm);
880 - if (write(fd, &hdr, sizeof(hdr)) != CAST(ssize_t, sizeof(hdr))) {
881 + if (php_stream_write(stream,(const char *)&hdr, sizeof(hdr)) != (ssize_t)sizeof(hdr)) {
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic18254 # Radiance HDR; usually has .pic or .hdr extension.
24635 # Magic type for Dell's BIOS .hdr files
24636 # Dell's .hdr
H A Dmagic私はガラスを食べられます18254 # Radiance HDR; usually has .pic or .hdr extension.
24635 # Magic type for Dell's BIOS .hdr files
24636 # Dell's .hdr

Completed in 199 milliseconds

12