Searched refs:sdl_serialize_resriction_int (Results 1 – 1 of 1) sorted by relevance
/PHP-8.1/ext/soap/ |
H A D | php_sdl.c | 1904 static void sdl_serialize_resriction_int(sdlRestrictionIntPtr x, smart_str *out) in sdl_serialize_resriction_int() function 1943 sdl_serialize_resriction_int(type->restrictions->minExclusive,out); in sdl_serialize_type() 1944 sdl_serialize_resriction_int(type->restrictions->minInclusive,out); in sdl_serialize_type() 1945 sdl_serialize_resriction_int(type->restrictions->maxExclusive,out); in sdl_serialize_type() 1946 sdl_serialize_resriction_int(type->restrictions->maxInclusive,out); in sdl_serialize_type() 1947 sdl_serialize_resriction_int(type->restrictions->totalDigits,out); in sdl_serialize_type() 1948 sdl_serialize_resriction_int(type->restrictions->fractionDigits,out); in sdl_serialize_type() 1949 sdl_serialize_resriction_int(type->restrictions->length,out); in sdl_serialize_type() 1950 sdl_serialize_resriction_int(type->restrictions->minLength,out); in sdl_serialize_type() 1951 sdl_serialize_resriction_int(type->restrictions->maxLength,out); in sdl_serialize_type()
|
Completed in 37 milliseconds