3v4l.org

run code in 300+ PHP versions simultaneously
<?php $ini = <<<ini AFRIKAANS = af ALBANIAN = sq AMHARIC = am ARABIC = ar ARMENIAN = hy AZERBAIJANI = az BASQUE = eu BELARUSIAN = be BENGALI = bn BIHARI = bh BULGARIAN = bg BURMESE = my CATALAN = ca CHEROKEE = chr CHINESE = zh ini; var_export( parse_ini_string(strtolower($ini)) );
Output for git.master_jit, git.master
array ( 'afrikaans' => 'af', 'albanian' => 'sq', 'amharic' => 'am', 'arabic' => 'ar', 'armenian' => 'hy', 'azerbaijani' => 'az', 'basque' => 'eu', 'belarusian' => 'be', 'bengali' => 'bn', 'bihari' => 'bh', 'bulgarian' => 'bg', 'burmese' => 'my', 'catalan' => 'ca', 'cherokee' => 'chr', 'chinese' => 'zh', )

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:
57.45 ms | 406 KiB | 5 Q