3v4l.org

run code in 300+ PHP versions simultaneously
<?php phpversion() >= "7.0.0beta1" or die(); $two_pow_64 = pow(2,64); echo "(int) INF: ",(int) INF,"\n"; echo "(int) $two_pow64", (int) $two_pow_64,"\n";
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 4, Position 2 = 6
Branch analysis from position: 4
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fq3jB
function name:  (null)
number of ops:  22
compiled vars:  !0 = $two_pow_64, !1 = $two_pow64
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'phpversion'
          1        DO_ICALL                                         $2      
          2        IS_SMALLER_OR_EQUAL                              ~3      '7.0.0beta1', $2
          3      > JMPNZ_EX                                         ~3      ~3, ->6
          4    > > EXIT                                                     
          5*       BOOL                                             ~3      <true>
    4     6    >   INIT_FCALL                                               'pow'
          7        SEND_VAL                                                 2
          8        SEND_VAL                                                 64
          9        DO_ICALL                                         $4      
         10        ASSIGN                                                   !0, $4
    6    11        ECHO                                                     '%28int%29+INF%3A+'
         12        CAST                                          4  ~6      INF
         13        ECHO                                                     ~6
         14        ECHO                                                     '%0A'
    7    15        NOP                                                      
         16        FAST_CONCAT                                      ~7      '%28int%29+', !1
         17        ECHO                                                     ~7
         18        CAST                                          4  ~8      !0
         19        ECHO                                                     ~8
         20        ECHO                                                     '%0A'
         21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.51 ms | 1395 KiB | 17 Q