3v4l.org

run code in 500+ PHP versions simultaneously
<?php $formatter = new NumberFormatter('en_US', NumberFormatter::CURRENCY); $amount = '$100'; echo $formatter->parseCurrency($amount, $curr);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lkPF4
function name:  (null)
number of ops:  13
compiled vars:  !0 = $formatter, !1 = $amount, !2 = $curr
line      #* E I O op                               fetch          ext  return  operands
-----------------------------------------------------------------------------------------
    2     0  E >   NEW                                                  $3      'NumberFormatter'
          1        SEND_VAL_EX                                                  'en_US'
          2        FETCH_CLASS_CONSTANT                                 ~4      'NumberFormatter', 'CURRENCY'
          3        SEND_VAL_EX                                                  ~4
          4        DO_FCALL                                          0          
          5        ASSIGN                                                       !0, $3
    3     6        ASSIGN                                                       !1, '%24100'
    4     7        INIT_METHOD_CALL                                             !0, 'parseCurrency'
          8        SEND_VAR_EX                                                  !1
          9        SEND_VAR_EX                                                  !2
         10        DO_FCALL                                          0  $8      
         11        ECHO                                                         $8
         12      > RETURN                                                       1

Generated using Vulcan Logic Dumper, using php 8.5.0


preferences:
168.33 ms | 2564 KiB | 13 Q