3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump( '987654321123456789987654321123456789', (int) '987654321123456789987654321123456789', (float) '987654321123456789987654321123456789'); if('987654321123456789987654321123456789'=='987654321123456789876543210012345698'){ echo 'Why this condition is true?'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 9
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
filename:       /in/eXuJX
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'var_dump'
          1        SEND_VAL                                                 '987654321123456789987654321123456789'
          2        CAST                                          4  ~0      '987654321123456789987654321123456789'
          3        SEND_VAL                                                 ~0
          4        CAST                                          5  ~1      '987654321123456789987654321123456789'
          5        SEND_VAL                                                 ~1
          6        DO_ICALL                                                 
    4     7      > JMPZ                                                     <false>, ->9
    5     8    >   ECHO                                                     'Why+this+condition+is+true%3F'
    6     9    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.05 ms | 1394 KiB | 15 Q