3v4l.org

run code in 300+ PHP versions simultaneously
<?php list($latitude, $longitude) = array_map('floatval', explode(",", "(38.889373, -77.00279599999999)"));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Xk52E
function name:  (null)
number of ops:  14
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
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
180.51 ms | 1394 KiB | 17 Q