Home
last modified time | relevance | path

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

/PHP-7.3/ext/soap/
H A Dphp_sdl.c1821 zval *type_num; in sdl_serialize_type_ref() local
1822 if ((type_num = zend_hash_str_find(tmp_types, (char*)&type, sizeof(type))) != NULL) { in sdl_serialize_type_ref()
1823 WSDL_CACHE_PUT_INT(Z_LVAL_P(type_num), out); in sdl_serialize_type_ref()
2104 int type_num = 1; in add_sdl_to_cache() local
2145 ZVAL_LONG(&zv, type_num); in add_sdl_to_cache()
2147 ++type_num; in add_sdl_to_cache()
2162 ZVAL_LONG(&zv, type_num); in add_sdl_to_cache()
2164 ++type_num; in add_sdl_to_cache()
2179 ZVAL_LONG(&zv, type_num); in add_sdl_to_cache()
2181 ++type_num; in add_sdl_to_cache()

Completed in 17 milliseconds