Home
last modified time | relevance | path

Searched refs:restrictions (Results 1 – 11 of 11) sorted by relevance

/PHP-7.0/ext/soap/
H A Dphp_schema.c659 if (cur_type->restrictions == NULL) { in schema_restriction_simpleContent()
700 if (cur_type->restrictions->enumeration == NULL) { in schema_restriction_simpleContent()
2399 if (type->restrictions) { in delete_type()
2411 if (type->restrictions->enumeration) { in delete_type()
2412 zend_hash_destroy(type->restrictions->enumeration); in delete_type()
2413 efree(type->restrictions->enumeration); in delete_type()
2415 efree(type->restrictions); in delete_type()
2446 if (type->restrictions) { in delete_type_persistent()
2458 if (type->restrictions->enumeration) { in delete_type_persistent()
2460 free(type->restrictions->enumeration); in delete_type_persistent()
[all …]
H A Dphp_sdl.c1930 if (type->restrictions) { in sdl_serialize_type()
1943 if (type->restrictions->enumeration) { in sdl_serialize_type()
2727 if (ptype->restrictions) { in make_persistent_sdl_type()
2730 *ptype->restrictions = *type->restrictions; in make_persistent_sdl_type()
2744 if (ptype->restrictions->totalDigits) { in make_persistent_sdl_type()
2750 if (ptype->restrictions->length) { in make_persistent_sdl_type()
2753 if (ptype->restrictions->minLength) { in make_persistent_sdl_type()
2756 if (ptype->restrictions->maxLength) { in make_persistent_sdl_type()
2759 if (ptype->restrictions->whiteSpace) { in make_persistent_sdl_type()
2762 if (ptype->restrictions->pattern) { in make_persistent_sdl_type()
[all …]
H A Dphp_sdl.h206 sdlRestrictionsPtr restrictions; member
/PHP-7.0/ext/bcmath/libbcmath/
H A DREADME6 larger context with less restrictions on the use of them.
/PHP-7.0/ext/mbstring/libmbfl/
H A DLICENSE35 To protect your rights, we need to make restrictions that forbid
37 rights. These restrictions translate to certain responsibilities for
328 restrictions of other proprietary libraries that do not normally
370 restrictions on the recipients' exercise of the rights granted herein.
/PHP-7.0/ext/mbstring/
H A DREADME_PHP3-i18n-ja50 copyright holders restrictions, you are not allowed to use it in any
57 allowed to be redistributed with certain restrictions.
/PHP-7.0/
H A DREADME.REDIST.BINS216 freely, subject to the following restrictions:
H A DUPGRADING649 platform restrictions dead locks on pipe buffers are possible.
/PHP-7.0/ext/pcre/pcrelib/
H A DNEWS541 3. It is possible, with some restrictions on the content of the regex, to
H A DChangeLog2296 9. The restrictions on what a pattern can contain when partial matching is
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt2960 restrictions that previously applied to partial matching have been
3696 onwards, there are no restrictions on partial matching.
8938 used with all patterns. From release 8.00 onwards, the restrictions no
8944 not conform to the restrictions, pcre_exec() returned the error code

Completed in 101 milliseconds