Home
last modified time | relevance | path

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

/PHP-7.4/ext/soap/
H A Dphp_sdl.c1830 zval *type_num; in sdl_serialize_type_ref() local
1831 if ((type_num = zend_hash_str_find(tmp_types, (char*)&type, sizeof(type))) != NULL) { in sdl_serialize_type_ref()
1832 WSDL_CACHE_PUT_INT(Z_LVAL_P(type_num), out); in sdl_serialize_type_ref()
2113 int type_num = 1; in add_sdl_to_cache() local
2154 ZVAL_LONG(&zv, type_num); in add_sdl_to_cache()
2156 ++type_num; in add_sdl_to_cache()
2171 ZVAL_LONG(&zv, type_num); in add_sdl_to_cache()
2173 ++type_num; in add_sdl_to_cache()
2188 ZVAL_LONG(&zv, type_num); in add_sdl_to_cache()
2190 ++type_num; in add_sdl_to_cache()

Completed in 10 milliseconds