3v4l.org

run code in 500+ PHP versions simultaneously
<?php $a="abc123"; var_dump(mb_ereg_replace("123","def\\",$a));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/PHfJA
function name:  (null)
number of ops:  10
compiled vars:  !0 = $a
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                       !0, 'abc123'
    4     1        INIT_FCALL                                                   'var_dump'
          2        INIT_FCALL                                                   'mb_ereg_replace'
          3        SEND_VAL                                                     '123'
          4        SEND_VAL                                                     'def%5C'
          5        SEND_VAR                                                     !0
          6        DO_ICALL                                             $2      
          7        SEND_VAR                                                     $2
          8        DO_ICALL                                                     
          9      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
171.17 ms | 2275 KiB | 15 Q