3v4l.org

run code in 300+ PHP versions simultaneously
<?php $device1 = is_null($Maker) ? "вася" : $Maker; $Maker = "2323"; $device2 = is_null($Maker) ? "вася" : $Maker; var_dump($device1); var_dump($device2);
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 2, Position 2 = 4
Branch analysis from position: 2
1 jumps found. (Code = 42) Position 1 = 5
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 11
Branch analysis from position: 9
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 9, Position 2 = 11
Branch analysis from position: 9
Branch analysis from position: 11
filename:       /in/qf9Xv
function name:  (null)
number of ops:  20
compiled vars:  !0 = $device1, !1 = $Maker, !2 = $device2
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   TYPE_CHECK                                    2          !1
          1      > JMPZ                                                     ~3, ->4
          2    >   QM_ASSIGN                                        ~4      '%D0%B2%D0%B0%D1%81%D1%8F'
          3      > JMP                                                      ->5
          4    >   QM_ASSIGN                                        ~4      !1
          5    >   ASSIGN                                                   !0, ~4
    4     6        ASSIGN                                                   !1, '2323'
    5     7        TYPE_CHECK                                    2          !1
          8      > JMPZ                                                     ~7, ->11
          9    >   QM_ASSIGN                                        ~8      '%D0%B2%D0%B0%D1%81%D1%8F'
         10      > JMP                                                      ->12
         11    >   QM_ASSIGN                                        ~8      !1
         12    >   ASSIGN                                                   !2, ~8
    7    13        INIT_FCALL                                               'var_dump'
         14        SEND_VAR                                                 !0
         15        DO_ICALL                                                 
    8    16        INIT_FCALL                                               'var_dump'
         17        SEND_VAR                                                 !2
         18        DO_ICALL                                                 
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
144.18 ms | 1395 KiB | 15 Q