3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = ' background-image: url(../images/....png); height: 32px; width: 32px; margin: 0px; -webkit-transition: all ease 0.4s; -moz-transition: all ease 0.4s; -o-transition: all ease 0.4s; -ms-transition: all ease 0.4s; transition: all ease 0.4s; opacity:0.70; filter:alpha(opacity=70); /* For IE8 and earlier */ overflow: hidden; '; $x = preg_split('#[:;]#', $string, -1, PREG_SPLIT_NO_EMPTY); $x = array_filter(array_map('trim', $$x)); print_r($x);
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
Warning: Array to string conversion in /in/voeGr on line 19 Warning: Undefined variable $Array in /in/voeGr on line 19 Fatal error: Uncaught TypeError: array_map(): Argument #2 ($array) must be of type array, null given in /in/voeGr:19 Stack trace: #0 /in/voeGr(19): array_map('trim', NULL) #1 {main} thrown in /in/voeGr on line 19
Process exited with code 255.
Output for 7.3.12 - 7.3.31, 7.4.0 - 7.4.25, 7.4.27 - 7.4.33
Notice: Array to string conversion in /in/voeGr on line 19 Notice: Undefined variable: Array in /in/voeGr on line 19 Warning: array_map(): Expected parameter 2 to be an array, null given in /in/voeGr on line 19 Warning: array_filter() expects parameter 1 to be array, null given in /in/voeGr on line 19
Output for 7.3.32 - 7.3.33, 7.4.26
Warning: array_map(): Expected parameter 2 to be an array, null given in /in/voeGr on line 19 Warning: array_filter() expects parameter 1 to be array, null given in /in/voeGr on line 19
Output for 5.5.0 - 5.5.35, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.10, 7.2.0 - 7.2.33
Notice: Array to string conversion in /in/voeGr on line 19 Notice: Undefined variable: Array in /in/voeGr on line 19 Warning: array_map(): Argument #2 should be an array in /in/voeGr on line 19 Warning: array_filter() expects parameter 1 to be array, null given in /in/voeGr on line 19
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45
Warning: array_map(): Argument #2 should be an array in /in/voeGr on line 19 Warning: array_filter() expects parameter 1 to be array, null given in /in/voeGr on line 19
Output for 5.2.3 - 5.2.17
Warning: array_map(): Argument #2 should be an array in /in/voeGr on line 19 Warning: array_filter(): The first argument should be an array in /in/voeGr on line 19
Output for 4.4.3 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.2
<br /> <b>Warning</b>: array_map() [<a href='function.array-map'>function.array-map</a>]: Argument #2 should be an array in <b>/in/voeGr</b> on line <b>19</b><br /> <br /> <b>Warning</b>: array_filter() [<a href='function.array-filter'>function.array-filter</a>]: The first argument should be an array in <b>/in/voeGr</b> on line <b>19</b><br />
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.2
<br /> <b>Warning</b>: array_map(): Argument #2 should be an array in <b>/in/voeGr</b> on line <b>19</b><br /> <br /> <b>Warning</b>: array_filter(): The first argument should be an array in <b>/in/voeGr</b> on line <b>19</b><br />
Output for 4.3.0 - 4.3.1
<br /> <b>Warning</b>: array_map() [<a href='http://www.php.net/function.array-map'>function.array-map</a>]: Argument #2 should be an array in <b>/in/voeGr</b> on line <b>19</b><br /> <br /> <b>Warning</b>: array_filter() [<a href='http://www.php.net/function.array-filter'>function.array-filter</a>]: The first argument should be an array in <b>/in/voeGr</b> on line <b>19</b><br />

preferences:
217.7 ms | 402 KiB | 343 Q