3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('precision', 10); $data = json_decode('[1.2334322423423343224234, 1.34]', true, 512); var_dump($data);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/3r1Dh
function name:  (null)
number of ops:  14
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.2334322423423343224234%2C+1.34%5D'
          6        SEND_VAL                                                 <true>
          7        SEND_VAL                                                 512
          8        DO_ICALL                                         $2      
          9        ASSIGN                                                   !0, $2
    5    10        INIT_FCALL                                               'var_dump'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
197.87 ms | 1394 KiB | 19 Q