3v4l.org

run code in 500+ PHP versions simultaneously
<?php $token_names = preg_grep('/^T_(?!FMT)/', array_keys(get_defined_constants())); sort($token_names); echo implode("\n", $token_names), "\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Q6FEn
function name:  (null)
number of ops:  17
compiled vars:  !0 = $token_names
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                                   'preg_grep'
          1        SEND_VAL                                                     '%2F%5ET_%28%3F%21FMT%29%2F'
          2        INIT_FCALL                                                   'array_keys'
          3        INIT_FCALL                                                   'get_defined_constants'
          4        DO_ICALL                                             $1      
          5        SEND_VAR                                                     $1
          6        DO_ICALL                                             $2      
          7        SEND_VAR                                                     $2
          8        DO_ICALL                                             $3      
          9        ASSIGN                                                       !0, $3
    4    10        INIT_FCALL                                                   'sort'
         11        SEND_REF                                                     !0
         12        DO_ICALL                                                     
    5    13        FRAMELESS_ICALL_2                implode             ~6      '%0A', !0
         14        ECHO                                                         ~6
         15        ECHO                                                         '%0A'
         16      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
182.02 ms | 4072 KiB | 19 Q