Home
last modified time | relevance | path

Searched refs:property (Results 76 – 100 of 726) sorted by relevance

12345678910>>...30

/php-src/Zend/tests/
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
H A Dexception_013.phpt30 Exception: Access to undeclared static property C::$a in %s on line %d
32 Exception: Cannot access private property C::$p in %sexception_013.php on line 13
34 Exception: Attempt to unset static property C::$a in %sexception_013.php on line 19
36 Fatal error: Uncaught Error: Access to undeclared static property C::$a in %s:%d
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
/php-src/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-src/Zend/tests/nullsafe_operator/
H A D033.phpt48 Warning: Undefined property: Foo::$baz in %s.php on line 20
54 Warning: Undefined property: Foo::$baz in %s.php on line 29
57 Warning: Undefined property: Foo::$qux in %s.php on line 30
60 Warning: Undefined property: Foo::$quux in %s.php on line 32
/php-src/ext/reflection/tests/
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-src/Zend/tests/type_declarations/
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
H A Dtyped_properties_038.phpt43 string(82) "Cannot increment property class@anonymous::$bar of type int past its maximal value"
48 string(65) "Cannot assign float to property class@anonymous::$bar of type int"
53 string(82) "Cannot increment property class@anonymous::$bar of type int past its maximal value"
58 string(65) "Cannot assign float to property class@anonymous::$bar of type int"
H A Dtyped_properties_065.phpt2 Typed property on by-ref array dimension
64 Cannot decrement a reference held by property ArrayAccess@anonymous::$foo of type int past its mini…
66 Cannot decrement a reference held by property ArrayAccess@anonymous::$foo of type int past its mini…
68 Cannot increment a reference held by property ArrayAccess@anonymous::$foo of type int past its maxi…
70 Cannot increment a reference held by property ArrayAccess@anonymous::$foo of type int past its maxi…
H A Dtyped_properties_095.phpt64 Cannot assign string to property _ZendTestClass::$intProp of type int
65 Cannot assign _ZendTestClass to property _ZendTestClass::$classProp of type ?stdClass
82 Cannot assign string to property _ZendTestClass::$intProp of type int
83 Cannot assign Test to property _ZendTestClass::$classProp of type ?stdClass
100 Cannot assign string to property _ZendTestClass::$staticIntProp of type int
H A Dtyped_properties_047.phpt2 Nullable typed property
39 Typed property Foo::$foo must not be accessed before initialization
40 Cannot assign string to property Foo::$foo of type ?int
H A Dtyped_properties_080.phpt34 Typed static property Test::$a must not be accessed before initialization
35 Typed static property Test::$b must not be accessed before initialization
36 Typed static property Test::$c must not be accessed before initialization
H A Dtyped_properties_failed_assign_is_not_init.phpt34 Typed property Test::$prop must not be accessed before initialization
35 Cannot assign string to property Test::$prop of type int
36 Typed property Test::$prop must not be accessed before initialization
/php-src/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
/php-src/Zend/tests/readonly_props/
H A Dreadonly_clone_error4.phpt2 Readonly property cannot be op-assigned twice during cloning
39 Cannot modify readonly property Foo::$bar
44 Cannot modify readonly property Foo::$bar
H A Dunset.phpt2 Unset readonly property
59 Cannot unset readonly property Test::$prop
63 Cannot unset readonly property Test2::$prop
64 Cannot unset readonly property Test3::$prop from global scope
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_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/ext/standard/tests/serialize/
H A Dtyped_property_refs.phpt81 Cannot assign null to property A::$a of type int
82 Cannot assign null to property B::$b of type int
83 Cannot assign int to property C::$b of type string
84 Cannot assign string to property C::$a of type int
85 Reference with value of type int held by property D::$a of type int is not compatible with property
/php-src/ext/spl/tests/
H A Dbug40442.phpt6 $a->offsetSet('property', 0);
7 var_dump($a->offsetExists('property'));
H A DArrayObject_std_props_no_recursion.phpt17 Deprecated: Creation of dynamic property ArrayObject::$prop is deprecated in %s on line %d
19 Deprecated: Creation of dynamic property ArrayObject::$prop is deprecated in %s on line %d
29 Deprecated: Creation of dynamic property ArrayObject::$prop is deprecated in %s on line %d
/php-src/Zend/tests/varSyntax/
H A DpropertyOfStringError.phpt2 Cannot take property of a string
10 Warning: Attempt to read property "bar" on string in %s on line %d

Completed in 36 milliseconds

12345678910>>...30