3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(defined('HHVM_VERSION')); var_dump(defined('HHVM_VERSION_ID')); var_dump(is_int(HHVM_VERSION_ID)); // test HHVM_VERSION and HHVM_VERSION_ID matches $version = explode('.', "3.4.0"); $version_int = $version[0] * 10000 + $version[1] * 100 + $version[2]; echo $version_int;
Output for git.master, git.master_jit, rfc.property-hooks
bool(false) bool(false) Fatal error: Uncaught Error: Undefined constant "HHVM_VERSION_ID" in /in/rVhgV:5 Stack trace: #0 {main} thrown in /in/rVhgV on line 5
Process exited with code 255.

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