- Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.34, 8.2.0 - 8.2.30, 8.3.0 - 8.3.30, 8.4.1 - 8.4.18, 8.5.0 - 8.5.3
- <pre>array(3) {
["Make"]=>
string(5) "Volvo"
["Color"]=>
string(3) "red"
["Quantity"]=>
int(18)
}
array(3) {
["Make"]=>
string(3) "BMW"
["Color"]=>
string(4) "blue"
["Quantity"]=>
int(13)
}
array(3) {
["Make"]=>
string(4) "Saab"
["Color"]=>
string(0) ""
["Quantity"]=>
int(11)
}
array(3) {
["Make"]=>
string(10) "Land Rover"
["Color"]=>
string(5) "green"
["Quantity"]=>
int(15)
}
Warning: Undefined variable $fp in /in/fQ4Hm on line 25
Fatal error: Uncaught TypeError: fclose(): Argument #1 ($stream) must be of type resource, null given in /in/fQ4Hm:25
Stack trace:
#0 /in/fQ4Hm(25): fclose(NULL)
#1 {main}
thrown in /in/fQ4Hm on line 25
Process exited with code 255. - Output for 7.0.0 - 7.0.23, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
- <pre>array(3) {
["Make"]=>
string(5) "Volvo"
["Color"]=>
string(3) "red"
["Quantity"]=>
int(18)
}
array(3) {
["Make"]=>
string(3) "BMW"
["Color"]=>
string(4) "blue"
["Quantity"]=>
int(13)
}
array(3) {
["Make"]=>
string(4) "Saab"
["Color"]=>
string(0) ""
["Quantity"]=>
int(11)
}
array(3) {
["Make"]=>
string(10) "Land Rover"
["Color"]=>
string(5) "green"
["Quantity"]=>
int(15)
}
Notice: Undefined variable: fp in /in/fQ4Hm on line 25
Warning: fclose() expects parameter 1 to be resource, null given in /in/fQ4Hm on line 25
- Output for 7.3.32 - 7.3.33
- <pre>array(3) {
["Make"]=>
string(5) "Volvo"
["Color"]=>
string(3) "red"
["Quantity"]=>
int(18)
}
array(3) {
["Make"]=>
string(3) "BMW"
["Color"]=>
string(4) "blue"
["Quantity"]=>
int(13)
}
array(3) {
["Make"]=>
string(4) "Saab"
["Color"]=>
string(0) ""
["Quantity"]=>
int(11)
}
array(3) {
["Make"]=>
string(10) "Land Rover"
["Color"]=>
string(5) "green"
["Quantity"]=>
int(15)
}
Warning: fclose() expects parameter 1 to be resource, null given in /in/fQ4Hm on line 25