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/44XA9
function name:  (null)
number of ops:  20
compiled vars:  !0 = $two_pow_64
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'phpversion'
          1        DO_ICALL                                         $1      
          2        IS_SMALLER_OR_EQUAL                              ~2      '7.0.0beta1', $1
          3      > JMPNZ_EX                                         ~2      ~2, ->6
          4    > > EXIT                                                     
          5*       BOOL                                             ~2      <true>
    4     6    >   INIT_FCALL                                               'pow'
          7        SEND_VAL                                                 2
          8        SEND_VAL                                                 64
          9        DO_ICALL                                         $3      
         10        ASSIGN                                                   !0, $3
    6    11        ECHO                                                     '%28int%29+INF%3A+'
         12        CAST                                          4  ~5      INF
         13        ECHO                                                     ~5
         14        ECHO                                                     '%0A'
    7    15        ECHO                                                     '%28int%29+%24two_pow64%3A+'
         16        CAST                                          4  ~6      !0
         17        ECHO                                                     ~6
         18        ECHO                                                     '%0A'
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.34 ms | 1395 KiB | 17 Q