3v4l.org

run code in 300+ PHP versions simultaneously
<?php sscanf("", "%f,%f", $lat, $lng); print "$lat, $lng" ;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/YTHNe
function name:  (null)
number of ops:  11
compiled vars:  !0 = $lat, !1 = $lng
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'sscanf'
          1        SEND_VAL                                                 ''
          2        SEND_VAL                                                 '%25f%2C%25f'
          3        SEND_REF                                                 !0
          4        SEND_REF                                                 !1
          5        DO_ICALL                                                 
    5     6        ROPE_INIT                                     3  ~4      !0
          7        ROPE_ADD                                      1  ~4      ~4, '%2C+'
          8        ROPE_END                                      2  ~3      ~4, !1
          9        ECHO                                                     ~3
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.7 ms | 1394 KiB | 15 Q