3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a="00010010001101000000101"; $b="00010010001101000000001"; $c = (($a == $b) ? "true" : "false"); $d = (($a === $b) ? "true" : "false"); echo $c . " " . $d . "\n"; // true false
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 6
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 12
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 6
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 12
Branch analysis from position: 10
Branch analysis from position: 12
filename:       /in/OsCoW
function name:  (null)
number of ops:  19
compiled vars:  !0 = $a, !1 = $b, !2 = $c, !3 = $d
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '00010010001101000000101'
    4     1        ASSIGN                                                   !1, '00010010001101000000001'
    6     2        IS_EQUAL                                                 !0, !1
          3      > JMPZ                                                     ~6, ->6
          4    >   QM_ASSIGN                                        ~7      'true'
          5      > JMP                                                      ->7
          6    >   QM_ASSIGN                                        ~7      'false'
          7    >   ASSIGN                                                   !2, ~7
    7     8        IS_IDENTICAL                                             !0, !1
          9      > JMPZ                                                     ~9, ->12
         10    >   QM_ASSIGN                                        ~10     'true'
         11      > JMP                                                      ->13
         12    >   QM_ASSIGN                                        ~10     'false'
         13    >   ASSIGN                                                   !3, ~10
    9    14        CONCAT                                           ~12     !2, '++'
         15        CONCAT                                           ~13     ~12, !3
         16        CONCAT                                           ~14     ~13, '%0A'
         17        ECHO                                                     ~14
         18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.82 ms | 1394 KiB | 13 Q