3v4l.org

run code in 300+ PHP versions simultaneously
<?php $m = (int)date('i',time()); echo ($m<15 ? 1 : 0).$m;
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 12
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/d0eBi
function name:  (null)
number of ops:  16
compiled vars:  !0 = $m
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'date'
          1        SEND_VAL                                                 'i'
          2        INIT_FCALL                                               'time'
          3        DO_ICALL                                         $1      
          4        SEND_VAR                                                 $1
          5        DO_ICALL                                         $2      
          6        CAST                                          4  ~3      $2
          7        ASSIGN                                                   !0, ~3
    3     8        IS_SMALLER                                               !0, 15
          9      > JMPZ                                                     ~5, ->12
         10    >   QM_ASSIGN                                        ~6      1
         11      > JMP                                                      ->13
         12    >   QM_ASSIGN                                        ~6      0
         13    >   CONCAT                                           ~7      ~6, !0
         14        ECHO                                                     ~7
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.33 ms | 1394 KiB | 17 Q