delete_restriction_var_int 2365 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->minExclusive);
delete_restriction_var_int 2366 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->minInclusive);
delete_restriction_var_int 2367 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->maxExclusive);
delete_restriction_var_int 2368 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->maxInclusive);
delete_restriction_var_int 2369 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->totalDigits);
delete_restriction_var_int 2370 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->fractionDigits);
delete_restriction_var_int 2371 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->length);
delete_restriction_var_int 2372 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->minLength);
delete_restriction_var_int 2373 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->maxLength);
delete_restriction_var_int   36 ext/soap/php_schema.h void delete_restriction_var_int(void *rvi);