3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url='https://openload.co/embed/35-S7_SZ1uU/'; $r=file_get_contents($url); preg_match('/<span id="(.*?)">(.*?)<\/span>/',$r,$m); //print_r($m); if($m[2]) { $id=trim($m[2]); $urlcode = []; $first_char = ord($id[0]); $key = $first_char - 50; $maxKey = max(2, $key); $key = min($maxKey, strlen($id) - 22); $t=substr($id,$key,20); $hashMap = array(); $v = str_replace($t, "",$id); $h = 0; while($h < strlen($t)){ $f = substr($t,$h,2); $i = intval($f, 16); $hashMap[$h / 2] = $i; $h += 2; } $h = 0; while ($h < strlen($v)){ $B = substr($v,$h,3); $i = intval($B, 16); if (($h / 3) % 3 == 0) { $i = intval($B, 8);} $index = ($h / 3) % 10; $A = $hashMap[$index]; $i = $i ^ 47; $i = $i ^ $A; $urlcode[]=chr($i); $h += 3; } $link='https://openload.co/stream/'.implode('',$urlcode); echo $link; }
Output for git.master, git.master_jit, rfc.property-hooks
Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/B7cPa on line 3 Warning: file_get_contents(): open_basedir restriction in effect. File(https://openload.co/embed/35-S7_SZ1uU/) is not within the allowed path(s): (/tmp:/in:/etc) in /in/B7cPa on line 3 Warning: file_get_contents(https://openload.co/embed/35-S7_SZ1uU/): Failed to open stream: Operation not permitted in /in/B7cPa on line 3 Warning: Undefined array key 2 in /in/B7cPa on line 6

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:
39.84 ms | 402 KiB | 8 Q