3v4l.org

run code in 500+ PHP versions simultaneously
<?php $row = null; echo (float)number_format((float)$row[3], 2, '.', '');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/B5093
function name:  (null)
number of ops:  12
compiled vars:  !0 = $row
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                       !0, null
    4     1        INIT_FCALL                                                   'number_format'
          2        FETCH_DIM_R                                          ~2      !0, 3
          3        CAST                                              5  ~3      ~2
          4        SEND_VAL                                                     ~3
          5        SEND_VAL                                                     2
          6        SEND_VAL                                                     '.'
          7        SEND_VAL                                                     ''
          8        DO_ICALL                                             $4      
          9        CAST                                              5  ~5      $4
         10        ECHO                                                         ~5
         11      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
159.44 ms | 1390 KiB | 14 Q