Home
last modified time | relevance | path

Searched refs:property (Results 151 – 175 of 726) sorted by last modified time

12345678910>>...30

/php-src/Zend/tests/readonly_props/
H A Dreadonly_assign_no_sideeffect.phpt2 Test that there can be no side-effect when a readonly property modification fails
33 Cannot modify readonly property Foo::$bar
H A Dreadonly_clone_success4.phpt2 Readonly property can be reset once during cloning even after a type error
30 Cannot assign string to property Foo::$bar of type int
35 Cannot assign string to property Foo::$bar of type int
H A Dreadonly_coercion_type_error.phpt23 Cannot modify readonly property Foo::$bar
H A Dreadonly_clone_error2.phpt2 Readonly property cannot be reset after cloning when there is no custom clone handler
41 Cannot modify readonly property Foo::$bar
42 Cannot modify readonly property Foo::$baz
H A Dreadonly_clone_error3.phpt2 Readonly property cannot be reset after cloning when there is a custom clone handler
43 Cannot modify readonly property Foo::$bar
44 Cannot modify readonly property Foo::$baz
/php-src/Zend/tests/
H A Dgh10570.phpt12 Warning: Undefined property: stdClass::$90 in %s on line %d
14 Warning: Undefined property: stdClass::$90 in %s on line %d
H A Dgh10377.phpt39 Cannot modify readonly property class@anonymous::$field
H A Dgh10169.phpt2 GH-10169: Fix use-after-free when releasing object during property assignment
36 Object was released while assigning to property A::$prop
37 Object was released while assigning to property A::$prop
H A Ddereference_014.phpt32 Warning: Attempt to read property "a" on null in %s on line %d
37 Warning: Attempt to read property "b" on null in %s on line %d
H A Disset_003.phpt38 Warning: Attempt to read property "" on string in %s on line %d
H A D024.phpt44 Warning: Attempt to read property "1" on int in %s on line %d
47 Warning: Attempt to read property "1" on int in %s on line %d
54 Warning: Attempt to read property "1" on int in %s on line %d
56 Warning: Attempt to read property "" on null in %s on line %d
H A D033.phpt64 Warning: Attempt to read property "foo" on null in %s on line %d
65 Attempt to assign property "foo" on null
66 Attempt to assign property "bar" on null
H A Dbug44660.phpt2 Bug #44660 (Indexed and reference assignment to property of non-object don't trigger warning)
51 Warning: Attempt to read property "p" on true in %s on line %d
54 Attempt to assign property "p" on true
57 Attempt to increment/decrement property "p" on true
60 Attempt to modify property "p" on true
63 Attempt to modify property "p" on true
66 Attempt to modify property "p" on true
H A Derrmsg_037.phpt13 Fatal error: Cannot use the abstract modifier on a property in %s on line %d
H A Derrmsg_038.phpt13 Fatal error: Cannot use the final modifier on a property in %s on line %d
/php-src/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
H A DDatePeriod_properties2.phpt19 foreach ($properties as $property) {
21 $period->$property = "new";
27 $period->$property[] = "extra";
45 Error: Cannot modify readonly property DatePeriod::$start
46 Error: Cannot modify readonly property DatePeriod::$start
47 Error: Cannot modify readonly property DatePeriod::$current
48 Error: Cannot modify readonly property DatePeriod::$current
49 Error: Cannot modify readonly property DatePeriod::$end
50 Error: Cannot modify readonly property DatePeriod::$end
51 Error: Cannot modify readonly property DatePeriod::$interval
[all …]
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_111.phpt20 Cannot assign true to property Foo::$value of type false
H A Dtyped_properties_112.phpt19 Cannot assign false to property Foo::$value of type true
/php-src/Zend/tests/prop_const_expr/
H A Dbasic_nullsafe.phpt2 Nullsafe property constant expression
38 Warning: Attempt to read property "test" on null in %s on line %d
/php-src/ext/spl/tests/
H A Dgh10248.phpt2 GH-10248 (Assertion `!(zval_get_type(&(*(property))) == 10)' failed.)
8 public ?int $property;
11 $a->property = &$b;
12 $a->property;
/php-src/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-src/ext/standard/tests/serialize/
H A Dtyped_property_ref_assignment_failure.phpt2 Failure to assign ref to typed property
26 Cannot assign stdClass to property Test::$prop of type int
H A Dunserialize_ref_to_overwritten_declared_prop.phpt2 Trying to create a reference to an overwritten declared property
/php-src/ext/opcache/tests/opt/
H A Dassign_obj_op_001.phpt20 Fatal error: Uncaught Error: Attempt to assign property "y" on string in %sassign_obj_op_001.php:4

Completed in 41 milliseconds

12345678910>>...30