3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tokens = token_get_all ( tr(abc,assdd) ); print_r($tokens);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/oFo4r
function name:  (null)
number of ops:  14
compiled vars:  !0 = $tokens
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   INIT_FCALL                                               'token_get_all'
          1        INIT_FCALL_BY_NAME                                       'tr'
          2        FETCH_CONSTANT                                   ~1      'abc'
          3        SEND_VAL_EX                                              ~1
          4        FETCH_CONSTANT                                   ~2      'assdd'
          5        SEND_VAL_EX                                              ~2
          6        DO_FCALL                                      0  $3      
          7        SEND_VAR                                                 $3
          8        DO_ICALL                                         $4      
          9        ASSIGN                                                   !0, $4
    8    10        INIT_FCALL                                               'print_r'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.36 ms | 1394 KiB | 17 Q