3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = "PHP [gallery-1]. [gallery-2]"; if (preg_match_all("/\bgallery-\b/i", $text, $matches, PREG_OFFSET_CAPTURE)) { // print_r($matches); $matches = $matches[0]; if(is_array($matches) { foreach($matches as $match) { print_r($match); } } // $position = $matches[0][0][1]; } else { echo "A match was not found."; }
Output for 5.3.0 - 5.3.27, 5.4.0 - 5.4.22
Parse error: syntax error, unexpected '{' in /in/6orfW on line 10
Process exited with code 255.

preferences:
176.82 ms | 1399 KiB | 58 Q