Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_schema.c657 if (cur_type->restrictions == NULL) { in schema_restriction_simpleContent()
698 if (cur_type->restrictions->enumeration == NULL) { in schema_restriction_simpleContent()
2411 if (type->restrictions) { in delete_type()
2423 if (type->restrictions->enumeration) { in delete_type()
2424 zend_hash_destroy(type->restrictions->enumeration); in delete_type()
2425 efree(type->restrictions->enumeration); in delete_type()
2427 efree(type->restrictions); in delete_type()
2458 if (type->restrictions) { in delete_type_persistent()
2470 if (type->restrictions->enumeration) { in delete_type_persistent()
2472 free(type->restrictions->enumeration); in delete_type_persistent()
[all …]
H A Dphp_sdl.c1941 if (type->restrictions) { in sdl_serialize_type()
1954 if (type->restrictions->enumeration) { in sdl_serialize_type()
2752 if (ptype->restrictions) { in make_persistent_sdl_type()
2755 *ptype->restrictions = *type->restrictions; in make_persistent_sdl_type()
2769 if (ptype->restrictions->totalDigits) { in make_persistent_sdl_type()
2775 if (ptype->restrictions->length) { in make_persistent_sdl_type()
2778 if (ptype->restrictions->minLength) { in make_persistent_sdl_type()
2781 if (ptype->restrictions->maxLength) { in make_persistent_sdl_type()
2784 if (ptype->restrictions->whiteSpace) { in make_persistent_sdl_type()
2787 if (ptype->restrictions->pattern) { in make_persistent_sdl_type()
[all …]
H A Dphp_sdl.h206 sdlRestrictionsPtr restrictions; member
/PHP-5.5/ext/bcmath/libbcmath/
H A DREADME6 larger context with less restrictions on the use of them.
/PHP-5.5/ext/ereg/regex/
H A DCOPYRIGHT7 to the following restrictions:
/PHP-5.5/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt10 die("skip mysqlnd only, libmysql does not know about open_basedir restrictions");
/PHP-5.5/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-5.5/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-5.5/
H A DREADME.REDIST.BINS241 freely, subject to the following restrictions:
H A DNEWS5019 - Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command).
5562 restrictions). (Ilia)
/PHP-5.5/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-5.5/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 178 milliseconds