3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = 'A'; $b = 'B'; var_dump(print($a)); // Aint(1) if(print($a) === $b) { // Пример 1 var_dump('ABC'); // etc // ... }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 12
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 12
filename:       /in/a3kgR
function name:  (null)
number of ops:  13
compiled vars:  !0 = $a, !1 = $b
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'A'
    3     1        ASSIGN                                                   !1, 'B'
    5     2        INIT_FCALL                                               'var_dump'
          3        ECHO                                                     !0
          4        SEND_VAL                                                 1
          5        DO_ICALL                                                 
    7     6        IS_IDENTICAL                                     ~5      !0, !1
          7        ECHO                                                     ~5
          8      > JMPZ                                                     1, ->12
    8     9    >   INIT_FCALL                                               'var_dump'
         10        SEND_VAL                                                 'ABC'
         11        DO_ICALL                                                 
   10    12    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
145.66 ms | 1398 KiB | 15 Q