3v4l.org

run code in 300+ PHP versions simultaneously
<?php $debugIps = [ '127.0.0.1', 'fe80::1', '::1', '10.10.10.10', '10.10.10.1', '78.56.59.108', '88.119.11.191' ]; if (isset($_SERVER['HTTP_CLIENT_IP']) || isset($_SERVER['HTTP_X_FORWARDED_FOR']) || !(in_array(@$_SERVER['REMOTE_ADDR'], $debugIps) || php_sapi_name() === 'cli-server') ) { header('HTTP/1.0 403 Forbidden'); exit('You are not allowed to access this file. Check '.basename(__FILE__).' for more information.'); }
Output for git.master, git.master_jit, rfc.property-hooks
You are not allowed to access this file. Check kpt2P for more information.

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