3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL); $x = "3a"; echo mktime($x, $x, $x, $x, $x, $x);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3FvXk
function name:  (null)
number of ops:  14
compiled vars:  !0 = $x
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 32767
          2        DO_ICALL                                                 
    4     3        ASSIGN                                                   !0, '3a'
    6     4        INIT_FCALL                                               'mktime'
          5        SEND_VAR                                                 !0
          6        SEND_VAR                                                 !0
          7        SEND_VAR                                                 !0
          8        SEND_VAR                                                 !0
          9        SEND_VAR                                                 !0
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $3      
         12        ECHO                                                     $3
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.86 ms | 1394 KiB | 17 Q