3v4l.org

run code in 300+ PHP versions simultaneously
<?php //echo date("H"); //echo date("i"); /* ESPERO QUE ESTE PROBLEMA ME CUENTE EL DOBLE, PORQUE MI MAQUINA CUENTA CON UN IVI BRIDGE QUE UTILIZA GENERACION POR HARDWARE, Y CASI ME VUELVO LOCO PARA DESHABILITARLA Y QUE FUNCIONARA CORRECTAMENTE */ //Evitamos que muestre los Warnings error_reporting(E_ERROR | E_PARSE); //echo $http_response_header[5]; // echo $hora." "; // echo $minuto." "; // echo date("H")." "; // echo date("i")." "; //$server = 'http://127.0.0.1/probe.php'; $server = 'http://random.contest.tuenti.net/'; //$contents = file_get_contents('http://random.contest.tuenti.net/?password=2036317783'); $contents = file_get_contents($server.'?password=2036317783&input=326b5d287a'); //var_dump($http_response_header); for ($ppid = 1; $ppid <= 100; $ppid++){ $pos = strpos($contents, "wrong!"); if ($pos !== false){ //$pos2 = strpos( //echo $http_response_header[1]; //Buscamos el header en que se encuentra 'Date' $nHeaders = count($http_response_header); for ($i = 0; $i <= $nHeaders; $i++){ if(strpos($http_response_header[$i], "Date") !== false){ //echo $i." "; break; } //echo $http_response_header[$i]." "; } //echo $i." "; $hora = substr($http_response_header[$i], 23, -10); $minuto = substr($http_response_header[$i], 26, -7); //echo $hora." ".$minuto; //echo mktime(date("H"),date("i"),0)." "; //echo mktime($hora, $minuto, 0)." "; srand(mktime($hora, $minuto, 0) * $ppid); $rand = rand(); echo $rand." "; $contents = file_get_contents($server.'?password='.$rand.'&input=326b5d287a'); //$contents = file_get_contents('http://random.contest.tuenti.net/?password='.$rand); }else{ echo "El ppid valido era ".($ppid-1)." fecha:".$hora." ".$minuto. "<br/>"; echo $contents; break; } } //echo $contents;
Output for 4.3.0 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.1 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.25, 7.3.0 - 7.3.12, 7.4.0
El ppid valido era 0 fecha: <br/>
Output for 5.1.0
Fatal error: fatal flex scanner internal error--end of buffer missed in /in/gZqvd on line 74
Process exited with code 255.

preferences:
183.63 ms | 401 KiB | 322 Q