3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = '(Mary Poppens) Umbrella (Color Yellow)'; preg_match_all('#\((.*?)\)|[^()]+#', $string, $match, PREG_SET_ORDER); foreach($match as $m){ if(isset($m[1])){ $array[] = explode(' ', $m[1]); }else{ $array[] = trim($m[0]); } } print_r($array); ?>

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
156.13 ms | 2957 KiB | 14 Q