Home
last modified time | relevance | path

Searched refs:property (Results 151 – 175 of 627) sorted by relevance

12345678910>>...26

/PHP-8.1/Zend/tests/
H A Dbug79862.phpt2 Bug #79862: Public non-static property in child should take priority over private static
40 Notice: Accessing static property c::$prop5 as non static in %s on line %d
42 Notice: Accessing static property c::$prop6 as non static in %s on line %d
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 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 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.1/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.1/ext/reflection/tests/
H A Dbug81208.phpt14 public $property;
18 foreach ($z->getProperty("property")->getAttributes() as $attribute) {
H A DReflectionMethod_invokeArgs_basic.phpt10 echo "Called foo(), property = $this->prop\n";
53 Called foo(), property = Hello
59 Called foo(), property = Hello
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_040.phpt2 Test __get on unset typed property must fail properly
23 Fatal error: Uncaught TypeError: Cannot assign null to property Foo::$bar of type int in %s:%d
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
/PHP-8.1/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.1/ext/dom/tests/
H A Dbug67949.phpt22 echo "testing property access\n";
62 testing property access
65 Warning: Attempt to read property "textContent" on null in %s on line %d
73 Warning: Attempt to read property "textContent" on null in %s on line %d
/PHP-8.1/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.1/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.1/Zend/tests/readonly_props/
H A Dpromotion.phpt2 Promoted readonly property
33 Cannot modify readonly property Point::$x
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.1/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
/PHP-8.1/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.1/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.1/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

Completed in 42 milliseconds

12345678910>>...26