3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tempInicioTime = substr('08:00:00', 11, 5); echo $tempInicioTime; $tempInicioTime = strtotime($tempInicioTime); echo $tempInicioTime; $tempFimTime = substr($row->t54_data_ajustada, 11, 5); $tempFimTime = strtotime($tempFimTime);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/IVY6b
function name:  (null)
number of ops:  24
compiled vars:  !0 = $tempInicioTime, !1 = $tempFimTime, !2 = $row
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'substr'
          1        SEND_VAL                                                 '08%3A00%3A00'
          2        SEND_VAL                                                 11
          3        SEND_VAL                                                 5
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !0, $3
    4     6        ECHO                                                     !0
    5     7        INIT_FCALL                                               'strtotime'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $5      
         10        ASSIGN                                                   !0, $5
    6    11        ECHO                                                     !0
    7    12        INIT_FCALL                                               'substr'
         13        FETCH_OBJ_R                                      ~7      !2, 't54_data_ajustada'
         14        SEND_VAL                                                 ~7
         15        SEND_VAL                                                 11
         16        SEND_VAL                                                 5
         17        DO_ICALL                                         $8      
         18        ASSIGN                                                   !1, $8
    8    19        INIT_FCALL                                               'strtotime'
         20        SEND_VAR                                                 !1
         21        DO_ICALL                                         $10     
         22        ASSIGN                                                   !1, $10
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.98 ms | 1395 KiB | 17 Q