3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = create_function('$matches', 'return "'.$replace[$i].'";');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nclAQ
function name:  (null)
number of ops:  9
compiled vars:  !0 = $x, !1 = $replace, !2 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'create_function'
          1        SEND_VAL_EX                                              '%24matches'
          2        FETCH_DIM_R                                      ~3      !1, !2
          3        CONCAT                                           ~4      'return+%22', ~3
          4        CONCAT                                           ~5      ~4, '%22%3B'
          5        SEND_VAL_EX                                              ~5
          6        DO_FCALL                                      0  $6      
          7        ASSIGN                                                   !0, $6
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.72 ms | 1392 KiB | 16 Q