3v4l.org

run code in 300+ PHP versions simultaneously
<?php $formatter = new \NumberFormatter('en_US', \NumberFormatter::DECIMAL); var_dump( $formatter->formatCurrency( 120.75, 'PLN' ) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/cenNj
function name:  (null)
number of ops:  14
compiled vars:  !0 = $formatter
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $1      'NumberFormatter'
          1        SEND_VAL_EX                                              'en_US'
          2        FETCH_CLASS_CONSTANT                             ~2      'NumberFormatter', 'DECIMAL'
          3        SEND_VAL_EX                                              ~2
          4        DO_FCALL                                      0          
          5        ASSIGN                                                   !0, $1
    5     6        INIT_FCALL                                               'var_dump'
    6     7        INIT_METHOD_CALL                                         !0, 'formatCurrency'
    7     8        SEND_VAL_EX                                              120.75
    8     9        SEND_VAL_EX                                              'PLN'
         10        DO_FCALL                                      0  $5      
         11        SEND_VAR                                                 $5
         12        DO_ICALL                                                 
   10    13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.82 ms | 1385 KiB | 15 Q