3v4l.org

run code in 300+ PHP versions simultaneously
<?php $this->arrDays=array( 1=>"日曜日", 2=>"月曜日", 3=>"火曜日", 4=>"水曜日", 5=>"木曜日", 6=>"金曜日", 7=>"土曜日" ); $this->arrGenre=array( 1=>"少年向け", 2=>"少女向け", 3=>"深夜アニメ" ); $this->arrTags=array( "冒険"=>"冒険", "ファンタジー"=>"ファンタジー", "ハーレム"=>"ハーレム", "スーパーロボット"=>"スーパーロボット", "スポーツ"=>"スポーツ", "学園物"=>"学園物", "男の娘"=>"男の娘", "獣耳"=>"獣耳", "ホモ"=>"ホモ", "百合"=>"百合" ); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/MZNKh
function name:  (null)
number of ops:  10
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_THIS                                       $0      
          1        ASSIGN_OBJ                                               $0, 'arrDays'
    3     2        OP_DATA                                                  <array>
   11     3        FETCH_THIS                                       $2      
          4        ASSIGN_OBJ                                               $2, 'arrGenre'
   12     5        OP_DATA                                                  <array>
   16     6        FETCH_THIS                                       $4      
          7        ASSIGN_OBJ                                               $4, 'arrTags'
   17     8        OP_DATA                                                  <array>
   28     9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.33 ms | 1392 KiB | 13 Q