3v4l.org

run code in 300+ PHP versions simultaneously
<?php if ($clist = get_request_var(CURRENTFIELDCLASS)) { foreach ($clist as $c) { $t = read_record_by_id($dbc, $tbl, $id); $t[$c->field] = $c->getvalue($dbc); direct_row_update($dbc, $c->tbl, $t); } }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 29
Branch analysis from position: 6
2 jumps found. (Code = 77) Position 1 = 7, Position 2 = 28
Branch analysis from position: 7
2 jumps found. (Code = 78) Position 1 = 8, Position 2 = 28
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
Branch analysis from position: 28
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 28
Branch analysis from position: 29
filename:       /in/k50BA
function name:  (null)
number of ops:  30
compiled vars:  !0 = $clist, !1 = $c, !2 = $t, !3 = $dbc, !4 = $tbl, !5 = $id
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL_BY_NAME                                       'get_request_var'
          1        FETCH_CONSTANT                                   ~6      'CURRENTFIELDCLASS'
          2        SEND_VAL_EX                                              ~6
          3        DO_FCALL                                      0  $7      
          4        ASSIGN                                           ~8      !0, $7
          5      > JMPZ                                                     ~8, ->29
    5     6    > > FE_RESET_R                                       $9      !0, ->28
          7    > > FE_FETCH_R                                               $9, !1, ->28
    7     8    >   INIT_FCALL_BY_NAME                                       'read_record_by_id'
          9        SEND_VAR_EX                                              !3
         10        SEND_VAR_EX                                              !4
         11        SEND_VAR_EX                                              !5
         12        DO_FCALL                                      0  $10     
         13        ASSIGN                                                   !2, $10
    8    14        FETCH_OBJ_R                                      ~12     !1, 'field'
         15        INIT_METHOD_CALL                                         !1, 'getvalue'
         16        SEND_VAR_EX                                              !3
         17        DO_FCALL                                      0  $14     
         18        ASSIGN_DIM                                               !2, ~12
         19        OP_DATA                                                  $14
    9    20        INIT_FCALL_BY_NAME                                       'direct_row_update'
         21        SEND_VAR_EX                                              !3
         22        CHECK_FUNC_ARG                                           
         23        FETCH_OBJ_FUNC_ARG                               $15     !1, 'tbl'
         24        SEND_FUNC_ARG                                            $15
         25        SEND_VAR_EX                                              !2
         26        DO_FCALL                                      0          
    5    27      > JMP                                                      ->7
         28    >   FE_FREE                                                  $9
   11    29    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
142.22 ms | 1399 KiB | 13 Q