3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dateString = 'Wed, 28 Dec 2011 13:04:30 GMT'; $dateTime = date_create_from_format('D, d M Y H:i:s e',$dateString);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NTdpT
function name:  (null)
number of ops:  7
compiled vars:  !0 = $dateString, !1 = $dateTime
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Wed%2C+28+Dec+2011+13%3A04%3A30+GMT'
    4     1        INIT_FCALL                                               'date_create_from_format'
          2        SEND_VAL                                                 'D%2C+d+M+Y+H%3Ai%3As+e'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
          6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.22 ms | 1394 KiB | 15 Q