3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Report_Filter { public $And_Or = null; public $Report_Field_ID = null; public $Comparison = null; public $Value = null; } $test = new Report_Filter(); $test->And_Or = 'and'; $test->Report_Field_ID = '11'; $test->Comparison = '='; $test->Value = 'cookie'; echo $test->And_Or; echo $test->Report_Field_ID; echo $test->Comparison; echo $test->Value;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/GI2eK
function name:  (null)
number of ops:  20
compiled vars:  !0 = $test
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   NEW                                              $1      'Report_Filter'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $1
   13     3        ASSIGN_OBJ                                               !0, 'And_Or'
          4        OP_DATA                                                  'and'
   14     5        ASSIGN_OBJ                                               !0, 'Report_Field_ID'
          6        OP_DATA                                                  '11'
   15     7        ASSIGN_OBJ                                               !0, 'Comparison'
          8        OP_DATA                                                  '%3D'
   16     9        ASSIGN_OBJ                                               !0, 'Value'
         10        OP_DATA                                                  'cookie'
   18    11        FETCH_OBJ_R                                      ~8      !0, 'And_Or'
         12        ECHO                                                     ~8
   19    13        FETCH_OBJ_R                                      ~9      !0, 'Report_Field_ID'
         14        ECHO                                                     ~9
   20    15        FETCH_OBJ_R                                      ~10     !0, 'Comparison'
         16        ECHO                                                     ~10
   21    17        FETCH_OBJ_R                                      ~11     !0, 'Value'
         18        ECHO                                                     ~11
         19      > RETURN                                                   1

Class Report_Filter: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.6 ms | 1394 KiB | 13 Q