Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-7.4/ext/reflection/tests/
H A Dtraits002.phpt24 - Static properties [0] {
43 - Static properties [0] {
H A DReflectionClass_getDefaultProperties_001.phpt69 echo "\n\n---- Static properties in $class ----\n";
71 echo "\n\n---- Default properties in $class ----\n";
77 ---- Static properties in A ----
89 ---- Default properties in A ----
107 ---- Static properties in B ----
121 ---- Default properties in B ----
143 ---- Static properties in C ----
156 ---- Default properties in C ----
176 ---- Static properties in X ----
185 ---- Default properties in X ----
H A DReflectionObject_export_basic3.phpt23 - Static properties [0] {
32 - Dynamic properties [0] {
H A DReflectionClass_export_basic2.phpt22 - Static properties [1] {
43 - Static properties [0] {
H A Dtraits001.phpt31 - Static properties [0] {
52 - Static properties [0] {
H A Dbug45765.phpt37 - Static properties [0] {
46 - Dynamic properties [0] {
/PHP-7.4/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-7.4/ext/date/tests/
H A DDateTime_clone_basic3.phpt13 echo "\n-- Add some properties --\n";
20 echo "\n-- Add some more properties --\n";
42 -- Add some properties --
70 -- 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-7.4/ext/mysqli/tests/
H A Dreflection_tools.inc31 if ($properties = $class->getProperties()) {
33 foreach ($properties as $prop)
41 if ($properties = $class->getDefaultProperties()) {
42 ksort($properties, SORT_STRING);
43 foreach ($properties as $name => $v)
47 if ($properties = $class->getStaticProperties()) {
48 ksort($properties, SORT_STRING);
49 foreach ($properties as $name => $v)
H A Dmysqli_class_mysqli_driver_interface.phpt51 printf("\nMagic, magic properties:\n");
81 printf("\nAccess to undefined properties:\n");
109 Magic, magic properties:
117 Access to undefined properties:
/PHP-7.4/Zend/tests/
H A Dbug50146.phpt2 Bug #50146 (property_exists: Closure object cannot have properties)
20 Fatal error: Uncaught Error: Closure object cannot have properties in %s:%d
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 Dbug60536_002.phpt2 The same rules are applied for properties that are defined in the class hierarchy. Thus, if the pro…
/PHP-7.4/ext/spl/tests/
H A Dheap_004.phpt61 Exception: Heap is corrupted, heap properties are no longer ensured.
62 Exception: Heap is corrupted, heap properties are no longer ensured.
63 Exception: Heap is corrupted, heap properties are no longer ensured.
H A Dpqueue_002.phpt61 Exception: Heap is corrupted, heap properties are no longer ensured.
62 Exception: Heap is corrupted, heap properties are no longer ensured.
63 Exception: Heap is corrupted, heap properties are no longer ensured.
/PHP-7.4/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";
133 Adding properties to an an object.
183 Adding properties to an an object, using &$value.
233 Removing properties from an object.
242 Removing properties from an object, using &$value.
/PHP-7.4/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…
/PHP-7.4/ext/standard/tests/general_functions/
H A Dvar_export_basic9.phpt2 Bug #55082: var_export() doesn't escape properties properly
/PHP-7.4/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
28 - Static properties [0] {
/PHP-7.4/ext/standard/tests/array/
H A Dvar_export.phpt2 var_export() and objects with numeric indexes properties

Completed in 31 milliseconds

12345678910>>...14