3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d = '13-10-2014'; $a = date_parse($d); $b = date("d-m-Y"); var_dump($a === $b);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/p0KdP
function name:  (null)
number of ops:  14
compiled vars:  !0 = $d, !1 = $a, !2 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '13-10-2014'
    4     1        INIT_FCALL                                               'date_parse'
          2        SEND_VAR                                                 !0
          3        DO_ICALL                                         $4      
          4        ASSIGN                                                   !1, $4
    5     5        INIT_FCALL                                               'date'
          6        SEND_VAL                                                 'd-m-Y'
          7        DO_ICALL                                         $6      
          8        ASSIGN                                                   !2, $6
    6     9        INIT_FCALL                                               'var_dump'
         10        IS_IDENTICAL                                     ~8      !1, !2
         11        SEND_VAL                                                 ~8
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.59 ms | 1385 KiB | 19 Q