3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
191.42 ms | 1394 KiB | 17 Q