3v4l.org

run code in 300+ PHP versions simultaneously
<?php function tinms(){ return round(microtime(true) * 1000); } $start = explode(" | ", "1402255803676 | 10,494 | 117 ")[0]; $end = tinms(); $diff = $end - $start; echo $differ >= 2592000000 ? "true" : "false"; ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 13, Position 2 = 15
Branch analysis from position: 13
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lQ0JL
function name:  (null)
number of ops:  18
compiled vars:  !0 = $start, !1 = $end, !2 = $diff, !3 = $differ
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    7     0  E >   INIT_FCALL                                               'explode'
          1        SEND_VAL                                                 '+%7C+'
          2        SEND_VAL                                                 '1402255803676+%7C+10%2C494++%7C+117+'
          3        DO_ICALL                                         $4      
          4        FETCH_DIM_R                                      ~5      $4, 0
          5        ASSIGN                                                   !0, ~5
    9     6        INIT_FCALL                                               'tinms'
          7        DO_FCALL                                      0  $7      
          8        ASSIGN                                                   !1, $7
   11     9        SUB                                              ~9      !1, !0
         10        ASSIGN                                                   !2, ~9
   13    11        IS_SMALLER_OR_EQUAL                                      2592000000, !3
         12      > JMPZ                                                     ~11, ->15
         13    >   QM_ASSIGN                                        ~12     'true'
         14      > JMP                                                      ->16
         15    >   QM_ASSIGN                                        ~12     'false'
         16    >   ECHO                                                     ~12
   15    17      > RETURN                                                   1

Function tinms:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lQ0JL
function name:  tinms
number of ops:  9
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'round'
          1        INIT_FCALL                                               'microtime'
          2        SEND_VAL                                                 <true>
          3        DO_ICALL                                         $0      
          4        MUL                                              ~1      $0, 1000
          5        SEND_VAL                                                 ~1
          6        DO_ICALL                                         $2      
          7      > RETURN                                                   $2
    5     8*     > RETURN                                                   null

End of function tinms

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.64 ms | 1399 KiB | 20 Q