Home
last modified time | relevance | path

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

/PHP-8.3/ext/soap/
H A Dphp_sdl.c1833 zval *type_num; in sdl_serialize_type_ref() local
1834 if ((type_num = zend_hash_str_find(tmp_types, (char*)&type, sizeof(type))) != NULL) { in sdl_serialize_type_ref()
1835 WSDL_CACHE_PUT_INT(Z_LVAL_P(type_num), out); in sdl_serialize_type_ref()
2116 int type_num = 1; in add_sdl_to_cache() local
2157 ZVAL_LONG(&zv, type_num); in add_sdl_to_cache()
2159 ++type_num; in add_sdl_to_cache()
2174 ZVAL_LONG(&zv, type_num); in add_sdl_to_cache()
2176 ++type_num; in add_sdl_to_cache()
2191 ZVAL_LONG(&zv, type_num); in add_sdl_to_cache()
2193 ++type_num; in add_sdl_to_cache()

Completed in 17 milliseconds