3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo number_format(1.110, 2)."\n"; echo number_format(1.111, 2)."\n"; echo number_format(1.112, 2)."\n"; echo number_format(1.113, 2)."\n"; echo number_format(1.114, 2)."\n"; echo number_format(1.115, 2)."\n"; echo number_format(1.116, 2)."\n"; echo number_format(1.117, 2)."\n"; echo number_format(1.118, 2)."\n"; echo number_format(1.119, 2)."\n";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/CdYbC
function name:  (null)
number of ops:  61
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'number_format'
          1        SEND_VAL                                                 1.11
          2        SEND_VAL                                                 2
          3        DO_ICALL                                         $0      
          4        CONCAT                                           ~1      $0, '%0A'
          5        ECHO                                                     ~1
    3     6        INIT_FCALL                                               'number_format'
          7        SEND_VAL                                                 1.111
          8        SEND_VAL                                                 2
          9        DO_ICALL                                         $2      
         10        CONCAT                                           ~3      $2, '%0A'
         11        ECHO                                                     ~3
    4    12        INIT_FCALL                                               'number_format'
         13        SEND_VAL                                                 1.112
         14        SEND_VAL                                                 2
         15        DO_ICALL                                         $4      
         16        CONCAT                                           ~5      $4, '%0A'
         17        ECHO                                                     ~5
    5    18        INIT_FCALL                                               'number_format'
         19        SEND_VAL                                                 1.113
         20        SEND_VAL                                                 2
         21        DO_ICALL                                         $6      
         22        CONCAT                                           ~7      $6, '%0A'
         23        ECHO                                                     ~7
    6    24        INIT_FCALL                                               'number_format'
         25        SEND_VAL                                                 1.114
         26        SEND_VAL                                                 2
         27        DO_ICALL                                         $8      
         28        CONCAT                                           ~9      $8, '%0A'
         29        ECHO                                                     ~9
    7    30        INIT_FCALL                                               'number_format'
         31        SEND_VAL                                                 1.115
         32        SEND_VAL                                                 2
         33        DO_ICALL                                         $10     
         34        CONCAT                                           ~11     $10, '%0A'
         35        ECHO                                                     ~11
    8    36        INIT_FCALL                                               'number_format'
         37        SEND_VAL                                                 1.116
         38        SEND_VAL                                                 2
         39        DO_ICALL                                         $12     
         40        CONCAT                                           ~13     $12, '%0A'
         41        ECHO                                                     ~13
    9    42        INIT_FCALL                                               'number_format'
         43        SEND_VAL                                                 1.117
         44        SEND_VAL                                                 2
         45        DO_ICALL                                         $14     
         46        CONCAT                                           ~15     $14, '%0A'
         47        ECHO                                                     ~15
   10    48        INIT_FCALL                                               'number_format'
         49        SEND_VAL                                                 1.118
         50        SEND_VAL                                                 2
         51        DO_ICALL                                         $16     
         52        CONCAT                                           ~17     $16, '%0A'
         53        ECHO                                                     ~17
   11    54        INIT_FCALL                                               'number_format'
         55        SEND_VAL                                                 1.119
         56        SEND_VAL                                                 2
         57        DO_ICALL                                         $18     
         58        CONCAT                                           ~19     $18, '%0A'
         59        ECHO                                                     ~19
         60      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.06 ms | 1400 KiB | 15 Q