Home
last modified time | relevance | path

Searched refs:property (Results 51 – 75 of 727) sorted by relevance

12345678910>>...30

/PHP-8.3/Zend/tests/type_declarations/union_types/
H A Dincdec_prop.phpt2 Increment/decrement a typed property with int|float type
11 /* Incrementing a int|float property past int min/max is legal */
51 /* Incrementing a non-int|float property past int min/max is an error,
125 Cannot increment property Test::$prop2 of type int|bool past its maximal value
126 Cannot increment property Test::$prop2 of type int|bool past its maximal value
127 Cannot decrement property Test::$prop2 of type int|bool past its minimal value
128 Cannot decrement property Test::$prop2 of type int|bool past its minimal value
129 Cannot increment a reference held by property Test::$prop2 of type int|bool past its maximal value
130 Cannot increment a reference held by property Test::$prop2 of type int|bool past its maximal value
131 Cannot decrement a reference held by property Test::$prop2 of type int|bool past its minimal value
[all …]
/PHP-8.3/ext/reflection/tests/
H A DReflectionProperty_constructor_error.phpt18 echo "\n\nWrong property parameter type:\n";
26 echo "\n\nNon-existent property:\n";
39 Wrong property parameter type:
42 Non-existent property:
H A Dbug79683.phpt24 $property = $reflector->getProperty('prop2');
25 $property->setAccessible(true);
26 $property->setValue($b, new A());
/PHP-8.3/ext/random/tests/03_randomizer/
H A Dconstruct_twice.phpt2 Random: Randomizer: Calling __construct() fails due to readonly $engine property
47 Cannot modify readonly property Random\Randomizer::$engine
48 Cannot modify readonly property Random\Randomizer::$engine
49 Cannot modify readonly property Random\Randomizer::$engine
50 Cannot modify readonly property Random\Randomizer::$engine
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_063.phpt2 Typed property on by-ref variable
66 Cannot assign string to reference held by property class@anonymous::$foo of type int
70 Cannot decrement a reference held by property class@anonymous::$foo of type int past its minimal va…
72 Cannot decrement a reference held by property class@anonymous::$foo of type int past its minimal va…
74 Cannot increment a reference held by property class@anonymous::$foo of type int past its maximal va…
76 Cannot increment a reference held by property class@anonymous::$foo of type int past its maximal va…
78 Cannot assign array to reference held by property class@anonymous::$foo of type int
H A Dtyped_properties_064.phpt2 Typed property on by-ref array value
66 Cannot assign string to reference held by property class@anonymous::$foo of type int
70 Cannot decrement a reference held by property class@anonymous::$foo of type int past its minimal va…
72 Cannot decrement a reference held by property class@anonymous::$foo of type int past its minimal va…
74 Cannot increment a reference held by property class@anonymous::$foo of type int past its maximal va…
76 Cannot increment a reference held by property class@anonymous::$foo of type int past its maximal va…
78 Cannot assign array to reference held by property class@anonymous::$foo of type int
H A Dtyped_properties_083.phpt63 string(71) "Cannot auto-initialize an array inside property Foo::$p of type ?string"
64 string(65) "Typed property Foo::$p must not be accessed before initialization"
65 string(71) "Cannot auto-initialize an array inside property Foo::$p of type ?string"
71 string(71) "Cannot auto-initialize an array inside property Foo::$s of type ?string"
72 string(72) "Typed static property Foo::$s must not be accessed before initialization"
77 string(91) "Cannot auto-initialize an array inside a reference held by property Foo::$p of type ?st…
79 string(91) "Cannot auto-initialize an array inside a reference held by property Foo::$p of type ?st…
H A Dtyped_properties_044.phpt2 Test increment functions on typed property references
55 Cannot increment a reference held by property class@anonymous::$bar of type ?int past its maximal v…
56 Cannot increment a reference held by property class@anonymous::$bar of type ?int past its maximal v…
57 Cannot decrement a reference held by property class@anonymous::$bar of type ?int past its minimal v…
58 Cannot decrement a reference held by property class@anonymous::$bar of type ?int past its minimal v…
H A Dtyped_properties_075.phpt46 string(70) "Cannot increment property Foo::$bar of type int past its maximal value"
48 string(53) "Cannot assign float to property Foo::$bar of type int"
50 string(70) "Cannot increment property Foo::$bar of type int past its maximal value"
52 string(53) "Cannot assign float to property Foo::$bar of type int"
/PHP-8.3/Zend/tests/
H A Dbug30451.phpt8 protected static $property = TRUE;
23 var_dump(self::$property);
24 var_dump(parent::$property);
H A Dbug21888.phpt2 Bug #21888 (protected property and protected method of the same name)
7 protected $prot = "protected property\n";
32 protected property
H A Dbug78810.phpt2 Bug #78810: RW fetches do not throw "uninitialized property" exception
24 Typed property Test::$i must not be accessed before initialization
25 Typed property Test::$i must not be accessed before initialization
H A Dbug75921.phpt48 Attempt to assign property "a" on null
52 Attempt to modify property "a" on null
56 Attempt to modify property "a" on null
60 Attempt to modify property "a" on null
64 Attempt to modify property "a" on null
H A Dbug63462.phpt2 …st script to verify that magic methods should be called only once when accessing an unset property.
56 Warning: Undefined property: Test::$nonExisting in %s on line %d
59 Warning: Undefined property: Test::$publicProperty in %s on line %d
62 Warning: Undefined property: Test::$protectedProperty in %s on line %d
65 Warning: Undefined property: Test::$privateProperty in %s on line %d
H A Dbug78531.phpt28 Attempt to assign property "a" on null
31 Attempt to increment/decrement property "a" on null
34 Attempt to increment/decrement property "a" on null
37 Attempt to modify property "a" on null
/PHP-8.3/ext/mysqli/tests/
H A Dwrite_property_strict.phpt12 /* Read-only property */
26 Cannot write read-only property mysqli_driver::$client_info
27 Cannot assign string to property mysqli_driver::$report_mode of type int
H A Dwrite_property.phpt10 /* Read-only property */
26 Cannot write read-only property mysqli_driver::$client_info
28 Cannot assign array to property mysqli_driver::$report_mode of type int
/PHP-8.3/ext/gmp/tests/
H A Dgmp_dynamic_property.phpt2 GH-9186 Dynamic property unserialization should trigger a deprecated notice
16 Deprecated: Creation of dynamic property GMP::$1 is deprecated in %s on line %d
18 Deprecated: Creation of dynamic property GMP::$1 is deprecated in %s on line %d
/PHP-8.3/ext/date/tests/
H A DDatePeriod_modify_readonly_property.phpt2 DatePeriod modify readonly property
24 Error: Cannot modify readonly property DatePeriod::$interval
25 Error: Cannot modify readonly property DatePeriod::$interval
/PHP-8.3/tests/classes/
H A Dclone_006.phpt36 Notice: Accessing static property MyCloneable::$id as non static in %s on line %d
38 Notice: Accessing static property MyCloneable::$id as non static in %s on line %d
41 Notice: Accessing static property MyCloneable::$id as non static in %s on line %d
43 Notice: Accessing static property MyCloneable::$id as non static in %s on line %d
/PHP-8.3/ext/standard/tests/directory/
H A DDirectoryClass_error_001.phpt2 Changing Directory::$handle property
24 Cannot modify readonly property Directory::$handle
26 Cannot unset readonly property Directory::$handle
/PHP-8.3/ext/standard/tests/serialize/
H A Dunserialize_overwrite_undeclared_protected.phpt2 Overwriting an undeclared property with protected mangling
6 // We need at least one declared property, even though we don't use it.
16 Deprecated: Creation of dynamic property Test::$x is deprecated in %s on line %d
/PHP-8.3/ext/opcache/tests/jit/
H A Dgh15652.phpt38 Warning: Undefined property: C2::$value in %sgh15652.php on line 6
40 Warning: Undefined property: C2::$value in %sgh15652.php on line 6
43 Warning: Undefined property: C2::$value in %sgh15652.php on line 6
45 Warning: Undefined property: C2::$value in %sgh15652.php on line 6
H A Dassign_obj_001.phpt2 JIT ASSIGN_OBJ: Assign property on null
33 Attempt to assign property "x" on null
34 Attempt to assign property "x" on null
H A Dfetch_obj_005.phpt19 Warning: Attempt to read property "p" on null in %sfetch_obj_005.php on line 4
21 Warning: Attempt to read property "p" on null in %sfetch_obj_005.php on line 4
23 Warning: Attempt to read property "p" on null in %sfetch_obj_005.php on line 4

Completed in 21 milliseconds

12345678910>>...30