3v4l.org

run code in 300+ PHP versions simultaneously
<?php $timer = microtime(1); error_reporting(E_ALL ^ E_STRICT); ini_set('display_errors', true); date_default_timezone_set('Europe/Kiev');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/6ii54
function name:  (null)
number of ops:  15
compiled vars:  !0 = $timer
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'microtime'
          1        SEND_VAL                                                 1
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    4     4        INIT_FCALL                                               'error_reporting'
          5        SEND_VAL                                                 30719
          6        DO_ICALL                                                 
    5     7        INIT_FCALL                                               'ini_set'
          8        SEND_VAL                                                 'display_errors'
          9        SEND_VAL                                                 <true>
         10        DO_ICALL                                                 
    6    11        INIT_FCALL                                               'date_default_timezone_set'
         12        SEND_VAL                                                 'Europe%2FKiev'
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.04 ms | 1385 KiB | 21 Q