3v4l.org

run code in 300+ PHP versions simultaneously
<?php $user = new \StdClass; $user->name="Daria"; $user->date_birth="15/12/1993"; $user->city="Odessa"; $user->country="Ukraine"; $user->height="172"; $user->weight="52"; $user->body_type="Slim"; $user->education="College"; $user->occupation="student"; $user->drinking="Occasionally"; $user->smoking="Never"; $user->color_eye="Green"; $user->color_hair="Light-Brown"; $user->marital_status="Never married"; $user->count_children="0"; $user->eng_level="Intermediate"; $user->other_langs=""; $user->religion="Christianity"; $user->looking_for="I am looking for serious relationship here. I believe that friendship is a good base for relationship. I miss a positive, kind, romantic, faithful, honest and caring man next to me. It is very important for me to have similar outlook with my loving man and to share the same values."; $user->description="I'm a sunshine girl. I have a very active lifestyle. I prefer healthy life. I'm a very unpredictable person in a good way course! I like to make presents and look to reaction. I like to try new things and travel a lot. I m sure that I will be a good and lovely mother as I love kids very much!"; foreach ($user as $key => $value) { var_dump([$key => $vlaue]); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 44, Position 2 = 51
Branch analysis from position: 44
2 jumps found. (Code = 78) Position 1 = 45, Position 2 = 51
Branch analysis from position: 45
1 jumps found. (Code = 42) Position 1 = 44
Branch analysis from position: 44
Branch analysis from position: 51
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 51
filename:       /in/Fc3XK
function name:  (null)
number of ops:  53
compiled vars:  !0 = $user, !1 = $value, !2 = $key, !3 = $vlaue
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   NEW                                              $4      'StdClass'
          1        DO_FCALL                                      0          
          2        ASSIGN                                                   !0, $4
    4     3        ASSIGN_OBJ                                               !0, 'name'
          4        OP_DATA                                                  'Daria'
    5     5        ASSIGN_OBJ                                               !0, 'date_birth'
          6        OP_DATA                                                  '15%2F12%2F1993'
    6     7        ASSIGN_OBJ                                               !0, 'city'
          8        OP_DATA                                                  'Odessa'
    7     9        ASSIGN_OBJ                                               !0, 'country'
         10        OP_DATA                                                  'Ukraine'
    8    11        ASSIGN_OBJ                                               !0, 'height'
         12        OP_DATA                                                  '172'
    9    13        ASSIGN_OBJ                                               !0, 'weight'
         14        OP_DATA                                                  '52'
   10    15        ASSIGN_OBJ                                               !0, 'body_type'
         16        OP_DATA                                                  'Slim'
   11    17        ASSIGN_OBJ                                               !0, 'education'
         18        OP_DATA                                                  'College'
   12    19        ASSIGN_OBJ                                               !0, 'occupation'
         20        OP_DATA                                                  'student'
   13    21        ASSIGN_OBJ                                               !0, 'drinking'
         22        OP_DATA                                                  'Occasionally'
   14    23        ASSIGN_OBJ                                               !0, 'smoking'
         24        OP_DATA                                                  'Never'
   15    25        ASSIGN_OBJ                                               !0, 'color_eye'
         26        OP_DATA                                                  'Green'
   16    27        ASSIGN_OBJ                                               !0, 'color_hair'
         28        OP_DATA                                                  'Light-Brown'
   17    29        ASSIGN_OBJ                                               !0, 'marital_status'
         30        OP_DATA                                                  'Never+married'
   18    31        ASSIGN_OBJ                                               !0, 'count_children'
         32        OP_DATA                                                  '0'
   19    33        ASSIGN_OBJ                                               !0, 'eng_level'
         34        OP_DATA                                                  'Intermediate'
   20    35        ASSIGN_OBJ                                               !0, 'other_langs'
         36        OP_DATA                                                  ''
   21    37        ASSIGN_OBJ                                               !0, 'religion'
         38        OP_DATA                                                  'Christianity'
   22    39        ASSIGN_OBJ                                               !0, 'looking_for'
         40        OP_DATA                                                  'I+am+looking+for+serious+relationship+here.+I+believe+that+friendship+is+a+good+base+for+relationship.+I+miss+a+positive%2C+kind%2C+romantic%2C+faithful%2C+honest+and+caring+man+next+to+me.+It+is+very+important+for+me+to+have+similar+outlook+with+my+loving+man+and+to+share+the+same+values.'
   23    41        ASSIGN_OBJ                                               !0, 'description'
         42        OP_DATA                                                  'I%27m+a+sunshine+girl.+I+have+a+very+active+lifestyle.+I+prefer+healthy+life.+I%27m+a+very+unpredictable+person+in+a+good+way+course%21+I+like+to+make+presents+and+look+to+reaction.+I+like+to+try+new+things+and+travel+a+lot.+I+m+sure+that+I+will+be+a+good+and+lovely+mother+as+I+love+kids+very+much%21'
   25    43      > FE_RESET_R                                       $27     !0, ->51
         44    > > FE_FETCH_R                                       ~28     $27, !1, ->51
         45    >   ASSIGN                                                   !2, ~28
   26    46        INIT_FCALL                                               'var_dump'
         47        INIT_ARRAY                                       ~30     !3, !2
         48        SEND_VAL                                                 ~30
         49        DO_ICALL                                                 
   25    50      > JMP                                                      ->44
         51    >   FE_FREE                                                  $27
   27    52      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
179.04 ms | 1400 KiB | 15 Q