3v4l.org

run code in 300+ PHP versions simultaneously
<?php $langs1='wer'; $langs2='er'; if ($langs1='de' && $langs2='be'){ // je mist hier een quotatie om je vergelijking heen. echo 'lang is DE en BE'; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 7
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
filename:       /in/Bf5YL
function name:  (null)
number of ops:  8
compiled vars:  !0 = $langs1, !1 = $langs2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'wer'
    3     1        ASSIGN                                                   !1, 'er'
    4     2        ASSIGN                                           ~4      !1, 'be'
          3        BOOL                                             ~5      ~4
          4        ASSIGN                                           ~6      !0, ~5
          5      > JMPZ                                                     ~6, ->7
    5     6    >   ECHO                                                     'lang+is+DE+en+BE'
    7     7    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
189.04 ms | 1392 KiB | 13 Q