Home
last modified time | relevance | path

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

/PHP-7.1/ext/soap/
H A Dphp_sdl.c1820 zval *type_num; in sdl_serialize_type_ref() local
1821 if ((type_num = zend_hash_str_find(tmp_types, (char*)&type, sizeof(type))) != NULL) { in sdl_serialize_type_ref()
1822 WSDL_CACHE_PUT_INT(Z_LVAL_P(type_num), out); in sdl_serialize_type_ref()
2103 int type_num = 1; in add_sdl_to_cache() local
2144 ZVAL_LONG(&zv, type_num); in add_sdl_to_cache()
2146 ++type_num; in add_sdl_to_cache()
2161 ZVAL_LONG(&zv, type_num); in add_sdl_to_cache()
2163 ++type_num; in add_sdl_to_cache()
2178 ZVAL_LONG(&zv, type_num); in add_sdl_to_cache()
2180 ++type_num; in add_sdl_to_cache()

Completed in 12 milliseconds