3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! print ["A", "B", "C", "D"][intval(gmdate("j")) % 4];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/h7prj
function name:  (null)
number of ops:  8
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'gmdate'
          1        SEND_VAL                                                 'j'
          2        DO_ICALL                                         $0      
          3        CAST                                          4  ~1      $0
          4        MOD                                              ~2      ~1, 4
          5        FETCH_DIM_R                                      ~3      <array>, ~2
          6        ECHO                                                     ~3
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.34 ms | 1394 KiB | 15 Q