3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! $ips = array( "1.1.011.011", "127.0.0.1", "1.1.071.071", "0.0.0.0", "1.1.081.081", "192.168.0.0", "256.0.0.1", "192.168.0xa.5", ); foreach($ips as $ip) { var_dump(ip2long($ip)); }
Output for git.master, git.master_jit, rfc.property-hooks
bool(false) int(2130706433) bool(false) int(0) bool(false) int(3232235520) bool(false) bool(false)

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