3v4l.org

run code in 300+ PHP versions simultaneously
<?php if ($app->request->post('TableOption') === false) $app->request->done = true; print_r($app->request->done); exit();
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 9
Branch analysis from position: 6
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 9
filename:       /in/NHgVH
function name:  (null)
number of ops:  16
compiled vars:  !0 = $app
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_OBJ_R                                      ~1      !0, 'request'
          1        INIT_METHOD_CALL                                         ~1, 'post'
          2        SEND_VAL_EX                                              'TableOption'
          3        DO_FCALL                                      0  $2      
          4        TYPE_CHECK                                    4          $2
          5      > JMPZ                                                     ~3, ->9
          6    >   FETCH_OBJ_W                                      $4      !0, 'request'
          7        ASSIGN_OBJ                                               $4, 'done'
          8        OP_DATA                                                  <true>
    4     9    >   INIT_FCALL                                               'print_r'
         10        FETCH_OBJ_R                                      ~6      !0, 'request'
         11        FETCH_OBJ_R                                      ~7      ~6, 'done'
         12        SEND_VAL                                                 ~7
         13        DO_ICALL                                                 
    5    14      > EXIT                                                     
         15*     > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
169.71 ms | 1394 KiB | 15 Q