3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a=(1<<0); $b=(1<<$a); $c=(1<<$b); //echo ($c||$b)<<2*$a|$a; $a=(1<<0); $b=(1<<1); echo $b|$a; $a=0x01; $b=0x02; //printf('%x', ($a<<$b.$b)); //print (19.6*100)!==(double)1960; $a=array('a','b','c'); //$l=end(array_keys($a)); foreach($a as $k=>$v){ //echo $k==$l ? 'a' : 'b'; } //echo (2).(3*(print 3)); //$a="print"; //$a("hello"); //echo 30 * 5 . 7; $s='hello w'; //print $s[4]; //echo ~0; //echo is_numeric('.25e4');
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 13, Position 2 = 16
Branch analysis from position: 13
2 jumps found. (Code = 78) Position 1 = 14, Position 2 = 16
Branch analysis from position: 14
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
filename:       /in/lsN57
function name:  (null)
number of ops:  19
compiled vars:  !0 = $a, !1 = $b, !2 = $c, !3 = $v, !4 = $k, !5 = $s
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 1
    3     1        SL                                               ~7      1, !0
          2        ASSIGN                                                   !1, ~7
    4     3        SL                                               ~9      1, !1
          4        ASSIGN                                                   !2, ~9
    6     5        ASSIGN                                                   !0, 1
    7     6        ASSIGN                                                   !1, 2
    8     7        BW_OR                                            ~13     !1, !0
          8        ECHO                                                     ~13
    9     9        ASSIGN                                                   !0, 1
   10    10        ASSIGN                                                   !1, 2
   13    11        ASSIGN                                                   !0, <array>
   15    12      > FE_RESET_R                                       $17     !0, ->16
         13    > > FE_FETCH_R                                       ~18     $17, !3, ->16
         14    >   ASSIGN                                                   !4, ~18
         15      > JMP                                                      ->13
         16    >   FE_FREE                                                  $17
   22    17        ASSIGN                                                   !5, 'hello+w'
   25    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.23 ms | 1385 KiB | 13 Q