3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.75 ms | 1398 KiB | 15 Q