Home
last modified time | relevance | path

Searched refs:property (Results 176 – 200 of 726) sorted by relevance

12345678910>>...30

/PHP-8.3/ext/standard/tests/class_object/
H A Dproperty_exists_variation1.phpt11 echo "\ntesting property in autoloaded class\n";
21 testing property in autoloaded class
/PHP-8.3/Zend/tests/
H A Dbug48248.phpt2 Bug #48248 (SIGSEGV when access to private property via &__get)
24 Fatal error: Uncaught Error: Cannot access private property B::$test in %s:%d
H A Dbug74340.phpt27 Warning: Undefined property: Test::$test in %s on line %d
30 Warning: Undefined property: Test::$test in %s on line %d
H A Dobjects_029.phpt2 Trying to access undeclared static property
26 Fatal error: Uncaught Error: Access to undeclared static property foo::$f in %s:%d
H A Dobjects_030.phpt2 Trying to access undeclared parent property
26 Fatal error: Uncaught Error: Access to undeclared static property bar::$f in %s:%d
/PHP-8.3/Zend/tests/weakrefs/
H A Dweakmap_error_conditions.phpt85 Warning: Undefined property: WeakMap::$prop in %s on line %d
88 Cannot create dynamic property WeakMap::$prop
89 Cannot create dynamic property WeakMap::$prop
90 Cannot create dynamic property WeakMap::$prop
/PHP-8.3/ext/opcache/tests/jit/
H A Dgh8863.phpt2 Bug GH-8863: RW operation on readonly property doesn't throw with JIT
32 Cannot modify readonly property Test::$prop
/PHP-8.3/tests/classes/
H A Dstatic_properties_003_error1.phpt2 Attempting to access static properties using instance property syntax
17 Fatal error: Uncaught Error: Cannot access protected property C::$y in %s:8
H A Dstatic_properties_003_error2.phpt2 Attempting to access static properties using instance property syntax
17 Fatal error: Uncaught Error: Cannot access protected property C::$y in %s:8
H A Dstatic_properties_003_error3.phpt2 Attempting to access static properties using instance property syntax
17 Fatal error: Uncaught Error: Cannot access protected property C::$y in %s:8
H A Dstatic_properties_003_error4.phpt2 Attempting to access static properties using instance property syntax
19 Error: Cannot access protected property C::$y in %s:%d
/PHP-8.3/Zend/tests/readonly_props/
H A Dpromotion.phpt2 Promoted readonly property
33 Cannot modify readonly property Point::$x
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 Darray_append_initialization.phpt36 Cannot indirectly modify readonly property C::$a
37 Cannot indirectly modify readonly property C::$a
H A Dinitialization_scope.phpt67 Cannot initialize readonly property A::$prop from global scope
68 Cannot initialize readonly property A::$prop from scope B
72 Cannot initialize readonly property Y::$prop from scope X
/PHP-8.3/Zend/tests/type_declarations/mixed/inheritance/
H A Dmixed_property_inheritance_error8.phpt2 Test that a property of a union type can't be overridden by a property of mixed type
/PHP-8.3/ext/date/tests/
H A Dbug75232.phpt17 Warning: Undefined property: DateTime::$date in %s on line %d
26 Warning: Undefined property: DateTime::$date in %s on line %d
H A DDateTimeZone_clone_basic3.phpt41 Deprecated: Creation of dynamic property DateTimeZone::$property1 is deprecated in %s on line %d
43 Deprecated: Creation of dynamic property DateTimeZone::$property2 is deprecated in %s on line %d
69 Deprecated: Creation of dynamic property DateTimeZone::$property3 is deprecated in %s on line %d
71 Deprecated: Creation of dynamic property DateTimeZone::$property4 is deprecated in %s on line %d
H A DDateTime_clone_basic3.phpt43 Deprecated: Creation of dynamic property DateTime::$property1 is deprecated in %s on line %d
45 Deprecated: Creation of dynamic property DateTime::$property2 is deprecated in %s on line %d
75 Deprecated: Creation of dynamic property DateTime::$property3 is deprecated in %s on line %d
77 Deprecated: Creation of dynamic property DateTime::$property4 is deprecated in %s on line %d
/PHP-8.3/ext/zend_test/tests/
H A Dgh9871.phpt21 $property = new MyReflectionProperty('A', 'protected');
22 $property->setAccessible(true);
/PHP-8.3/tests/lang/
H A DforeachLoopObjects.004.phpt36 Warning: Undefined property: C::$b in %s on line %d
39 Warning: Undefined property: C::$b in %s on line %d
42 Warning: Undefined property: C::$b in %s on line %d
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_058.phpt31 Cannot assign int to property B::$foo of type string
32 Cannot assign int to property B::$foo of type string
H A Dtyped_properties_078.phpt48 string(72) "Cannot assign array to property class@anonymous::$t of type ?Traversable"
55 string(92) "Cannot assign ArrayIterator to reference held by property class@anonymous::$a of type ?…
57 string(90) "Cannot assign array to reference held by property class@anonymous::$t of type ?Traversa…
/PHP-8.3/ext/standard/tests/general_functions/
H A Dsettype_typed_property.phpt2 Using settype() on a typed property
27 Cannot assign array to reference held by property Test::$x of type int
/PHP-8.3/ext/reflection/tests/
H A DReflectionMethod_invokeArgs_basic.phpt10 echo "Called foo(), property = $this->prop\n";
53 Called foo(), property = Hello
59 Called foo(), property = Hello

Completed in 34 milliseconds

12345678910>>...30