3v4l.org

run code in 300+ PHP versions simultaneously
<?php $A = array('X', 'Y','Z'); $B = 'X'; $C = array('Z', 'X', 'G'); if($C != $A){ echo 'TRUEが返ります。'; } else{ echo 'FALSEが返ります。'; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 7
Branch analysis from position: 5
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ejArJ
function name:  (null)
number of ops:  9
compiled vars:  !0 = $A, !1 = $B, !2 = $C
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, 'X'
    4     2        ASSIGN                                                   !2, <array>
    5     3        IS_NOT_EQUAL                                             !2, !0
          4      > JMPZ                                                     ~6, ->7
    6     5    >   ECHO                                                     'TRUE%E3%81%8C%E8%BF%94%E3%82%8A%E3%81%BE%E3%81%99%E3%80%82'
          6      > JMP                                                      ->8
    9     7    >   ECHO                                                     'FALSE%E3%81%8C%E8%BF%94%E3%82%8A%E3%81%BE%E3%81%99%E3%80%82'
   10     8    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.77 ms | 1392 KiB | 13 Q