Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_070.phpt2 Test typed static property with assign op operators
46 Typed property Foo::$i must be int, float used
48 Typed property Foo::$i must be int, string used
H A Dtyped_properties_103.phpt2 Handling of UNDEF property in compound assign
18 Notice: Undefined property: C::$a in %s on line %d
H A Dtyped_properties_045.phpt45 Cannot assign array to reference held by property Foo::$bar of type int
48 Cannot assign array to reference held by property Foo::$baz of type float
51 Cannot assign array to reference held by property Foo::$privateProp of type float
H A Dtyped_properties_093.phpt2 Typed property assignment by ref with variable name
27 Typed property Test::$prop must be int, string used
H A Dtyped_properties_102.phpt2 Compound assignment operator on static property holding ref
20 Cannot assign string to reference held by property Test::$intProp of type int
H A Dtyped_properties_086.phpt7 // Class must have at least one property. Property must have a type.
8 // Empty class or untyped property removes segfault
H A Dtyped_properties_040.phpt2 Test __get on unset typed property must fail properly
23 Fatal error: Uncaught TypeError: Typed property Foo::$bar must be int, null used in %s:%d
/PHP-7.4/Zend/tests/
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 Dforeach_shadowed_dyn_property.phpt2 Dynamic property shadowed by private property
H A D037.phpt2 Trying to access inexistent static property of Closure
19 Fatal error: Uncaught Error: Access to undeclared static property: Closure::$x in %s:%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 Dbug74269.phpt2 Bug #74269: It's possible to override trait property with different loosely-equal value
17 Fatal error: PropertiesExample and PropertiesTrait define the same property ($same) in the composit…
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 Dbug76667.phpt24 Notice: Trying to get property '1' of non-object in %sbug76667.php on line %d
30 Notice: Trying to get property 'NAN' of non-object in %sbug76667.php on line %d
36 Notice: Trying to get property 'NAN' of non-object in %sbug76667.php on line %d
/PHP-7.4/ext/date/tests/
H A Dbug74852.phpt2 Bug #74852 property_exists returns true on unknown DateInterval property
16 Notice: Undefined property: DateInterval::$abcde in %s on line %d
H A DDatePeriod_properties2.phpt19 foreach ($properties as $property) {
21 $period->$property = "new";
27 $period->$property[] = "extra";
/PHP-7.4/ext/reflection/tests/
H A Dbug36337.phpt10 $property = new ReflectionProperty(get_class($this),'_values');
11 var_dump($property->isProtected());
H A DReflectionProperty_export_error.phpt19 echo "\n\nWrong property parameter type:\n";
27 echo "\n\nNon-existent property:\n";
46 Wrong property parameter type:
51 Non-existent property:
H A DReflectionType_001.phpt77 echo "\n*** property types\n";
91 foreach ($reflector->getProperties() as $name => $property) {
92 if ($property->hasType()) {
94 $property->getType()->getName(), $property->getName());
95 } else printf("public $%s;\n", $property->getName());
98 echo "*** resolved property types\n";
215 *** property types
223 *** resolved property types
H A DReflectionObject_export_basic3.phpt2 ReflectionObject::__toString() - ensure dynamic property with same name as inherited private proper…
/PHP-7.4/ext/opcache/tests/
H A Dpreload_unresolved_prop_type.phpt2 Preload: Unresolved property type
16 Warning: Can't preload class Test with unresolved property types in %s on line %d
/PHP-7.4/ext/standard/tests/array/
H A Dbug79839.phpt2 Bug #79839: array_walk() does not respect property types
22 Cannot assign array to reference held by property Test::$prop of type int
/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 …
/PHP-7.4/ext/json/tests/
H A Dbug68546.phpt2 Bug #68546 (json_decode() Fatal error: Cannot access property started with '\0')
24 string(36) "The decoded property name is invalid"
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt80 Notice: Undefined property: C::$x in %s on line 37
93 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
96 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
98 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
101 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
104 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
107 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
110 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
112 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
115 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
[all …]

Completed in 21 milliseconds

12345678910>>...18