Home
last modified time | relevance | path

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

12345678910>>...30

/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_086.phpt8 // Class must have at least one property. Property must have a type.
9 // Empty class or untyped property removes segfault
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-src/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-src/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 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 Dbug74340.phpt27 Warning: Undefined property: Test::$test in %s on line %d
30 Warning: Undefined property: Test::$test in %s on line %d
/php-src/ext/opcache/tests/jit/
H A Dgh8863.phpt2 Bug GH-8863: RW operation on readonly property doesn't throw with JIT
31 Cannot modify readonly property Test::$prop
/php-src/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-src/Zend/tests/readonly_props/
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
H A Darray_append_initialization.phpt36 Cannot indirectly modify readonly property C::$a
37 Cannot indirectly modify readonly property C::$a
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
/php-src/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-src/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-src/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
H A Dbug65672.phpt44 Deprecated: Creation of dynamic property DatePeriod@anonymous::$dynamic1 is deprecated in %s on lin…
47 Deprecated: Creation of dynamic property DatePeriod@anonymous::$dynamic2 is deprecated in %s on lin…
53 Deprecated: Creation of dynamic property DatePeriod@anonymous::$dynamic3 is deprecated in %s on lin…
/php-src/ext/zend_test/tests/
H A Dgh9871.phpt21 $property = new MyReflectionProperty('A', 'protected');
22 $property->setAccessible(true);
/php-src/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 35 milliseconds

12345678910>>...30