Home
last modified time | relevance | path

Searched refs:assign (Results 1 – 25 of 179) sorted by relevance

12345678

/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_046.phpt26 Cannot assign string to property Foo::$bbb of type int
27 Cannot assign string to property Foo::$bbb of type int
28 Cannot assign string to property Foo::$bbb of type int
29 Cannot assign string to property Foo::$bbb of type int
30 Cannot assign string to property Foo::$bbb of type int
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_070.phpt2 Test typed static property with assign op operators
46 Cannot assign float to property Foo::$i of type int
48 Cannot assign string to property Foo::$i of type int
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_020.phpt2 Test typed properties binary assign op helper test
25 Cannot assign float to property Foo::$bar of type int
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-8.1/ext/snmp/tests/
H A Dsnmp-object-properties-error.phpt79 Cannot assign array to property SNMP::$max_oids of type ?int
81 Cannot assign array to property SNMP::$valueretrieval of type int
82 Cannot assign array to property SNMP::$quick_print of type bool
83 Cannot assign array to property SNMP::$enum_print of type bool
84 Cannot assign array to property SNMP::$oid_output_format of type int
85 Cannot assign array to property SNMP::$oid_increasing_check of type bool
86 Cannot assign array to property SNMP::$exceptions_enabled of type int
/PHP-8.1/tests/lang/
H A DreturnByReference.003.phpt17 echo "\n---> 1. Trying to assign by reference the return value of a function that returns by value:…
24 echo "\n---> 2. Trying to assign by reference the return value of a function that returns a constan…
31 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n…
40 ---> 1. Trying to assign by reference the return value of a function that returns by value:
46 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
52 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
H A DreturnByReference.004.phpt19 echo "\n---> 1. Trying to assign by reference the return value of a function that returns by value:…
26 echo "\n---> 2. Trying to assign by reference the return value of a function that returns a constan…
33 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n…
42 ---> 1. Trying to assign by reference the return value of a function that returns by value:
48 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
54 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
H A DreturnByReference.005.phpt20 echo "\n---> 1. Trying to assign by reference the return value of a function that returns by value:…
27 echo "\n---> 2. Trying to assign by reference the return value of a function that returns a constan…
34 echo "\n---> 3. Trying to assign by reference the return value of a function that returns by ref:\n…
43 ---> 1. Trying to assign by reference the return value of a function that returns by value:
49 ---> 2. Trying to assign by reference the return value of a function that returns a constant by ref:
55 ---> 3. Trying to assign by reference the return value of a function that returns by ref:
H A DreturnByReference.006.phpt21 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi…
28 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi…
35 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi…
44 ---> 1. Via a return by ref function call, assign by reference the return value of a function that …
50 ---> 2. Via a return by ref function call, assign by reference the return value of a function that …
56 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
H A DreturnByReference.007.phpt23 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi…
30 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi…
37 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi…
46 ---> 1. Via a return by ref function call, assign by reference the return value of a function that …
52 ---> 2. Via a return by ref function call, assign by reference the return value of a function that …
58 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
H A DreturnByReference.008.phpt24 echo "\n---> 1. Via a return by ref function call, assign by reference the return value of a functi…
31 echo "\n---> 2. Via a return by ref function call, assign by reference the return value of a functi…
38 echo "\n---> 3. Via a return by ref function call, assign by reference the return value of a functi…
47 ---> 1. Via a return by ref function call, assign by reference the return value of a function that …
53 ---> 2. Via a return by ref function call, assign by reference the return value of a function that …
59 ---> 3. Via a return by ref function call, assign by reference the return value of a function that …
/PHP-8.1/Zend/tests/
H A Dbug71572.phpt30 Cannot assign an empty string to a string offset
31 Cannot assign an empty string to a string offset
32 Cannot assign an empty string to a string offset
33 Cannot assign an empty string to a string offset
H A Dassign_coalesce_005.phpt2 Coalesce assign (??=): Cannot reassign $this
14 Fatal error: Cannot re-assign $this in %s on line %d
H A Dthis_reassign.phpt2 $this re-assign
13 Fatal error: Uncaught Error: Cannot re-assign $this in %sthis_reassign.php:4
H A Dthis_in_extract.phpt2 $this re-assign in extract()
16 Cannot re-assign $this
H A Dbug70083.phpt2 Bug #70083 (Use after free with assign by ref to overloaded objects)
25 Cannot assign by reference to overloaded object
H A Dassign_ref_to_overloaded_prop.phpt2 Cannot assign by reference to overloaded object, even if __get() returns by-ref
20 Fatal error: Uncaught Error: Cannot assign by reference to overloaded object in %s:%d
H A D026.phpt2 Trying assign value to property when an object is not returned in a function
27 Attempt to assign property "a" on null
/PHP-8.1/ext/ffi/tests/
H A D020.phpt64 FFI\Exception: Attempt to assign read-only field 'y'
65 FFI\Exception: Attempt to assign read-only field 'x'
66 FFI\Exception: Attempt to assign read-only location
67 FFI\Exception: Attempt to assign read-only location
69 FFI\Exception: Attempt to assign read-only location
70 FFI\Exception: Attempt to assign read-only location
/PHP-8.1/Zend/tests/restrict_globals/
H A Dinvalid_assign_list_ref.phpt2 Cannot list-assign to $GLOBALS (by-ref)
10 Fatal error: Cannot assign reference to non referenceable value 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
H A Dassign_obj_001.phpt33 Attempt to assign property "x" on null
34 Attempt to assign property "x" on null

Completed in 30 milliseconds

12345678