3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dat = crypt('https://scontent-fra3-1.xx.fbcdn.net/hphotos-xta1/v/t1.0-9/p720x720/10428530_977985338931421_1442326547988295691_n.jpg?oh=a74f8bf884a5b8dfc8b710e0c598144c&oe=56777937'); $numbers = array(); foreach (str_split($dat) as $chr) {$numbers[] = sprintf('%03d', ord($chr));} echo substr(substr_replace(chunk_split(join($numbers), 8, '_'),"1",16),0,35);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught ArgumentCountError: crypt() expects exactly 2 arguments, 1 given in /in/1IR6L:2 Stack trace: #0 /in/1IR6L(2): crypt(Object(SensitiveParameterValue)) #1 {main} thrown in /in/1IR6L on line 2
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:
48.38 ms | 401 KiB | 8 Q