Home
last modified time | relevance | path

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

/PHP-8.1/ext/soap/
H A Dphp_schema.c656 if (cur_type->restrictions == NULL) { in schema_restriction_simpleContent()
697 if (cur_type->restrictions->enumeration == NULL) { in schema_restriction_simpleContent()
2402 if (type->restrictions) { in delete_type()
2414 if (type->restrictions->enumeration) { in delete_type()
2415 zend_hash_destroy(type->restrictions->enumeration); in delete_type()
2416 efree(type->restrictions->enumeration); in delete_type()
2418 efree(type->restrictions); in delete_type()
2449 if (type->restrictions) { in delete_type_persistent()
2461 if (type->restrictions->enumeration) { in delete_type_persistent()
2463 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()
2740 if (ptype->restrictions) { in make_persistent_sdl_type()
2743 *ptype->restrictions = *type->restrictions; in make_persistent_sdl_type()
2757 if (ptype->restrictions->totalDigits) { in make_persistent_sdl_type()
2763 if (ptype->restrictions->length) { in make_persistent_sdl_type()
2766 if (ptype->restrictions->minLength) { in make_persistent_sdl_type()
2769 if (ptype->restrictions->maxLength) { in make_persistent_sdl_type()
2772 if (ptype->restrictions->whiteSpace) { in make_persistent_sdl_type()
2775 if (ptype->restrictions->pattern) { in make_persistent_sdl_type()
[all …]
H A Dphp_sdl.h203 sdlRestrictionsPtr restrictions; member
/PHP-8.1/ext/standard/tests/class_object/
H A Dget_object_vars_variation_005.phpt10 // Using ArrayObject here to get around property name restrictions
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_083.phpt2 Test array promotion does not violate type restrictions
/PHP-8.1/ext/bcmath/libbcmath/
H A DREADME.md11 less restrictions on the use of them.
H A DLICENSE36 To protect your rights, we need to make restrictions that forbid
38 rights. These restrictions translate to certain responsibilities for
331 restrictions of other proprietary libraries that do not normally
373 restrictions on the recipients' exercise of the rights granted herein.
/PHP-8.1/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-8.1/
H A DUPGRADING23 . Access to the $GLOBALS array is now subject to a number of restrictions.
H A DREADME.REDIST.BINS310 freely, subject to the following restrictions:

Completed in 33 milliseconds