Searched defs:fixed (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_5/ext/soap/ | ||
| H A D | php_schema.c | 805 xmlAttrPtr fixed, value; local 812 fixed = get_attribute(val->properties, "fixed"); 813 (*valptr)->fixed = FALSE; 814 if (fixed != NULL) { 815 if (!strncmp((char*)fixed->children->content, "true", sizeof("true")) || 816 !strncmp((char*)fixed->children->content, "1", sizeof("1"))) 817 (*valptr)->fixed = TRUE; 832 xmlAttrPtr fixed, value; local 839 fixed [all...] |
| H A D | php_sdl.h | 129 char fixed; member in struct:_sdlRestrictionInt 134 char fixed; member in struct:_sdlRestrictionChar 210 char *fixed; member in struct:_sdlType 249 char *fixed; member in struct:_sdlAttribute |
Completed in 10 milliseconds