Home
last modified time | relevance | path

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

/PHP-8.0/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()
2395 if (type->restrictions) { in delete_type()
2407 if (type->restrictions->enumeration) { in delete_type()
2408 zend_hash_destroy(type->restrictions->enumeration); in delete_type()
2409 efree(type->restrictions->enumeration); in delete_type()
2411 efree(type->restrictions); in delete_type()
2442 if (type->restrictions) { in delete_type_persistent()
2454 if (type->restrictions->enumeration) { in delete_type_persistent()
2456 free(type->restrictions->enumeration); in delete_type_persistent()
[all …]
H A Dphp_sdl.c1938 if (type->restrictions) { in sdl_serialize_type()
1951 if (type->restrictions->enumeration) { in sdl_serialize_type()
2729 if (ptype->restrictions) { in make_persistent_sdl_type()
2732 *ptype->restrictions = *type->restrictions; in make_persistent_sdl_type()
2746 if (ptype->restrictions->totalDigits) { in make_persistent_sdl_type()
2752 if (ptype->restrictions->length) { in make_persistent_sdl_type()
2755 if (ptype->restrictions->minLength) { in make_persistent_sdl_type()
2758 if (ptype->restrictions->maxLength) { in make_persistent_sdl_type()
2761 if (ptype->restrictions->whiteSpace) { in make_persistent_sdl_type()
2764 if (ptype->restrictions->pattern) { in make_persistent_sdl_type()
[all …]
H A Dphp_sdl.h203 sdlRestrictionsPtr restrictions; member
/PHP-8.0/ext/standard/tests/class_object/
H A Dget_object_vars_variation_005.phpt10 // Using ArrayObject here to get around property name restrictions
/PHP-8.0/Zend/tests/type_declarations/
H A Dtyped_properties_083.phpt2 Test array promotion does not violate type restrictions
/PHP-8.0/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.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-8.0/
H A DREADME.REDIST.BINS309 freely, subject to the following restrictions:

Completed in 36 milliseconds