3v4l.org

run code in 300+ PHP versions simultaneously
<?php $val1 = pow(2, 64); $val2 = $val1 - 1; echo number_format($val1, 0, '', '') . "<br/>"; echo number_format($val2, 0, '', '') . "<br/>";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/kC2jT
function name:  (null)
number of ops:  24
compiled vars:  !0 = $val1, !1 = $val2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'pow'
          1        SEND_VAL                                                 2
          2        SEND_VAL                                                 64
          3        DO_ICALL                                         $2      
          4        ASSIGN                                                   !0, $2
    3     5        SUB                                              ~4      !0, 1
          6        ASSIGN                                                   !1, ~4
    4     7        INIT_FCALL                                               'number_format'
          8        SEND_VAR                                                 !0
          9        SEND_VAL                                                 0
         10        SEND_VAL                                                 ''
         11        SEND_VAL                                                 ''
         12        DO_ICALL                                         $6      
         13        CONCAT                                           ~7      $6, '%3Cbr%2F%3E'
         14        ECHO                                                     ~7
    5    15        INIT_FCALL                                               'number_format'
         16        SEND_VAR                                                 !1
         17        SEND_VAL                                                 0
         18        SEND_VAL                                                 ''
         19        SEND_VAL                                                 ''
         20        DO_ICALL                                         $8      
         21        CONCAT                                           ~9      $8, '%3Cbr%2F%3E'
         22        ECHO                                                     ~9
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.21 ms | 1395 KiB | 17 Q