Home
last modified time | relevance | path

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

/PHP-7.1/ext/soap/
H A Dphp_sdl.h74 HashTable portTypes; /* array of xmlNodePtr */ member
H A Dphp_sdl.c412 …if (zend_hash_str_add_ptr(&ctx->portTypes, (char*)name->children->content, xmlStrlen(name->childre… in load_wsdl_ex()
738 zend_hash_init(&ctx.portTypes, 0, NULL, NULL, 0); in load_wsdl()
890 if ((tmp = zend_hash_str_find_ptr(&ctx.portTypes, ctype, strlen(ctype))) == NULL) { in load_wsdl()
1170 zend_hash_destroy(&ctx.portTypes); in load_wsdl()

Completed in 17 milliseconds