3v4l.org

run code in 500+ PHP versions simultaneously
<?php $sc = '[csvtohtml_create include_rows="1-10" debug_mode="no" source_type="guess" path="largecsv" source_files="test?output=csv" csv_delimiter="," ]'; if (preg_match_all('~([^\s=]+)=(?|"([^"]*)"|(\S+))~', $sc, $ms)) { print_r(array_combine($ms[1],$ms[2])); }
Output for rfc.property-hooks, git.master, git.master_jit
Array ( [include_rows] => 1-10 [debug_mode] => no [source_type] => guess [path] => largecsv [source_files] => test?output=csv [csv_delimiter] => , )

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:
62.47 ms | 1429 KiB | 4 Q