3v4l.org

run code in 300+ PHP versions simultaneously
<?php $g = explode('.',(string)((int)'21668' / 365.25)); print_r($g);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/9D9Fs
function name:  (null)
number of ops:  12
compiled vars:  !0 = $g
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'explode'
          1        SEND_VAL                                                 '.'
          2        CAST                                          4  ~1      '21668'
          3        DIV                                              ~2      ~1, 365.25
          4        CAST                                          6  ~3      ~2
          5        SEND_VAL                                                 ~3
          6        DO_ICALL                                         $4      
          7        ASSIGN                                                   !0, $4
    4     8        INIT_FCALL                                               'print_r'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
292.4 ms | 1394 KiB | 17 Q