3v4l.org

run code in 300+ PHP versions simultaneously
<?php function import_from_db($dbRow) { $this->id = $dbRow->id; $this->categoryId = $dbRow->category_id; $this->name = $dbRow->name; $this->grade = $dbRow->grade; $this->enable = $dbRow->enable; $this->date = $dbRow->date; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iCeoQ
function name:  (null)
number of ops:  1
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E > > RETURN                                                   1

Function import_from_db:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/iCeoQ
function name:  import_from_db
number of ops:  26
compiled vars:  !0 = $dbRow
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   RECV                                             !0      
    4     1        FETCH_THIS                                       $1      
          2        FETCH_OBJ_R                                      ~3      !0, 'id'
          3        ASSIGN_OBJ                                               $1, 'id'
          4        OP_DATA                                                  ~3
    5     5        FETCH_THIS                                       $4      
          6        FETCH_OBJ_R                                      ~6      !0, 'category_id'
          7        ASSIGN_OBJ                                               $4, 'categoryId'
          8        OP_DATA                                                  ~6
    6     9        FETCH_THIS                                       $7      
         10        FETCH_OBJ_R                                      ~9      !0, 'name'
         11        ASSIGN_OBJ                                               $7, 'name'
         12        OP_DATA                                                  ~9
    7    13        FETCH_THIS                                       $10     
         14        FETCH_OBJ_R                                      ~12     !0, 'grade'
         15        ASSIGN_OBJ                                               $10, 'grade'
         16        OP_DATA                                                  ~12
    8    17        FETCH_THIS                                       $13     
         18        FETCH_OBJ_R                                      ~15     !0, 'enable'
         19        ASSIGN_OBJ                                               $13, 'enable'
         20        OP_DATA                                                  ~15
    9    21        FETCH_THIS                                       $16     
         22        FETCH_OBJ_R                                      ~18     !0, 'date'
         23        ASSIGN_OBJ                                               $16, 'date'
         24        OP_DATA                                                  ~18
   10    25      > RETURN                                                   null

End of function import_from_db

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.37 ms | 1394 KiB | 13 Q