3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
172.56 ms | 1393 KiB | 17 Q