3v4l.org

run code in 500+ PHP versions simultaneously
<?php $str = 'Fri, 30 Jun 2017 16:27:44 +0000 (UTC)'; echo date('d.m.Y H:i:s',strtotime($str));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/obfNB
function name:  (null)
number of ops:  10
compiled vars:  !0 = $str
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, 'Fri%2C+30+Jun+2017+16%3A27%3A44+%2B0000+%28UTC%29'
    5     1        INIT_FCALL                                                   'date'
          2        SEND_VAL                                                     'd.m.Y+H%3Ai%3As'
          3        INIT_FCALL                                                   'strtotime'
          4        SEND_VAR                                                     !0
          5        DO_ICALL                                             $2      
          6        SEND_VAR                                                     $2
          7        DO_ICALL                                             $3      
          8        ECHO                                                         $3
          9      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
160.42 ms | 2060 KiB | 16 Q