- Output for 8.1.0 - 8.1.17, 8.2.0 - 8.2.4
- =============================== hello array(4) { [0]=> string(5) "hello" [1]=> string(4) "what" [2]=> string(5) "sorry" [3]=> string(10) "Technology" } =============================== hello =============================== 1 123Array ( [0] => hello [1] => what [2] => sorry [3] => Technology ) Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in /in/ZccVZ on line 15
- Output for 8.0.1 - 8.0.28
- =============================== hello array(4) { [0]=> string(5) "hello" [1]=> string(4) "what" [2]=> string(5) "sorry" [3]=> string(10) "Technology" } =============================== hello =============================== 1 123Array ( [0] => hello [1] => what [2] => sorry [3] => Technology )