3v4l.org

run code in 300+ PHP versions simultaneously
<?php list($user_id, $focus_x, $focus_y, $focus_width, $orientation) = ["756272","0","0","350","1"]; $focus_x = preg_match('/^\d+$/)', $focus_x) ? intval($focus_x) : -1; $focus_y = preg_match('/^\d+$/)', $focus_y) ? intval($focus_y) : -1; $focus_width = preg_match('/^\d+$/)', $focus_width) ? intval($focus_width) : -1; $orientation = intval($orientation); if ($focus_x >= 0 && $focus_y >= 0 && $focus_width > 0) { echo "yehu"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 15, Position 2 = 18
Branch analysis from position: 15
1 jumps found. (Code = 42) Position 1 = 19
Branch analysis from position: 19
2 jumps found. (Code = 43) Position 1 = 25, Position 2 = 28
Branch analysis from position: 25
1 jumps found. (Code = 42) Position 1 = 29
Branch analysis from position: 29
2 jumps found. (Code = 43) Position 1 = 35, Position 2 = 38
Branch analysis from position: 35
1 jumps found. (Code = 42) Position 1 = 39
Branch analysis from position: 39
2 jumps found. (Code = 46) Position 1 = 44, Position 2 = 46
Branch analysis from position: 44
2 jumps found. (Code = 46) Position 1 = 47, Position 2 = 49
Branch analysis from position: 47
2 jumps found. (Code = 43) Position 1 = 50, Position 2 = 51
Branch analysis from position: 50
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 51
Branch analysis from position: 49
Branch analysis from position: 46
Branch analysis from position: 38
2 jumps found. (Code = 46) Position 1 = 44, Position 2 = 46
Branch analysis from position: 44
Branch analysis from position: 46
Branch analysis from position: 28
2 jumps found. (Code = 43) Position 1 = 35, Position 2 = 38
Branch analysis from position: 35
Branch analysis from position: 38
Branch analysis from position: 18
2 jumps found. (Code = 43) Position 1 = 25, Position 2 = 28
Branch analysis from position: 25
Branch analysis from position: 28
filename:       /in/8aG1g
function name:  (null)
number of ops:  52
compiled vars:  !0 = $user_id, !1 = $focus_x, !2 = $focus_y, !3 = $focus_width, !4 = $orientation
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_LIST_R                                     $5      <array>, 0
          1        ASSIGN                                                   !0, $5
          2        FETCH_LIST_R                                     $7      <array>, 1
          3        ASSIGN                                                   !1, $7
          4        FETCH_LIST_R                                     $9      <array>, 2
          5        ASSIGN                                                   !2, $9
          6        FETCH_LIST_R                                     $11     <array>, 3
          7        ASSIGN                                                   !3, $11
          8        FETCH_LIST_R                                     $13     <array>, 4
          9        ASSIGN                                                   !4, $13
    5    10        INIT_FCALL                                               'preg_match'
         11        SEND_VAL                                                 '%2F%5E%5Cd%2B%24%2F%29'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                         $15     
         14      > JMPZ                                                     $15, ->18
         15    >   CAST                                          4  ~16     !1
         16        QM_ASSIGN                                        ~17     ~16
         17      > JMP                                                      ->19
         18    >   QM_ASSIGN                                        ~17     -1
         19    >   ASSIGN                                                   !1, ~17
    6    20        INIT_FCALL                                               'preg_match'
         21        SEND_VAL                                                 '%2F%5E%5Cd%2B%24%2F%29'
         22        SEND_VAR                                                 !2
         23        DO_ICALL                                         $19     
         24      > JMPZ                                                     $19, ->28
         25    >   CAST                                          4  ~20     !2
         26        QM_ASSIGN                                        ~21     ~20
         27      > JMP                                                      ->29
         28    >   QM_ASSIGN                                        ~21     -1
         29    >   ASSIGN                                                   !2, ~21
    7    30        INIT_FCALL                                               'preg_match'
         31        SEND_VAL                                                 '%2F%5E%5Cd%2B%24%2F%29'
         32        SEND_VAR                                                 !3
         33        DO_ICALL                                         $23     
         34      > JMPZ                                                     $23, ->38
         35    >   CAST                                          4  ~24     !3
         36        QM_ASSIGN                                        ~25     ~24
         37      > JMP                                                      ->39
         38    >   QM_ASSIGN                                        ~25     -1
         39    >   ASSIGN                                                   !3, ~25
    8    40        CAST                                          4  ~27     !4
         41        ASSIGN                                                   !4, ~27
   10    42        IS_SMALLER_OR_EQUAL                              ~29     0, !1
         43      > JMPZ_EX                                          ~29     ~29, ->46
         44    >   IS_SMALLER_OR_EQUAL                              ~30     0, !2
         45        BOOL                                             ~29     ~30
         46    > > JMPZ_EX                                          ~29     ~29, ->49
         47    >   IS_SMALLER                                       ~31     0, !3
         48        BOOL                                             ~29     ~31
         49    > > JMPZ                                                     ~29, ->51
   11    50    >   ECHO                                                     'yehu'
   12    51    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.84 ms | 1400 KiB | 15 Q