3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(0); if (!is_finite(1.0/0.0) ) { echo is_infinite(1.0/0.0); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 14
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
filename:       /in/i992I
function name:  (null)
number of ops:  15
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'error_reporting'
          1        SEND_VAL                                                 0
          2        DO_ICALL                                                 
    4     3        INIT_FCALL                                               'is_finite'
          4        DIV                                              ~1      1, 0
          5        SEND_VAL                                                 ~1
          6        DO_ICALL                                         $2      
          7        BOOL_NOT                                         ~3      $2
          8      > JMPZ                                                     ~3, ->14
    5     9    >   INIT_FCALL                                               'is_infinite'
         10        DIV                                              ~4      1, 0
         11        SEND_VAL                                                 ~4
         12        DO_ICALL                                         $5      
         13        ECHO                                                     $5
    6    14    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.67 ms | 1394 KiB | 19 Q