3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "<p id='balances'>".$value." balance: " . $balance . " (" . number_format($balance*$coinPrice, 5, '.', '') . " BTC)" . "</p>";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rCMWT
function name:  (null)
number of ops:  16
compiled vars:  !0 = $value, !1 = $balance, !2 = $coinPrice
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   CONCAT                                           ~3      '%3Cp+id%3D%27balances%27%3E', !0
          1        CONCAT                                           ~4      ~3, '+balance%3A+'
          2        CONCAT                                           ~5      ~4, !1
          3        CONCAT                                           ~6      ~5, '+%28'
          4        INIT_FCALL                                               'number_format'
          5        MUL                                              ~7      !1, !2
          6        SEND_VAL                                                 ~7
          7        SEND_VAL                                                 5
          8        SEND_VAL                                                 '.'
          9        SEND_VAL                                                 ''
         10        DO_ICALL                                         $8      
         11        CONCAT                                           ~9      ~6, $8
         12        CONCAT                                           ~10     ~9, '+BTC%29'
         13        CONCAT                                           ~11     ~10, '%3C%2Fp%3E'
         14        ECHO                                                     ~11
         15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.76 ms | 1385 KiB | 15 Q