3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array('Implied', 1=> 'Integer', '2' => 'String', 3.0 => 'Float', '' => 'empty', 'f' => 'Non-int'); foreach($a AS $k=>$v){ echo "$v is treated as (" . gettype($k) . ')' . var_export($k, true) . "\r\n\r\n"; }
Output for git.master, git.master_jit, rfc.property-hooks
Implied is treated as (integer)0 Integer is treated as (integer)1 String is treated as (integer)2 Float is treated as (integer)3 empty is treated as (string)'' Non-int is treated as (string)'f'

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:
35.72 ms | 401 KiB | 8 Q