3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dateValue = 44743; $timestamp = ($dateValue - 25569) * 86400; $dateFormat = date("d/m/Y", $timestamp); echo $dateFormat ;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ei9P5
function name:  (null)
number of ops:  11
compiled vars:  !0 = $dateValue, !1 = $timestamp, !2 = $dateFormat
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 44743
    4     1        SUB                                              ~4      !0, 25569
          2        MUL                                              ~5      ~4, 86400
          3        ASSIGN                                                   !1, ~5
    5     4        INIT_FCALL                                               'date'
          5        SEND_VAL                                                 'd%2Fm%2FY'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                         $7      
          8        ASSIGN                                                   !2, $7
    6     9        ECHO                                                     !2
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.25 ms | 1003 KiB | 14 Q