Home
last modified time | relevance | path

Searched refs:property (Results 101 – 125 of 726) sorted by relevance

12345678910>>...30

/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_114.phpt2 Typed property type error through ArrayIterator
34 Cannot assign array to reference held by property A::$foo of type string
35 Cannot assign array to reference held by property A::$foo of type string
H A Dtyped_properties_070.phpt2 Test typed static property with assign op operators
46 Cannot assign float to property Foo::$i of type int
48 Cannot assign string to property Foo::$i of type int
/php-src/Zend/tests/readonly_props/
H A Dreadonly_without_type.phpt2 Readonly property without type
12 Fatal error: Readonly property Test::$prop must have type in %s on line %d
H A Dstatic.phpt2 Readonly static property
12 Fatal error: Static property Test::$prop cannot be readonly in %s on line %d
H A Dpromotion_error1.phpt2 Promoted readonly property must have type
14 Fatal error: Readonly property Foo::$bar must have type in %s on line %d
H A Dmagic_get_set.phpt34 // The property is in uninitialized state, no magic methods should be invoked.
66 Typed property Test::$prop must not be accessed before initialization
67 Cannot initialize readonly property Test::$prop from global scope
68 Cannot unset readonly property Test::$prop from global scope
/php-src/Zend/tests/
H A Dbug52041.phpt51 Attempt to assign property "a" on null
54 Attempt to modify property "a" on null
57 Attempt to increment/decrement property "a" on null
60 Attempt to modify property "a" on null
63 Attempt to assign property "a" on null
66 Attempt to modify property "a" on null
H A Dgh9136.phpt2 GH-9136: Assertion when fetching property of magic constant in constant expression
10 Warning: Attempt to read property "foo" on string in %s on line %d
H A Dproperty_guard_hash_val.phpt2 Test property guard hash value assumption
15 Warning: Undefined property: Test::$x in %s on line %d
H A Dgh9136_2.phpt2 GH-9136: Assertion when fetching property of magic constant in constant expression with nullsafe op…
10 Warning: Attempt to read property "foo" on string in %s on line %d
H A Dbug78182.phpt2 Bug #78182: Segmentation fault during by-reference property assignment
15 Attempt to modify property "prop" on null
H A Dproperty_access_errors_for_guarded_properties.phpt53 Cannot access private property Test::$prop
54 Cannot access private property Test::$prop
55 Cannot access private property Test::$prop
/php-src/ext/opcache/tests/jit/
H A Dundef_to_typed_ref.phpt91 Cannot assign null to reference held by property Test::$x of type string
94 Cannot assign null to reference held by property Test::$x of type string
97 Cannot assign null to reference held by property Test::$x of type string
100 Cannot assign null to reference held by property Test::$x of type string
103 Cannot assign null to reference held by property Test::$x of type string
106 Cannot assign null to reference held by property Test::$x of type string
/php-src/ext/dom/tests/
H A Dbug67949.phpt24 echo "--- testing property access ---\n";
63 --- testing property access ---
66 Warning: Attempt to read property "textContent" on null in %s on line %d
74 Warning: Attempt to read property "textContent" on null in %s on line %d
80 Warning: Attempt to read property "textContent" on null in %s on line %d
86 Warning: Attempt to read property "textContent" on null in %s on line %d
/php-src/ext/xsl/
H A Dphp_xsl.c151 …alidation(zend_object *object, zend_string *member, zval *value, void **cache_slot, zval *property) in xsl_objects_write_property_with_validation() argument
154 ZEND_ASSERT(Z_TYPE_P(property) == IS_LONG); in xsl_objects_write_property_with_validation()
155 zend_long old_property_value = Z_LVAL_P(property); in xsl_objects_write_property_with_validation()
161 if (UNEXPECTED(Z_LVAL_P(property) < 0)) { in xsl_objects_write_property_with_validation()
162 Z_LVAL_P(property) = old_property_value; in xsl_objects_write_property_with_validation()
167 return property; in xsl_objects_write_property_with_validation()
174 zval *property = xsl_prop_max_template_depth(object); in xsl_objects_write_property() local
175 return xsl_objects_write_property_with_validation(object, member, value, cache_slot, property); in xsl_objects_write_property()
177 zval *property = xsl_prop_max_template_vars(object); in xsl_objects_write_property() local
178 return xsl_objects_write_property_with_validation(object, member, value, cache_slot, property); in xsl_objects_write_property()
/php-src/ext/opcache/tests/
H A Dassign_obj_exceptions.phpt45 Cannot assign string to property Test::$x of type stdClass
46 Cannot access property starting with "\0"
47 Attempt to assign property "x" on null
/php-src/ext/opcache/tests/opt/
H A Dinference_001.phpt33 Warning: Attempt to read property "x" on null in %s on line %d
35 Warning: Undefined property: stdClass::$x in %s on line %d
39 Warning: Attempt to read property "x" on null in %s on line %d
/php-src/Zend/tests/nullsafe_operator/
H A D015.phpt10 Warning: Undefined property: stdClass::$ in %s on line 3
12 Warning: Attempt to read property "y" on null in %s on line 3
H A D029.phpt9 Warning: Attempt to read property "a" on array in %s on line %d
11 Warning: Attempt to read property "a" on string in %s on line %d
/php-src/Zend/tests/readonly_classes/
H A Dreadonly_class_property3.phpt2 Declaring static property for a readonly class is forbidden
13 Fatal error: Static property Foo::$bar cannot be readonly in %s on line %d
/php-src/tests/classes/
H A Dstatic_properties_undeclared_inc.phpt2 Incrementing a non-existent static property
9 Fatal error: Uncaught Error: Access to undeclared static property C::$p in %s:%d
H A Dstatic_properties_undeclared_assign.phpt2 Assigning to a non-existent static property
9 Fatal error: Uncaught Error: Access to undeclared static property C::$p in %s:%d
H A Dstatic_properties_undeclared_assignInc.phpt2 Assigning & incrementing a non-existent static property
9 Fatal error: Uncaught Error: Access to undeclared static property C::$p in %s:%d
H A Dstatic_properties_undeclared_read.phpt2 Reading a non-existent static property
9 Fatal error: Uncaught Error: Access to undeclared static property C::$p in %s:%d
H A Dstatic_properties_undeclared_assignRef.phpt2 Assigning a non-existent static property by reference
10 Fatal error: Uncaught Error: Access to undeclared static property C::$p in %s:%d

Completed in 28 milliseconds

12345678910>>...30