3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo 'Copyright 2014-2015 <a href="'.$company['website'].'">'.$company['name'].'</a>, All Rights Reserved<br>'; $load = microtime(); $load = number_format($load,2);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/gQMs7
function name:  (null)
number of ops:  16
compiled vars:  !0 = $company, !1 = $load
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_DIM_R                                      ~2      !0, 'website'
          1        CONCAT                                           ~3      'Copyright+2014-2015+%3Ca+href%3D%22', ~2
          2        CONCAT                                           ~4      ~3, '%22%3E'
          3        FETCH_DIM_R                                      ~5      !0, 'name'
          4        CONCAT                                           ~6      ~4, ~5
          5        CONCAT                                           ~7      ~6, '%3C%2Fa%3E%2C+All+Rights+Reserved%3Cbr%3E'
          6        ECHO                                                     ~7
    3     7        INIT_FCALL                                               'microtime'
          8        DO_ICALL                                         $8      
          9        ASSIGN                                                   !1, $8
    4    10        INIT_FCALL                                               'number_format'
         11        SEND_VAR                                                 !1
         12        SEND_VAL                                                 2
         13        DO_ICALL                                         $10     
         14        ASSIGN                                                   !1, $10
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.03 ms | 1394 KiB | 17 Q