3v4l.org

run code in 300+ PHP versions simultaneously
<?php $g = explode('.',(string)((int)'21668' / 365.25)); echo "<pre>"; echo $q."<br>"; echo $row['giorni']."<br>"; print_r($g);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ilGOc
function name:  (null)
number of ops:  18
compiled vars:  !0 = $g, !1 = $q, !2 = $row
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'explode'
          1        SEND_VAL                                                 '.'
          2        CAST                                          4  ~3      '21668'
          3        DIV                                              ~4      ~3, 365.25
          4        CAST                                          6  ~5      ~4
          5        SEND_VAL                                                 ~5
          6        DO_ICALL                                         $6      
          7        ASSIGN                                                   !0, $6
    4     8        ECHO                                                     '%3Cpre%3E'
    5     9        CONCAT                                           ~8      !1, '%3Cbr%3E'
         10        ECHO                                                     ~8
    6    11        FETCH_DIM_R                                      ~9      !2, 'giorni'
         12        CONCAT                                           ~10     ~9, '%3Cbr%3E'
         13        ECHO                                                     ~10
    7    14        INIT_FCALL                                               'print_r'
         15        SEND_VAR                                                 !0
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.91 ms | 1399 KiB | 17 Q