3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = "PHP [gallery-1]. [gallery-2]"; echo preg_replace('/\[gallery-([1-9]*)\]/', '$1', $text); die(); 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) { $pos = $match[1]-1; } } // $position = $matches[0][0][1]; } else { echo "A match was not found."; }
Output for git.master, git.master_jit, rfc.property-hooks
PHP 1. 2

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
51.57 ms | 401 KiB | 8 Q