schema_restriction_var_int   43 ext/soap/php_schema.c static int schema_restriction_var_int(xmlNodePtr val, sdlRestrictionIntPtr *valptr);
schema_restriction_var_int  673 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->minExclusive);
schema_restriction_var_int  675 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->minInclusive);
schema_restriction_var_int  677 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->maxExclusive);
schema_restriction_var_int  679 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->maxInclusive);
schema_restriction_var_int  681 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->totalDigits);
schema_restriction_var_int  683 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->fractionDigits);
schema_restriction_var_int  685 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->length);
schema_restriction_var_int  687 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->minLength);
schema_restriction_var_int  689 ext/soap/php_schema.c 			schema_restriction_var_int(trav, &cur_type->restrictions->maxLength);