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(); $newline = "\r\n"; $test->And_Or = 'and'; $test->Report_Field_ID = '11'; $test->Comparison = '='; $test->Value = 'cookie'; echo $test->And_Or . $newline; echo $test->Report_Field_ID . $newline; echo $test->Comparison . $newline; echo $test->Value . $newline; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ULvY1
function name:  (null)
number of ops:  25
compiled vars:  !0 = $test, !1 = $newline
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   11     0  E >   NEW                                              $2      'Report_Filter'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $2
   12     3        ASSIGN                                                   !1, '%0D%0A'
   14     4        ASSIGN_OBJ                                               !0, 'And_Or'
          5        OP_DATA                                                  'and'
   15     6        ASSIGN_OBJ                                               !0, 'Report_Field_ID'
          7        OP_DATA                                                  '11'
   16     8        ASSIGN_OBJ                                               !0, 'Comparison'
          9        OP_DATA                                                  '%3D'
   17    10        ASSIGN_OBJ                                               !0, 'Value'
         11        OP_DATA                                                  'cookie'
   19    12        FETCH_OBJ_R                                      ~10     !0, 'And_Or'
         13        CONCAT                                           ~11     ~10, !1
         14        ECHO                                                     ~11
   20    15        FETCH_OBJ_R                                      ~12     !0, 'Report_Field_ID'
         16        CONCAT                                           ~13     ~12, !1
         17        ECHO                                                     ~13
   21    18        FETCH_OBJ_R                                      ~14     !0, 'Comparison'
         19        CONCAT                                           ~15     ~14, !1
         20        ECHO                                                     ~15
   22    21        FETCH_OBJ_R                                      ~16     !0, 'Value'
         22        CONCAT                                           ~17     ~16, !1
         23        ECHO                                                     ~17
   24    24      > RETURN                                                   1

Class Report_Filter: [no user functions]

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.99 ms | 1394 KiB | 13 Q