3v4l.org

run code in 300+ PHP versions simultaneously
<?php //lin bmp $teemo = $_FILES['image_file']['tmp_name']; $teemo = bin2hex(file_get_contents($teemo)); //画像バイナリ16進数化 $teemo = substr_replace($teemo,"36",20,2); //address=Aを36に書き換え $teemo = str_replace('4c696e65616765', '', $teemo); //address=36から3Cまでの7byte削除 $teemo = hex2bin($teemo);
Output for git.master, git.master_jit
Warning: Undefined array key "image_file" in /in/ZIqMF on line 4 Warning: Trying to access array offset on value of type null in /in/ZIqMF on line 4 Deprecated: file_get_contents(): Passing null to parameter #1 ($filename) of type string is deprecated in /in/ZIqMF on line 5 Fatal error: Uncaught ValueError: Path cannot be empty in /in/ZIqMF:5 Stack trace: #0 /in/ZIqMF(5): file_get_contents('') #1 {main} thrown in /in/ZIqMF on line 5
Process exited with code 255.
Output for rfc.property-hooks
Warning: Undefined array key "image_file" in /in/ZIqMF on line 4 Warning: Trying to access array offset on null in /in/ZIqMF on line 4 Deprecated: file_get_contents(): Passing null to parameter #1 ($filename) of type string is deprecated in /in/ZIqMF on line 5 Fatal error: Uncaught ValueError: Path cannot be empty in /in/ZIqMF:5 Stack trace: #0 /in/ZIqMF(5): file_get_contents('') #1 {main} thrown in /in/ZIqMF 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:
41.85 ms | 401 KiB | 8 Q