3v4l.org

run code in 300+ PHP versions simultaneously
<?php $location_list = Array( 'Mersin' => 2323778, 'Adana' => 2343678, 'Ankara' => 2343732, 'Antalya' => 2343733, 'Bursa' => 2343843, 'Diyarbakır' => 2343932, 'Eskişehir' => 2343980, 'Gaziantep' => 2343999, 'Istanbul' => 2344116, 'Izmir' => 2344117, 'Kayseri' => 2344174, 'Konya' => 2344210, 'Turkiye' => 23424969, 'Worldwide' => 1 ); $imploded = "'".implode("','", $location_list)."'"; echo $imploded;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NCKr4
function name:  (null)
number of ops:  10
compiled vars:  !0 = $location_list, !1 = $imploded
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   19     1        INIT_FCALL                                               'implode'
          2        SEND_VAL                                                 '%27%2C%27'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $3      
          5        CONCAT                                           ~4      '%27', $3
          6        CONCAT                                           ~5      ~4, '%27'
          7        ASSIGN                                                   !1, ~5
   20     8        ECHO                                                     !1
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.03 ms | 1394 KiB | 15 Q