3v4l.org

run code in 500+ PHP versions simultaneously
<?php $row[3] = 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/0GatZ
function name:  (null)
number of ops:  13
compiled vars:  !0 = $row
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   ASSIGN_DIM                                                   !0, 3
          1        OP_DATA                                                      null
    4     2        INIT_FCALL                                                   'number_format'
          3        FETCH_DIM_R                                          ~2      !0, 3
          4        CAST                                              5  ~3      ~2
          5        SEND_VAL                                                     ~3
          6        SEND_VAL                                                     2
          7        SEND_VAL                                                     '.'
          8        SEND_VAL                                                     ''
          9        DO_ICALL                                             $4      
         10        CAST                                              5  ~5      $4
         11        ECHO                                                         ~5
         12      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
163.46 ms | 1385 KiB | 14 Q