Home
last modified time | relevance | path

Searched refs:property (Results 101 – 125 of 445) sorted by path

12345678910>>...18

/PHP-7.4/Zend/tests/
H A Dforeach_shadowed_property.phpt2 Foreach over object with shadowed private property
H A Dget_class_vars_002.phpt44 Notice: Undefined property: C::$b in %s on line %d
46 Notice: Undefined property: C::$c in %s on line %d
H A Dincdec_ref_property.phpt2 Incrementing and decrementing a referenced property
H A Dindirect_property_access.phpt2 Testing indirect property access
H A Dinherit_internal_static.phpt2 Inherit internal static property into userland class
H A Dint_static_prop_name.phpt2 Using an integer as a static property name
40 Access to undeclared static property: Foo::$42
41 Access to undeclared static property: Foo::$42
42 Access to undeclared static property: Foo::$42
H A Disset_003.phpt38 Notice: Trying to get property '' of non-object in %s on line %d
H A Dnowdoc_017.phpt2 Testing nowdoc in default value for property
H A Dobject_handlers.phpt10 function __get($property) {
11 $GLOBALS["y"] = $property;
13 function __set($property, $value) {
14 $GLOBALS["y"] = $property;
H A Dobjects_017.phpt18 Fatal error: Uncaught Error: Cannot access private property foo::$test in %s:%d
H A Dobjects_024.phpt2 Testing direct assigning for property of object returned by function
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
H A Dobjects_033.phpt2 Ensure object comparison property order remains consistent
H A Doverloaded_assign_prop_return_value.phpt2 Make sure the return value of a property assignment is not freed to early
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
H A Dproperty_guard_hash_val.phpt2 Test property guard hash value assumption
15 Notice: Undefined property: Test::$x in %s on line %d
H A Dstrict_002.phpt2 assigning static property as non static
22 Notice: Accessing static property test::$foo as non static in %s on line %d
H A Dtemporary_cleaning_012.phpt8 self::$property = new self;
20 Access to undeclared static property: Foo::$property
/PHP-7.4/Zend/tests/traits/
H A Dbug60369.phpt2 Bug #60369 (Crash with static property in trait)
17 Fatal error: Properties and PropertiesTrait define the same property ($same) in the composition of …
H A Dproperty003.phpt29 Fatal error: THello1 and THello2 define the same property ($hello) in the composition of TraitsTest…
H A Dproperty004.phpt29 Fatal error: THello1 and THello2 define the same property ($hello) in the composition of TraitsTest…
H A Dproperty005.phpt37 Fatal error: TraitsTest and THello1 define the same property ($hello) in the composition of TraitsT…
H A Dproperty006.phpt22 // now the same with a class that defines the property itself,
/PHP-7.4/Zend/tests/traits/bugs/
H A Doverridding-conflicting-property-initializer.phpt23 Fatal error: baz and foo define the same property ($zoo) in the composition of baz. However, the de…

Completed in 29 milliseconds

12345678910>>...18