3v4l.org

run code in 300+ PHP versions simultaneously
<?php //print_r(array(md5("test"))); $transients[] = md5("test"); print_r($transients);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/K1Abb
function name:  (null)
number of ops:  9
compiled vars:  !0 = $transients
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   INIT_FCALL                                               'md5'
          1        SEND_VAL                                                 'test'
          2        DO_ICALL                                         $2      
          3        ASSIGN_DIM                                               !0
          4        OP_DATA                                                  $2
    6     5        INIT_FCALL                                               'print_r'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
167.85 ms | 1398 KiB | 17 Q