/PHP-8.1/Zend/tests/type_declarations/ |
H A D | typed_properties_046.phpt | 26 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 D | typed_properties_095.phpt | 63 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 D | typed_properties_070.phpt | 2 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 D | typed_properties_045.phpt | 45 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 D | typed_properties_020.phpt | 2 Test typed properties binary assign op helper test 25 Cannot assign float to property Foo::$bar of type int
|
H A D | typed_properties_058.phpt | 31 Cannot assign int to property B::$foo of type string 32 Cannot assign int to property B::$foo of type string
|
H A D | typed_properties_078.phpt | 48 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 D | snmp-object-properties-error.phpt | 79 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 D | returnByReference.003.phpt | 17 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 D | returnByReference.004.phpt | 19 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 D | returnByReference.005.phpt | 20 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 D | returnByReference.006.phpt | 21 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 D | returnByReference.007.phpt | 23 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 D | returnByReference.008.phpt | 24 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 D | bug71572.phpt | 30 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 D | assign_coalesce_005.phpt | 2 Coalesce assign (??=): Cannot reassign $this 14 Fatal error: Cannot re-assign $this in %s on line %d
|
H A D | this_reassign.phpt | 2 $this re-assign 13 Fatal error: Uncaught Error: Cannot re-assign $this in %sthis_reassign.php:4
|
H A D | this_in_extract.phpt | 2 $this re-assign in extract() 16 Cannot re-assign $this
|
H A D | bug70083.phpt | 2 Bug #70083 (Use after free with assign by ref to overloaded objects) 25 Cannot assign by reference to overloaded object
|
H A D | assign_ref_to_overloaded_prop.phpt | 2 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 D | 026.phpt | 2 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 D | 020.phpt | 64 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 D | invalid_assign_list_ref.phpt | 2 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 D | undef_to_typed_ref.phpt | 92 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 D | assign_obj_001.phpt | 33 Attempt to assign property "x" on null 34 Attempt to assign property "x" on null
|