Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/
H A Dphp_sdl.c1831 zval *type_num; in sdl_serialize_type_ref() local
1832 if ((type_num = zend_hash_str_find(tmp_types, (char*)&type, sizeof(type))) != NULL) { in sdl_serialize_type_ref()
1833 WSDL_CACHE_PUT_INT(Z_LVAL_P(type_num), out); in sdl_serialize_type_ref()
2114 int type_num = 1; in add_sdl_to_cache() local
2155 ZVAL_LONG(&zv, type_num); in add_sdl_to_cache()
2157 ++type_num; in add_sdl_to_cache()
2172 ZVAL_LONG(&zv, type_num); in add_sdl_to_cache()
2174 ++type_num; in add_sdl_to_cache()
2189 ZVAL_LONG(&zv, type_num); in add_sdl_to_cache()
2191 ++type_num; in add_sdl_to_cache()

Completed in 12 milliseconds