Home
last modified time | relevance | path

Searched refs:portTypes (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/soap/
H A Dphp_sdl.h71 HashTable portTypes; /* array of xmlNodePtr */ member
H A Dphp_sdl.c416 …if (zend_hash_str_add_ptr(&ctx->portTypes, (char*)name->children->content, xmlStrlen(name->childre… in load_wsdl_ex()
742 zend_hash_init(&ctx.portTypes, 0, NULL, NULL, 0); in load_wsdl()
895 if ((tmp = zend_hash_str_find_ptr(&ctx.portTypes, ctype, strlen(ctype))) == NULL) { in load_wsdl()
1183 zend_hash_destroy(&ctx.portTypes); in load_wsdl()

Completed in 46 milliseconds