3v4l.org

run code in 300+ PHP versions simultaneously
<?php list($ip1, $ip2, $ip3, $ip4) = explode('.', '255.35.101.15'); $ip = ($ip1<<24)|($ip2<<16)|($ip3<<8)|($ip4); echo sprintf('%u', $ip);
Output for git.master, git.master_jit, rfc.property-hooks
4280509711

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