3v4l.org

run code in 300+ PHP versions simultaneously
<?php $LOGINSERVER_HOST = "217.23.133.119"; $LOGINSERVER_PORT = 28511; function GetAccountRegisterDate($account) { $buf = pack("c", 0x0b); // $buf .= pack("a*x",$account); // account name echo pack("s", (strlen($buf)+2)).$buf; echo $buf; } function tounicode($string) { $rs = ""; for($i = 0; $i < strlen($string); $i++) $rs .= $string[$i].chr(0); return($rs.chr(0).chr(0)); } echo GetAccountRegisterDate('Infernalz');
Output for git.master, git.master_jit, rfc.property-hooks
Infernalz Infernalz

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.24 ms | 401 KiB | 8 Q