3v4l.org

run code in 300+ PHP versions simultaneously
<?php $columns = [ 'ISO', 'Country', 'Country Code', 'Type of number', 'Voice Enabled', 'SMS Enabled', 'MMS Enabled', 'Domestic Voice Only', 'Domestic SMS only', 'Price /num/month', 'Inbound Voice price/min', 'Inbound SMS price/msg ', 'Inbound MMS price/msg ', 'Beta Status', 'Address Required', ]; var_export( preg_replace( '/[^a-z]+/', '_', array_map('strtolower', $columns) ) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/JO1s1
function name:  (null)
number of ops:  14
compiled vars:  !0 = $columns
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   21     1        INIT_FCALL                                               'var_export'
   22     2        INIT_FCALL                                               'preg_replace'
   23     3        SEND_VAL                                                 '%2F%5B%5Ea-z%5D%2B%2F'
   24     4        SEND_VAL                                                 '_'
   25     5        INIT_FCALL                                               'array_map'
          6        SEND_VAL                                                 'strtolower'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                         $2      
          9        SEND_VAR                                                 $2
   22    10        DO_ICALL                                         $3      
   25    11        SEND_VAR                                                 $3
   21    12        DO_ICALL                                                 
   27    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
136.93 ms | 1002 KiB | 17 Q