Home
last modified time | relevance | path

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

/PHP-8.2/ext/soap/
H A Dphp_schema.c677 if (cur_type->restrictions == NULL) { in schema_restriction_simpleContent()
718 if (cur_type->restrictions->enumeration == NULL) { in schema_restriction_simpleContent()
2423 if (type->restrictions) { in delete_type()
2435 if (type->restrictions->enumeration) { in delete_type()
2436 zend_hash_destroy(type->restrictions->enumeration); in delete_type()
2437 efree(type->restrictions->enumeration); in delete_type()
2439 efree(type->restrictions); in delete_type()
2470 if (type->restrictions) { in delete_type_persistent()
2482 if (type->restrictions->enumeration) { in delete_type_persistent()
2484 free(type->restrictions->enumeration); in delete_type_persistent()
[all …]
H A Dphp_sdl.c1943 if (type->restrictions) { in sdl_serialize_type()
1956 if (type->restrictions->enumeration) { in sdl_serialize_type()
2744 if (ptype->restrictions) { in make_persistent_sdl_type()
2747 *ptype->restrictions = *type->restrictions; in make_persistent_sdl_type()
2761 if (ptype->restrictions->totalDigits) { in make_persistent_sdl_type()
2767 if (ptype->restrictions->length) { in make_persistent_sdl_type()
2770 if (ptype->restrictions->minLength) { in make_persistent_sdl_type()
2773 if (ptype->restrictions->maxLength) { in make_persistent_sdl_type()
2776 if (ptype->restrictions->whiteSpace) { in make_persistent_sdl_type()
2779 if (ptype->restrictions->pattern) { in make_persistent_sdl_type()
[all …]
H A Dphp_sdl.h203 sdlRestrictionsPtr restrictions; member
/PHP-8.2/ext/standard/tests/class_object/
H A Dget_object_vars_variation_005.phpt10 // Using ArrayObject here to get around property name restrictions
/PHP-8.2/Zend/tests/type_declarations/
H A Dtyped_properties_083.phpt2 Test array promotion does not violate type restrictions
/PHP-8.2/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.2/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.2/
H A DREADME.REDIST.BINS311 freely, subject to the following restrictions:

Completed in 49 milliseconds