Searched refs:typemap_ht (Results 1 – 1 of 1) sorted by relevance
1114 HashTable *typemap_ht = NULL; in PHP_METHOD() local1177 typemap_ht = Z_ARRVAL_P(tmp); in PHP_METHOD()1221 if (typemap_ht) { in PHP_METHOD()1222 service->typemap = soap_create_typemap(service->sdl, typemap_ht); in PHP_METHOD()2284 HashTable *typemap_ht = NULL; local2430 typemap_ht = Z_ARRVAL_P(tmp);2493 if (typemap_ht) {2494 HashTable *typemap = soap_create_typemap(sdl, typemap_ht);
Completed in 19 milliseconds