3v4l.org

run code in 300+ PHP versions simultaneously
<?php $price = 123456.33; echo '<div style="width: 20px;">', number_format($price, 0, ',', ' '), '</div>';
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/nFYkL
function name:  (null)
number of ops:  11
compiled vars:  !0 = $price
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 123456
    3     1        ECHO                                                     '%3Cdiv+style%3D%22width%3A+20px%3B%22%3E'
          2        INIT_FCALL                                               'number_format'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 0
          5        SEND_VAL                                                 '%2C'
          6        SEND_VAL                                                 '%C2%A0'
          7        DO_ICALL                                         $2      
          8        ECHO                                                     $2
          9        ECHO                                                     '%3C%2Fdiv%3E'
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.5 ms | 1394 KiB | 15 Q