Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-8.1/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"
H A Dtyped_properties_069.phpt2 Test assign of invalid string to typed static int property
25 Cannot assign string to property Foo::$i of type int
26 Typed static property Foo::$i must not be accessed before initialization
/PHP-8.1/ext/mysqli/tests/
H A Dwrite_property.phpt10 /* Read-only property */
38 Cannot write read-only property mysqli_driver::$client_info
41 Cannot assign array to property mysqli_driver::$reconnect of type bool
43 Cannot assign array to property mysqli_driver::$report_mode of type int
/PHP-8.1/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.
55 Warning: Undefined property: Test::$nonExisting in %s on line %d
58 Warning: Undefined property: Test::$publicProperty in %s on line %d
61 Warning: Undefined property: Test::$protectedProperty in %s on line %d
64 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
H A D026.phpt2 Trying assign value to property when an object is not returned in a function
25 Warning: Attempt to read property "a" on null in %s on line %d
27 Attempt to assign property "a" on null
H A Dbug43201.phpt25 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
27 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
35 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
41 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
47 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
53 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
59 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
65 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
H A Dbug78921.phpt2 Bug #78921: When Reflection triggers class load, property visibility is incorrect
25 public static $prop = 'my property';
35 Value is my property
/PHP-8.1/ext/reflection/tests/
H A Dbug79683.phpt24 $property = $reflector->getProperty('prop2');
25 $property->setAccessible(true);
26 $property->setValue($b, new A());
H A DReflectionProperty_typed_static.phpt2 ReflectionProperty::getValue() on typed static property
46 Typed static property Test::$y must not be accessed before initialization
48 Cannot assign string to property Test::$y of type int
50 Cannot assign string to reference held by property Test::$y of type int
/PHP-8.1/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.1/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.1/Zend/tests/weakrefs/
H A Dweakrefs_003.phpt24 Warning: Undefined property: WeakReference::$disallow in %s on line %d
27 string(55) "Cannot create dynamic property WeakReference::$disallow"
28 string(57) "Cannot create dynamic property WeakReference::$disallowed"
/PHP-8.1/ext/opcache/tests/jit/
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
/PHP-8.1/ext/standard/tests/array/
H A Darray_column_variant_objects.phpt51 echo "*** Testing array_column() : object property fetching (numeric property names) ***\n";
65 echo "*** Testing array_column() : object property fetching (string property names) ***\n";
82 *** Testing array_column() : object property fetching (numeric property names) ***
119 *** Testing array_column() : object property fetching (string property names) ***
/PHP-8.1/Zend/tests/enum/
H A Dno-unset-propertes.phpt35 Cannot unset readonly property Foo::$name
36 Cannot unset readonly property IntFoo::$name
37 Cannot unset readonly property IntFoo::$value

Completed in 108 milliseconds

12345678910>>...26