3v4l.org

run code in 500+ PHP versions simultaneously
<?php $txt = <<<TXT Foodbar: +8; Barredfu: -91% TXT; $result = []; foreach (explode("\n", $txt) as $line); sscanf( $line, '%[^:]:%[+-]%d%[%]', $attr, $result[$attr]['sign'], $result[$attr]['numb'], $result[$attr]['perc'] ); } var_export();
Output for git.master_jit, git.master
Parse error: Unmatched '}' in /in/fZFag on line 18
Process exited with code 255.

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.14 ms | 703 KiB | 3 Q