Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-8.1/ext/oci8/tests/
H A Dbind_unsupported_3.phpt35 Warning: oci_bind_by_name(): Unable to find descriptor property in %sbind_unsupported_3.php on line…
38 Warning: oci_bind_by_name(): Unable to find descriptor property in %sbind_unsupported_3.php on line…
41 Warning: oci_bind_by_name(): Unable to find descriptor property in %sbind_unsupported_3.php on line…
44 Warning: oci_bind_by_name(): Unable to find descriptor property in %sbind_unsupported_3.php on line…
/PHP-8.1/Zend/tests/nullsafe_operator/
H A D033.phpt48 Warning: Undefined property: Foo::$baz in %s.php on line 20
54 Warning: Undefined property: Foo::$baz in %s.php on line 29
57 Warning: Undefined property: Foo::$qux in %s.php on line 30
60 Warning: Undefined property: Foo::$quux in %s.php on line 32
H A D015.phpt10 Warning: Undefined property: stdClass::$ in %s on line 3
12 Warning: Attempt to read property "y" on null in %s on line 3
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_095.phpt63 Cannot assign string to property _ZendTestClass::$intProp of type int
64 Cannot assign _ZendTestClass to property _ZendTestClass::$classProp of type ?stdClass
77 Cannot assign string to property _ZendTestClass::$intProp of type int
78 Cannot assign Test to property _ZendTestClass::$classProp of type ?stdClass
91 Cannot assign string to property _ZendTestClass::$staticIntProp of type int
H A Dtyped_properties_038.phpt43 string(82) "Cannot increment property class@anonymous::$bar of type int past its maximal value"
48 string(65) "Cannot assign float to property class@anonymous::$bar of type int"
53 string(82) "Cannot increment property class@anonymous::$bar of type int past its maximal value"
58 string(65) "Cannot assign float to property class@anonymous::$bar of type int"
H A Dtyped_properties_065.phpt2 Typed property on by-ref array dimension
64 Cannot decrement a reference held by property ArrayAccess@anonymous::$foo of type int past its mini…
66 Cannot decrement a reference held by property ArrayAccess@anonymous::$foo of type int past its mini…
68 Cannot increment a reference held by property ArrayAccess@anonymous::$foo of type int past its maxi…
70 Cannot increment a reference held by property ArrayAccess@anonymous::$foo of type int past its maxi…
H A Dtyped_properties_047.phpt2 Nullable typed property
39 Typed property Foo::$foo must not be accessed before initialization
40 Cannot assign string to property Foo::$foo of type ?int
H A Dtyped_properties_080.phpt34 Typed static property Test::$a must not be accessed before initialization
35 Typed static property Test::$b must not be accessed before initialization
36 Typed static property Test::$c must not be accessed before initialization
H A Dtyped_properties_failed_assign_is_not_init.phpt34 Typed property Test::$prop must not be accessed before initialization
35 Cannot assign string to property Test::$prop of type int
36 Typed property Test::$prop must not be accessed before initialization
H A Dtyped_properties_114.phpt2 Typed property type error through ArrayIterator
34 Cannot assign array to reference held by property A::$foo of type string
35 Cannot assign array to reference held by property A::$foo of type string
/PHP-8.1/ext/standard/tests/serialize/
H A Dtyped_property_refs.phpt81 Cannot assign null to property A::$a of type int
82 Cannot assign null to property B::$b of type int
83 Cannot assign int to property C::$b of type string
84 Cannot assign string to property C::$a of type int
85 Reference with value of type int held by property D::$a of type int is not compatible with property
/PHP-8.1/Zend/tests/
H A Dexception_013.phpt30 Exception: Access to undeclared static property C::$a in %s on line %d
32 Exception: Cannot access private property C::$p in %sexception_013.php on line 13
34 Exception: Attempt to unset static property C::$a in %sexception_013.php on line 19
36 Fatal error: Uncaught Error: Access to undeclared static property C::$a in %s:%d
H A Dbug52041.phpt51 Attempt to assign property "a" on null
54 Attempt to modify property "a" on null
57 Attempt to increment/decrement property "a" on null
60 Attempt to modify property "a" on null
63 Attempt to assign property "a" on null
66 Attempt to modify property "a" on null
H A Dproperty_guard_hash_val.phpt2 Test property guard hash value assumption
15 Warning: Undefined property: Test::$x in %s on line %d
/PHP-8.1/Zend/tests/readonly_props/
H A Dunset.phpt2 Unset readonly property
59 Cannot unset readonly property Test::$prop
63 Cannot unset readonly property Test2::$prop
64 Cannot unset readonly property Test3::$prop from global scope
H A Dreadonly_without_type.phpt2 Readonly property without type
12 Fatal error: Readonly property Test::$prop must have type in %s on line %d
H A Dstatic.phpt2 Readonly static property
12 Fatal error: Static property Test::$prop cannot be readonly in %s on line %d
H A Dpromotion_error1.phpt2 Promoted readonly property must have type
14 Fatal error: Readonly property Foo::$bar must have type in %s on line %d
/PHP-8.1/ext/intl/uchar/
H A Duchar.stub.php8 public static function hasBinaryProperty(int|string $codepoint, int $property): ?bool {} argument
64 public static function getIntPropertyMaxValue(int $property): int {} argument
67 public static function getIntPropertyMinValue(int $property): int {} argument
70 public static function getIntPropertyValue(int|string $codepoint, int $property): ?int {} argument
79 …public static function getPropertyName(int $property, int $type = IntlChar::LONG_PROPERTY_NAME): s… argument
82 public static function getPropertyValueEnum(int $property, string $name): int {} argument
85 …public static function getPropertyValueName(int $property, int $value, int $type = IntlChar::LONG_… argument
/PHP-8.1/ext/spl/tests/
H A Dbug40442.phpt6 $a->offsetSet('property', 0);
7 var_dump($a->offsetExists('property'));
/PHP-8.1/Zend/tests/varSyntax/
H A DpropertyOfStringError.phpt2 Cannot take property of a string
10 Warning: Attempt to read property "bar" on string in %s on line %d
/PHP-8.1/ext/opcache/tests/jit/
H A Dundef_to_typed_ref.phpt92 Cannot assign null to reference held by property Test::$x of type string
95 Cannot assign null to reference held by property Test::$x of type string
98 Cannot assign null to reference held by property Test::$x of type string
101 Cannot assign null to reference held by property Test::$x of type string
104 Cannot assign null to reference held by property Test::$x of type string
107 Cannot assign null to reference held by property Test::$x of type string
/PHP-8.1/ext/opcache/tests/
H A Dassign_obj_exceptions.phpt45 Cannot assign string to property Test::$x of type stdClass
46 Cannot access property starting with "\0"
47 Attempt to assign property "x" on null
/PHP-8.1/ext/opcache/tests/opt/
H A Dinference_001.phpt33 Warning: Attempt to read property "x" on null in %s on line %d
35 Warning: Undefined property: stdClass::$x in %s on line %d
39 Warning: Attempt to read property "x" on null in %s on line %d
/PHP-8.1/tests/classes/
H A Dstatic_properties_undeclared_inc.phpt2 Incrementing a non-existent static property
9 Fatal error: Uncaught Error: Access to undeclared static property C::$p in %s:%d

Completed in 33 milliseconds

12345678910>>...26