3v4l.org

run code in 300+ PHP versions simultaneously
<?php if( empty($_POST['name']) || empty($_POST['email']) || empty($_POST['transid']) || empty($_POST['psne']) || empty($_POST['psnp']) || empty($_POST['list']) || !filter_var($_POST['email'],FILTER_VALIDATE_EMAIL) ) { !filter_var($_POST['psne'],FILTER_VALIDATE_EMAIL); } { echo "Please fill in all the boxes correctly."; http_response_code(400); return false; }
Output for git.master, git.master_jit
Warning: Undefined array key "psne" in /in/tAHBB on line 12 Please fill in all the boxes correctly.
Output for rfc.property-hooks
Warning: Undefined array key "psne" in /in/tAHBB on line 12 Please fill in all the boxes correctly. Warning: http_response_code(): Cannot set response code - headers already sent (output started at /in/tAHBB:12) in /in/tAHBB on line 16

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