3v4l.org

run code in 300+ PHP versions simultaneously
<?php list($latitude, $longitude) = array_map('floatval', explode(",", "(38.889373, -77.00279599999999)")); printr($latitude); printr($longitude);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LGlsS
function name:  (null)
number of ops:  20
compiled vars:  !0 = $latitude, !1 = $longitude
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'array_map'
          1        SEND_VAL                                                 'floatval'
          2        INIT_FCALL                                               'explode'
          3        SEND_VAL                                                 '%2C'
          4        SEND_VAL                                                 '%2838.889373%2C+-77.00279599999999%29'
          5        DO_ICALL                                         $2      
          6        SEND_VAR                                                 $2
          7        DO_ICALL                                         $3      
          8        FETCH_LIST_R                                     $4      $3, 0
          9        ASSIGN                                                   !0, $4
         10        FETCH_LIST_R                                     $6      $3, 1
         11        ASSIGN                                                   !1, $6
         12        FREE                                                     $3
    5    13        INIT_FCALL_BY_NAME                                       'printr'
         14        SEND_VAR_EX                                              !0
         15        DO_FCALL                                      0          
    6    16        INIT_FCALL_BY_NAME                                       'printr'
         17        SEND_VAR_EX                                              !1
         18        DO_FCALL                                      0          
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.73 ms | 1395 KiB | 17 Q