schema_restriction_var_int   43 ext/soap/php_schema.c static int schema_restriction_var_int(xmlNodePtr val, sdlRestrictionIntPtr *valptr);
schema_restriction_var_int  670 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->minExclusive);
schema_restriction_var_int  672 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->minInclusive);
schema_restriction_var_int  674 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->maxExclusive);
schema_restriction_var_int  676 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->maxInclusive);
schema_restriction_var_int  678 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->totalDigits);
schema_restriction_var_int  680 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->fractionDigits);
schema_restriction_var_int  682 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->length);
schema_restriction_var_int  684 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->minLength);
schema_restriction_var_int  686 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->maxLength);