3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array1 = array( 0 => "http://s1.img-b.com/build.com/imagebase/resized/330x320/nutoneimages/SVC101-l.jpg" ); $array2 = array( 0 => "http://www.build.com/imagebase/resized/x800/nutoneimages/svc101.jpg"); $result = array_merge($array1, $array2); print_r($result); $array3 = array( "0" => "http://s1.img-b.com/build.com/imagebase/resized/330x320/nutoneimages/SVC101-l.jpg" ); $array4 = array( "0" => "http://www.build.com/imagebase/resized/x800/nutoneimages/svc101.jpg"); $result2 = array_merge($array3, $array4); print_r($result2);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vjvnL
function name:  (null)
number of ops:  21
compiled vars:  !0 = $array1, !1 = $array2, !2 = $result, !3 = $array3, !4 = $array4, !5 = $result2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    4     1        ASSIGN                                                   !1, <array>
    5     2        INIT_FCALL                                               'array_merge'
          3        SEND_VAR                                                 !0
          4        SEND_VAR                                                 !1
          5        DO_ICALL                                         $8      
          6        ASSIGN                                                   !2, $8
    6     7        INIT_FCALL                                               'print_r'
          8        SEND_VAR                                                 !2
          9        DO_ICALL                                                 
    8    10        ASSIGN                                                   !3, <array>
    9    11        ASSIGN                                                   !4, <array>
   10    12        INIT_FCALL                                               'array_merge'
         13        SEND_VAR                                                 !3
         14        SEND_VAR                                                 !4
         15        DO_ICALL                                         $13     
         16        ASSIGN                                                   !5, $13
   11    17        INIT_FCALL                                               'print_r'
         18        SEND_VAR                                                 !5
         19        DO_ICALL                                                 
         20      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.96 ms | 1386 KiB | 17 Q