delete_restriction_var_int 2412 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->minExclusive);
delete_restriction_var_int 2413 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->minInclusive);
delete_restriction_var_int 2414 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->maxExclusive);
delete_restriction_var_int 2415 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->maxInclusive);
delete_restriction_var_int 2416 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->totalDigits);
delete_restriction_var_int 2417 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->fractionDigits);
delete_restriction_var_int 2418 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->length);
delete_restriction_var_int 2419 ext/soap/php_schema.c 		delete_restriction_var_int(&type->restrictions->minLength);
delete_restriction_var_int 2420 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);