sdl_serialize_resriction_int 1834 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->minExclusive,out);
sdl_serialize_resriction_int 1835 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->minInclusive,out);
sdl_serialize_resriction_int 1836 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->maxExclusive,out);
sdl_serialize_resriction_int 1837 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->maxInclusive,out);
sdl_serialize_resriction_int 1838 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->totalDigits,out);
sdl_serialize_resriction_int 1839 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->fractionDigits,out);
sdl_serialize_resriction_int 1840 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->length,out);
sdl_serialize_resriction_int 1841 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->minLength,out);
sdl_serialize_resriction_int 1842 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->maxLength,out);