3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = array("apple", "", 2, null, -5, "orange", 10, false, "",22); $filteredX = array_filter($x); var_dump($filteredX); echo "<br/>"; $m = [12,13,14,15,16,17,18,19,20,21]; $k = array_map(null, $filteredX, $m); $filteredK = array_filter($k, function($v) { return isset($v[0], $v[1]);}); shuffle($filteredK); $count = 1; foreach ($filteredK as $a) { if($count <= 8){ echo "The number is: $a[0]. $a[1]. <br>"; }else{ break; } $count++; }
Output for 7.4.11
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: orange. 15. <br>The number is: -5. 14. <br>The number is: 10. 16. <br>The number is: apple. 12. <br>The number is: 2. 13. <br>The number is: 22. 17. <br>
Output for 7.4.10
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 22. 17. <br>The number is: 10. 16. <br>The number is: -5. 14. <br>The number is: orange. 15. <br>The number is: apple. 12. <br>The number is: 2. 13. <br>
Output for 7.4.9
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: -5. 14. <br>The number is: 10. 16. <br>The number is: 2. 13. <br>The number is: apple. 12. <br>The number is: 22. 17. <br>The number is: orange. 15. <br>
Output for 7.4.8
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 2. 13. <br>The number is: apple. 12. <br>The number is: orange. 15. <br>The number is: -5. 14. <br>The number is: 22. 17. <br>The number is: 10. 16. <br>
Output for 7.4.7
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 22. 17. <br>The number is: orange. 15. <br>The number is: 10. 16. <br>The number is: -5. 14. <br>The number is: 2. 13. <br>The number is: apple. 12. <br>
Output for 7.4.6
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: -5. 14. <br>The number is: 22. 17. <br>The number is: apple. 12. <br>The number is: 2. 13. <br>The number is: 10. 16. <br>The number is: orange. 15. <br>
Output for 7.4.5
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: -5. 14. <br>The number is: orange. 15. <br>The number is: 10. 16. <br>The number is: 22. 17. <br>The number is: apple. 12. <br>The number is: 2. 13. <br>
Output for 7.4.4
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: -5. 14. <br>The number is: apple. 12. <br>The number is: 10. 16. <br>The number is: 2. 13. <br>The number is: orange. 15. <br>The number is: 22. 17. <br>
Output for 7.4.3
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 10. 16. <br>The number is: apple. 12. <br>The number is: 2. 13. <br>The number is: 22. 17. <br>The number is: -5. 14. <br>The number is: orange. 15. <br>
Output for 7.4.2
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: apple. 12. <br>The number is: 22. 17. <br>The number is: orange. 15. <br>The number is: 2. 13. <br>The number is: -5. 14. <br>The number is: 10. 16. <br>
Output for 7.4.1
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 22. 17. <br>The number is: apple. 12. <br>The number is: orange. 15. <br>The number is: -5. 14. <br>The number is: 2. 13. <br>The number is: 10. 16. <br>
Output for 7.4.0
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: -5. 14. <br>The number is: apple. 12. <br>The number is: 10. 16. <br>The number is: orange. 15. <br>The number is: 22. 17. <br>The number is: 2. 13. <br>
Output for 7.3.23
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 10. 16. <br>The number is: 2. 13. <br>The number is: -5. 14. <br>The number is: apple. 12. <br>The number is: orange. 15. <br>The number is: 22. 17. <br>
Output for 7.3.22
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 22. 17. <br>The number is: orange. 15. <br>The number is: -5. 14. <br>The number is: 2. 13. <br>The number is: apple. 12. <br>The number is: 10. 16. <br>
Output for 7.3.21
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 22. 17. <br>The number is: -5. 14. <br>The number is: 10. 16. <br>The number is: orange. 15. <br>The number is: apple. 12. <br>The number is: 2. 13. <br>
Output for 7.3.20
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: orange. 15. <br>The number is: 2. 13. <br>The number is: 22. 17. <br>The number is: apple. 12. <br>The number is: -5. 14. <br>The number is: 10. 16. <br>
Output for 7.3.19
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: apple. 12. <br>The number is: 2. 13. <br>The number is: -5. 14. <br>The number is: 10. 16. <br>The number is: orange. 15. <br>The number is: 22. 17. <br>
Output for 7.3.7, 7.3.18
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: apple. 12. <br>The number is: 2. 13. <br>The number is: orange. 15. <br>The number is: 22. 17. <br>The number is: 10. 16. <br>The number is: -5. 14. <br>
Output for 7.3.17
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: apple. 12. <br>The number is: 10. 16. <br>The number is: 2. 13. <br>The number is: 22. 17. <br>The number is: -5. 14. <br>The number is: orange. 15. <br>
Output for 7.3.16
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 2. 13. <br>The number is: 10. 16. <br>The number is: orange. 15. <br>The number is: -5. 14. <br>The number is: apple. 12. <br>The number is: 22. 17. <br>
Output for 7.2.23, 7.3.15
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: orange. 15. <br>The number is: 22. 17. <br>The number is: -5. 14. <br>The number is: 2. 13. <br>The number is: 10. 16. <br>The number is: apple. 12. <br>
Output for 7.3.14
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 22. 17. <br>The number is: 10. 16. <br>The number is: 2. 13. <br>The number is: orange. 15. <br>The number is: apple. 12. <br>The number is: -5. 14. <br>
Output for 7.3.13
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: orange. 15. <br>The number is: -5. 14. <br>The number is: 2. 13. <br>The number is: 10. 16. <br>The number is: 22. 17. <br>The number is: apple. 12. <br>
Output for 7.3.12
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: apple. 12. <br>The number is: 2. 13. <br>The number is: 22. 17. <br>The number is: orange. 15. <br>The number is: 10. 16. <br>The number is: -5. 14. <br>
Output for 7.3.11
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: orange. 15. <br>The number is: 22. 17. <br>The number is: 2. 13. <br>The number is: 10. 16. <br>The number is: apple. 12. <br>The number is: -5. 14. <br>
Output for 7.3.10
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: orange. 15. <br>The number is: 2. 13. <br>The number is: 22. 17. <br>The number is: -5. 14. <br>The number is: 10. 16. <br>The number is: apple. 12. <br>
Output for 7.3.9
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 2. 13. <br>The number is: 10. 16. <br>The number is: -5. 14. <br>The number is: apple. 12. <br>The number is: 22. 17. <br>The number is: orange. 15. <br>
Output for 7.3.8
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 2. 13. <br>The number is: apple. 12. <br>The number is: 10. 16. <br>The number is: -5. 14. <br>The number is: 22. 17. <br>The number is: orange. 15. <br>
Output for 7.2.6, 7.3.6
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 10. 16. <br>The number is: 22. 17. <br>The number is: apple. 12. <br>The number is: -5. 14. <br>The number is: 2. 13. <br>The number is: orange. 15. <br>
Output for 7.3.5
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 2. 13. <br>The number is: apple. 12. <br>The number is: orange. 15. <br>The number is: 10. 16. <br>The number is: -5. 14. <br>The number is: 22. 17. <br>
Output for 7.3.4
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: orange. 15. <br>The number is: -5. 14. <br>The number is: 10. 16. <br>The number is: 22. 17. <br>The number is: apple. 12. <br>The number is: 2. 13. <br>
Output for 7.3.3
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: apple. 12. <br>The number is: orange. 15. <br>The number is: 2. 13. <br>The number is: 10. 16. <br>The number is: 22. 17. <br>The number is: -5. 14. <br>
Output for 7.3.2
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 2. 13. <br>The number is: orange. 15. <br>The number is: 22. 17. <br>The number is: 10. 16. <br>The number is: apple. 12. <br>The number is: -5. 14. <br>
Output for 7.3.1
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 10. 16. <br>The number is: apple. 12. <br>The number is: orange. 15. <br>The number is: 2. 13. <br>The number is: 22. 17. <br>The number is: -5. 14. <br>
Output for 7.3.0
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: -5. 14. <br>The number is: 10. 16. <br>The number is: apple. 12. <br>The number is: 22. 17. <br>The number is: orange. 15. <br>The number is: 2. 13. <br>
Output for 7.2.34
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 22. 17. <br>The number is: 10. 16. <br>The number is: apple. 12. <br>The number is: 2. 13. <br>The number is: orange. 15. <br>The number is: -5. 14. <br>
Output for 7.2.33
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: apple. 12. <br>The number is: orange. 15. <br>The number is: -5. 14. <br>The number is: 2. 13. <br>The number is: 10. 16. <br>The number is: 22. 17. <br>
Output for 7.2.32
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: orange. 15. <br>The number is: 2. 13. <br>The number is: 10. 16. <br>The number is: -5. 14. <br>The number is: apple. 12. <br>The number is: 22. 17. <br>
Output for 7.2.19, 7.2.31
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 2. 13. <br>The number is: 22. 17. <br>The number is: 10. 16. <br>The number is: orange. 15. <br>The number is: apple. 12. <br>The number is: -5. 14. <br>
Output for 7.2.30
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 10. 16. <br>The number is: -5. 14. <br>The number is: orange. 15. <br>The number is: 22. 17. <br>The number is: 2. 13. <br>The number is: apple. 12. <br>
Output for 7.2.29
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 10. 16. <br>The number is: 2. 13. <br>The number is: 22. 17. <br>The number is: -5. 14. <br>The number is: apple. 12. <br>The number is: orange. 15. <br>
Output for 7.2.28
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: orange. 15. <br>The number is: 2. 13. <br>The number is: -5. 14. <br>The number is: 10. 16. <br>The number is: apple. 12. <br>The number is: 22. 17. <br>
Output for 7.2.27
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: orange. 15. <br>The number is: 22. 17. <br>The number is: -5. 14. <br>The number is: apple. 12. <br>The number is: 2. 13. <br>The number is: 10. 16. <br>
Output for 7.2.26
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: apple. 12. <br>The number is: 22. 17. <br>The number is: orange. 15. <br>The number is: 10. 16. <br>The number is: 2. 13. <br>The number is: -5. 14. <br>
Output for 7.2.25
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 2. 13. <br>The number is: apple. 12. <br>The number is: 10. 16. <br>The number is: -5. 14. <br>The number is: orange. 15. <br>The number is: 22. 17. <br>
Output for 7.2.24
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 2. 13. <br>The number is: -5. 14. <br>The number is: 10. 16. <br>The number is: apple. 12. <br>The number is: 22. 17. <br>The number is: orange. 15. <br>
Output for 7.2.22
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: -5. 14. <br>The number is: 2. 13. <br>The number is: orange. 15. <br>The number is: 22. 17. <br>The number is: apple. 12. <br>The number is: 10. 16. <br>
Output for 7.2.21
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 2. 13. <br>The number is: -5. 14. <br>The number is: orange. 15. <br>The number is: 22. 17. <br>The number is: 10. 16. <br>The number is: apple. 12. <br>
Output for 7.2.20
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 10. 16. <br>The number is: apple. 12. <br>The number is: orange. 15. <br>The number is: -5. 14. <br>The number is: 2. 13. <br>The number is: 22. 17. <br>
Output for 7.2.18
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 22. 17. <br>The number is: 2. 13. <br>The number is: -5. 14. <br>The number is: orange. 15. <br>The number is: 10. 16. <br>The number is: apple. 12. <br>
Output for 7.2.17
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 10. 16. <br>The number is: 22. 17. <br>The number is: apple. 12. <br>The number is: 2. 13. <br>The number is: orange. 15. <br>The number is: -5. 14. <br>
Output for 7.2.16
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 10. 16. <br>The number is: 22. 17. <br>The number is: 2. 13. <br>The number is: orange. 15. <br>The number is: apple. 12. <br>The number is: -5. 14. <br>
Output for 7.2.15
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 22. 17. <br>The number is: 2. 13. <br>The number is: orange. 15. <br>The number is: -5. 14. <br>The number is: 10. 16. <br>The number is: apple. 12. <br>
Output for 7.2.14
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: apple. 12. <br>The number is: 10. 16. <br>The number is: 2. 13. <br>The number is: orange. 15. <br>The number is: -5. 14. <br>The number is: 22. 17. <br>
Output for 7.2.13
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 10. 16. <br>The number is: orange. 15. <br>The number is: 22. 17. <br>The number is: -5. 14. <br>The number is: 2. 13. <br>The number is: apple. 12. <br>
Output for 7.2.12
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 2. 13. <br>The number is: apple. 12. <br>The number is: 22. 17. <br>The number is: -5. 14. <br>The number is: orange. 15. <br>The number is: 10. 16. <br>
Output for 7.2.4, 7.2.11
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: orange. 15. <br>The number is: 10. 16. <br>The number is: -5. 14. <br>The number is: 22. 17. <br>The number is: apple. 12. <br>The number is: 2. 13. <br>
Output for 7.2.10
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: apple. 12. <br>The number is: 22. 17. <br>The number is: 2. 13. <br>The number is: 10. 16. <br>The number is: orange. 15. <br>The number is: -5. 14. <br>
Output for 7.2.9
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: -5. 14. <br>The number is: 22. 17. <br>The number is: orange. 15. <br>The number is: 2. 13. <br>The number is: apple. 12. <br>The number is: 10. 16. <br>
Output for 7.2.8
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 10. 16. <br>The number is: 2. 13. <br>The number is: -5. 14. <br>The number is: 22. 17. <br>The number is: apple. 12. <br>The number is: orange. 15. <br>
Output for 7.2.7
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: orange. 15. <br>The number is: 22. 17. <br>The number is: apple. 12. <br>The number is: -5. 14. <br>The number is: 2. 13. <br>The number is: 10. 16. <br>
Output for 7.2.5
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 22. 17. <br>The number is: 10. 16. <br>The number is: orange. 15. <br>The number is: 2. 13. <br>The number is: -5. 14. <br>The number is: apple. 12. <br>
Output for 7.2.3
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: -5. 14. <br>The number is: orange. 15. <br>The number is: apple. 12. <br>The number is: 10. 16. <br>The number is: 2. 13. <br>The number is: 22. 17. <br>
Output for 7.2.2
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: orange. 15. <br>The number is: apple. 12. <br>The number is: 22. 17. <br>The number is: -5. 14. <br>The number is: 10. 16. <br>The number is: 2. 13. <br>
Output for 7.2.1
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: 2. 13. <br>The number is: orange. 15. <br>The number is: -5. 14. <br>The number is: apple. 12. <br>The number is: 10. 16. <br>The number is: 22. 17. <br>
Output for 7.2.0
array(6) { [0]=> string(5) "apple" [2]=> int(2) [4]=> int(-5) [5]=> string(6) "orange" [6]=> int(10) [9]=> int(22) } <br/>The number is: orange. 15. <br>The number is: 10. 16. <br>The number is: apple. 12. <br>The number is: 22. 17. <br>The number is: -5. 14. <br>The number is: 2. 13. <br>

preferences:
54.32 ms | 521 KiB | 5 Q