3v4l.org

run code in 300+ PHP versions simultaneously
<?php ini_set('precision', 20); print_r(json_decode('{"test":1234567890.12345678,"int":999999999999999999999999999999999999}', true, 512, JSON_BIGINT_AS_STRING));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/vYXUk
function name:  (null)
number of ops:  14
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'ini_set'
          1        SEND_VAL                                                 'precision'
          2        SEND_VAL                                                 20
          3        DO_ICALL                                                 
    3     4        INIT_FCALL                                               'print_r'
          5        INIT_FCALL                                               'json_decode'
          6        SEND_VAL                                                 '%7B%22test%22%3A1234567890.12345678%2C%22int%22%3A999999999999999999999999999999999999%7D'
          7        SEND_VAL                                                 <true>
          8        SEND_VAL                                                 512
          9        SEND_VAL                                                 2
         10        DO_ICALL                                         $1      
         11        SEND_VAR                                                 $1
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.34 ms | 1394 KiB | 19 Q