3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Hacker stuff $request_data['auth_token'] = 0; // Your code define("AUTH_TOKEN", "I08L3Xh4507Ieue3zVi3Ny08EcLnUeQz"); if(!isset($request_data['auth_token']) || $request_data['auth_token'] != AUTH_TOKEN) { http_response_code(403); die("Forbidden"); } echo 'Welcome!';
Output for git.master, git.master_jit, rfc.property-hooks
Forbidden

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