Home
last modified time | relevance | path

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

/PHP-5.3/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()
2367 if (type->restrictions) { in delete_type()
2379 if (type->restrictions->enumeration) { in delete_type()
2380 zend_hash_destroy(type->restrictions->enumeration); in delete_type()
2381 efree(type->restrictions->enumeration); in delete_type()
2383 efree(type->restrictions); in delete_type()
2414 if (type->restrictions) { in delete_type_persistent()
2426 if (type->restrictions->enumeration) { in delete_type_persistent()
2428 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()
2751 if (ptype->restrictions) { in make_persistent_sdl_type()
2754 *ptype->restrictions = *type->restrictions; in make_persistent_sdl_type()
2768 if (ptype->restrictions->totalDigits) { in make_persistent_sdl_type()
2774 if (ptype->restrictions->length) { in make_persistent_sdl_type()
2777 if (ptype->restrictions->minLength) { in make_persistent_sdl_type()
2780 if (ptype->restrictions->maxLength) { in make_persistent_sdl_type()
2783 if (ptype->restrictions->whiteSpace) { in make_persistent_sdl_type()
2786 if (ptype->restrictions->pattern) { in make_persistent_sdl_type()
[all …]
H A Dphp_sdl.h206 sdlRestrictionsPtr restrictions; member
/PHP-5.3/ext/bcmath/libbcmath/
H A DREADME6 larger context with less restrictions on the use of them.
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler_openbasedir.phpt2 mysqli_set_local_infile_handler() - open basedir restrictions
6 die("skip open_basedir restrictions forbid opening include files");
/PHP-5.3/ext/ereg/regex/
H A DCOPYRIGHT7 to the following restrictions:
/PHP-5.3/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt15 die("skip mysqlnd only, libmysql does not know about open_basedir restrictions");
/PHP-5.3/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.3/
H A DUPGRADING285 open_basedir restrictions apply, unless "/tmp" is explicitly added to
343 - Runtime tightening of open_basedir restrictions is now possible.
H A DREADME.REDIST.BINS241 freely, subject to the following restrictions:
H A DNEWS1969 - Fixed bug #52010 (open_basedir restrictions mismatch on vacuum command).
2512 restrictions). (Ilia)
/PHP-5.3/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.3/ext/pcre/pcrelib/
H A DNEWS436 3. It is possible, with some restrictions on the content of the regex, to
H A DChangeLog1360 9. The restrictions on what a pattern can contain when partial matching is
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2788 restrictions that previously applied to partial matching have been
3531 onwards, there are no restrictions on partial matching.
8430 used with all patterns. From release 8.00 onwards, the restrictions no
8436 not conform to the restrictions, pcre_exec() returned the error code

Completed in 107 milliseconds