3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Define que o arquivo terá a codificação de saída no formato css header("content-type: text/css"); // Gera números aleatórios de 0 a 15 $r = dechex (mt_rand ( 0, 15 )); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/041YY
function name:  (null)
number of ops:  12
compiled vars:  !0 = $r
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'header'
          1        SEND_VAL                                                 'content-type%3A+text%2Fcss'
          2        DO_ICALL                                                 
    6     3        INIT_FCALL                                               'dechex'
          4        INIT_FCALL                                               'mt_rand'
          5        SEND_VAL                                                 0
          6        SEND_VAL                                                 15
          7        DO_ICALL                                         $2      
          8        SEND_VAR                                                 $2
          9        DO_ICALL                                         $3      
         10        ASSIGN                                                   !0, $3
    7    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
143.25 ms | 1394 KiB | 19 Q