3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.26 ms | 1399 KiB | 15 Q