3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tarih = getdate(); echo "Saniye : ".$tarih['seconds']."<br>"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CZAJH
function name:  (null)
number of ops:  8
compiled vars:  !0 = $tarih
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   INIT_FCALL                                               'getdate'
          1        DO_ICALL                                         $1      
          2        ASSIGN                                                   !0, $1
          3        FETCH_DIM_R                                      ~3      !0, 'seconds'
          4        CONCAT                                           ~4      'Saniye+%3A+', ~3
          5        CONCAT                                           ~5      ~4, '%3Cbr%3E'
          6        ECHO                                                     ~5
          7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.66 ms | 1394 KiB | 15 Q