Home
last modified time | relevance | path

Searched refs:properties (Results 26 – 50 of 357) sorted by relevance

12345678910>>...15

/PHP-8.1/ext/date/tests/
H A DDateTime_clone_basic3.phpt13 echo "\n-- Add some properties --\n";
20 echo "\n-- Add some more properties --\n";
41 -- Add some properties --
69 -- Add some more properties --
H A DDatePeriod_properties2.phpt2 DatePeriod: Test cannot modify read only properties
10 $properties = [
19 foreach ($properties as $property) {
H A Dbug65672.phpt17 # Ensure we can modify properties (retrieve for write)
26 # Ensure we can modify properties (retrieve for write)
/PHP-8.1/ext/reflection/tests/
H A Dtraits002.phpt24 - Static properties [0] {
43 - Static properties [0] {
H A DReflectionObject_export_basic3.phpt23 - Static properties [0] {
32 - Dynamic properties [0] {
H A Dtraits001.phpt32 - Static properties [0] {
53 - Static properties [0] {
H A DReflectionClass_export_basic2.phpt24 - Static properties [1] {
47 - Static properties [0] {
H A Dconstructor_promotion.phpt2 Using Reflection on promoted properties
40 - Static properties [0] {
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_009.phpt2 Test typed properties unset leaves properties in an uninitialized state
H A Dtyped_properties_026.phpt2 Test typed properties inherit traits with typed properties
H A Dtyped_properties_095.phpt2 Typed properties in internal classes
8 // Internal typed properties
49 // Static internal typed properties
/PHP-8.1/Zend/tests/enum/
H A Dtraits-no-properties.phpt2 Enum cannot have properties, even via traits
25 Fatal error: Enum "Suit" may not include properties in %s on line %d
/PHP-8.1/Zend/tests/
H A Dctor_promotion_untyped_default.phpt2 Bug #79867: Promoted untyped properties should get null default value
16 // properties will not be initialized.
H A DbugGH-8655.phpt10 function hydrate($properties, $object)
12 foreach ($properties as $name => &$value) {
H A Dobjects_033.phpt6 // PHP4-5.3 object semantics had child properties added to an
8 // As of PHP 5.4 we use a packed C array to hold properties
11 // of materializing the properties shadow HashTable which
H A Dbug74657.phpt2 Bug #74657 (Undefined constants in array properties result in broken properties)
H A Dctor_promotion_mixing.phpt2 Constructor promotiong mixed with other properties, parameters and code
33 - Static properties [0] {
H A Dbug60536_002.phpt2 The same rules are applied for properties that are defined in the class hierarchy. Thus, if the pro…
/PHP-8.1/ext/xmlreader/tests/
H A Dbug81521.phpt20 Cannot access parser properties before loading data
21 Cannot access parser properties before loading data
/PHP-8.1/ext/spl/tests/
H A Dheap_004.phpt59 Exception: Heap is corrupted, heap properties are no longer ensured.
60 Exception: Heap is corrupted, heap properties are no longer ensured.
61 Exception: Heap is corrupted, heap properties are no longer ensured.
H A Dpqueue_002.phpt59 Exception: Heap is corrupted, heap properties are no longer ensured.
60 Exception: Heap is corrupted, heap properties are no longer ensured.
61 Exception: Heap is corrupted, heap properties are no longer ensured.
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_interface.phpt47 printf("\nMagic, magic properties:\n");
74 printf("\nAccess to undefined properties:\n");
97 Magic, magic properties:
106 Access to undefined properties:
/PHP-8.1/Zend/tests/readonly_props/
H A Dserialization.phpt2 Serialization of readonly properties
15 // Readonly properties receive no special handling.
/PHP-8.1/tests/lang/
H A DforeachLoopObjects.003.phpt37 echo "\nAdding properties to an an object.\n";
51 echo "\nAdding properties to an an object, using &\$value.\n";
65 echo "\nRemoving properties from an object.\n";
75 echo "\nRemoving properties from an object, using &\$value.\n";
132 Adding properties to an an object.
182 Adding properties to an an object, using &$value.
232 Removing properties from an object.
241 Removing properties from an object, using &$value.
/PHP-8.1/Zend/tests/traits/
H A Dproperty005.phpt2 The same rules are applied for properties that are defined in the class hierarchy. Thus, if the pro…

Completed in 1302 milliseconds

12345678910>>...15