Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_sdl.h74 HashTable portTypes; /* array of xmlNodePtr */ member
H A Dphp_sdl.c416 …if (zend_hash_add(&ctx->portTypes, (char*)name->children->content, xmlStrlen(name->children->conte… in load_wsdl_ex()
745 zend_hash_init(&ctx.portTypes, 0, NULL, NULL, 0); in load_wsdl()
898 if (zend_hash_find(&ctx.portTypes, ctype, strlen(ctype)+1, (void**)&tmp) != SUCCESS) { in load_wsdl()
1176 zend_hash_destroy(&ctx.portTypes); in load_wsdl()

Completed in 16 milliseconds