3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dt = "Feb 21 2013, 03:40 PM"; $parsed=date_parse_from_format("M j Y, h:i A",$dt); var_dump($parsed);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/HfPvF
function name:  (null)
number of ops:  10
compiled vars:  !0 = $dt, !1 = $parsed
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'Feb+21+2013%2C+03%3A40+PM'
    3     1        INIT_FCALL                                               'date_parse_from_format'
          2        SEND_VAL                                                 'M+j+Y%2C+h%3Ai+A'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
    4     6        INIT_FCALL                                               'var_dump'
          7        SEND_VAR                                                 !1
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.81 ms | 1394 KiB | 17 Q