3v4l.org

run code in 300+ PHP versions simultaneously
<?php $Wales = 'Swansea'; extract($capitalcities, EXTR_SKIP); print $Wales; print $Scotland; extract($capitalcities, EXTR_PREFIX_SAME, "country"); print $Wales; print $country_England; extract($capitalcities, EXTR_PREFIX_ALL, "country"); ?>
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught TypeError: extract(): Argument #1 ($array) must be of type array, null given in /in/OFtBN:3 Stack trace: #0 /in/OFtBN(3): extract(NULL, 1) #1 {main} thrown in /in/OFtBN on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.30, 7.0.0 - 7.0.29, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
Warning: extract() expects parameter 1 to be array, null given in /in/OFtBN on line 3 Swansea Notice: Undefined variable: Scotland in /in/OFtBN on line 5 Warning: extract() expects parameter 1 to be array, null given in /in/OFtBN on line 6 Swansea Notice: Undefined variable: country_England in /in/OFtBN on line 8 Warning: extract() expects parameter 1 to be array, null given in /in/OFtBN on line 9
Output for 7.3.32 - 7.3.33
Warning: extract() expects parameter 1 to be array, null given in /in/OFtBN on line 3 Swansea Warning: extract() expects parameter 1 to be array, null given in /in/OFtBN on line 6 Swansea Warning: extract() expects parameter 1 to be array, null given in /in/OFtBN on line 9
Output for 5.2.7 - 5.2.17
Warning: extract(): First argument should be an array in /in/OFtBN on line 3 Swansea Notice: Undefined variable: Scotland in /in/OFtBN on line 5 Warning: extract(): First argument should be an array in /in/OFtBN on line 6 Swansea Notice: Undefined variable: country_England in /in/OFtBN on line 8 Warning: extract(): First argument should be an array in /in/OFtBN on line 9
Output for 5.0.4 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.6
Notice: Undefined variable: capitalcities in /in/OFtBN on line 3 Warning: extract(): First argument should be an array in /in/OFtBN on line 3 Swansea Notice: Undefined variable: Scotland in /in/OFtBN on line 5 Notice: Undefined variable: capitalcities in /in/OFtBN on line 6 Warning: extract(): First argument should be an array in /in/OFtBN on line 6 Swansea Notice: Undefined variable: country_England in /in/OFtBN on line 8 Notice: Undefined variable: capitalcities in /in/OFtBN on line 9 Warning: extract(): First argument should be an array in /in/OFtBN on line 9
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.3
Notice: Undefined variable: capitalcities in /in/OFtBN on line 3 Warning: extract(): First argument should be an array in /in/OFtBN on line 3 Swansea Notice: Undefined variable: Scotland in /in/OFtBN on line 5 Notice: Undefined variable: capitalcities in /in/OFtBN on line 6 Warning: extract(): First argument should be an array in /in/OFtBN on line 6 Swansea Notice: Undefined variable: country_England in /in/OFtBN on line 8 Notice: Undefined variable: capitalcities in /in/OFtBN on line 9 Warning: extract(): First argument should be an array in /in/OFtBN on line 9
Output for 4.3.0 - 4.3.1
Notice: Undefined variable: capitalcities in /in/OFtBN on line 3 Warning: extract() [http://www.php.net/function.extract]: First argument should be an array in /in/OFtBN on line 3 Swansea Notice: Undefined variable: Scotland in /in/OFtBN on line 5 Notice: Undefined variable: capitalcities in /in/OFtBN on line 6 Warning: extract() [http://www.php.net/function.extract]: First argument should be an array in /in/OFtBN on line 6 Swansea Notice: Undefined variable: country_England in /in/OFtBN on line 8 Notice: Undefined variable: capitalcities in /in/OFtBN on line 9 Warning: extract() [http://www.php.net/function.extract]: First argument should be an array in /in/OFtBN on line 9

preferences:
281.88 ms | 403 KiB | 420 Q