3v4l.org

run code in 300+ PHP versions simultaneously
<?php $inf = pow(0,-2); var_dump($inf==$inf); var_dump($inf===$inf);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/viPW1
function name:  (null)
number of ops:  14
compiled vars:  !0 = $inf
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'pow'
          1        SEND_VAL                                                 0
          2        SEND_VAL                                                 -2
          3        DO_ICALL                                         $1      
          4        ASSIGN                                                   !0, $1
          5        INIT_FCALL                                               'var_dump'
          6        IS_EQUAL                                         ~3      !0, !0
          7        SEND_VAL                                                 ~3
          8        DO_ICALL                                                 
          9        INIT_FCALL                                               'var_dump'
         10        IS_IDENTICAL                                     ~5      !0, !0
         11        SEND_VAL                                                 ~5
         12        DO_ICALL                                                 
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.08 ms | 1394 KiB | 17 Q