sdl_serialize_resriction_int 1932 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->minExclusive,out);
sdl_serialize_resriction_int 1933 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->minInclusive,out);
sdl_serialize_resriction_int 1934 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->maxExclusive,out);
sdl_serialize_resriction_int 1935 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->maxInclusive,out);
sdl_serialize_resriction_int 1936 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->totalDigits,out);
sdl_serialize_resriction_int 1937 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->fractionDigits,out);
sdl_serialize_resriction_int 1938 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->length,out);
sdl_serialize_resriction_int 1939 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->minLength,out);
sdl_serialize_resriction_int 1940 ext/soap/php_sdl.c 		sdl_serialize_resriction_int(type->restrictions->maxLength,out);