3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('precision', 10); $data = json_decode('[1.233432242555, 1.34]', true); var_dump($data);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3jgtJ
function name:  (null)
number of ops:  13
compiled vars:  !0 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'precision'
          2        SEND_VAL                                                 10
          3        DO_ICALL                                                 
    4     4        INIT_FCALL                                               'json_decode'
          5        SEND_VAL                                                 '%5B1.233432242555%2C+1.34%5D'
          6        SEND_VAL                                                 <true>
          7        DO_ICALL                                         $2      
          8        ASSIGN                                                   !0, $2
    5     9        INIT_FCALL                                               'var_dump'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
180.97 ms | 1394 KiB | 19 Q