Searched refs:typemap_ht (Results 1 – 1 of 1) sorted by relevance
788 HashTable *typemap_ht = NULL; in PHP_METHOD() local850 typemap_ht = Z_ARRVAL_P(tmp); in PHP_METHOD()894 if (typemap_ht) { in PHP_METHOD()895 service->typemap = soap_create_typemap(service->sdl, typemap_ht); in PHP_METHOD()1874 HashTable *typemap_ht = NULL; local2019 typemap_ht = Z_ARRVAL_P(tmp);2082 if (typemap_ht) {2083 HashTable *typemap = soap_create_typemap(sdl, typemap_ht);
Completed in 13 milliseconds