3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(urlencode ( 'title="tst"' )); $array1 = array('111' => 'test11', '222' => 'test12'); $array2 = array('111' => 'test21', '222' => 'test22'); $array3 = array('111' => 'test31', '222' => 'test32'); var_dump(array_merge($array1, $array2, $array3));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/X8rNk
function name:  (null)
number of ops:  18
compiled vars:  !0 = $array1, !1 = $array2, !2 = $array3
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'urlencode'
          2        SEND_VAL                                                 'title%3D%22tst%22'
          3        DO_ICALL                                         $3      
          4        SEND_VAR                                                 $3
          5        DO_ICALL                                                 
    5     6        ASSIGN                                                   !0, <array>
    6     7        ASSIGN                                                   !1, <array>
    7     8        ASSIGN                                                   !2, <array>
    9     9        INIT_FCALL                                               'var_dump'
         10        INIT_FCALL                                               'array_merge'
         11        SEND_VAR                                                 !0
         12        SEND_VAR                                                 !1
         13        SEND_VAR                                                 !2
         14        DO_ICALL                                         $8      
         15        SEND_VAR                                                 $8
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
179.38 ms | 1394 KiB | 19 Q