3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url='http://ttwxlife.tshenbian.com/front/order_list.php?from=shop_menu&pay_type=0&user_id=1424&app_id=104&shop_id=1'; if ( strpos ( $url , 'order_list' ) !== false ) { echo "The string was found in the string"; } else { echo " and exists at position " ; } $arr=[[12,3,4],[5,7]]; ?> <script> alert(<?php echo $arr;?>); </script>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 9
Branch analysis from position: 7
1 jumps found. (Code = 42) Position 1 = 10
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/OU5Wm
function name:  (null)
number of ops:  15
compiled vars:  !0 = $url, !1 = $arr
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    6     0  E >   ASSIGN                                                   !0, 'http%3A%2F%2Fttwxlife.tshenbian.com%2Ffront%2Forder_list.php%3Ffrom%3Dshop_menu%26pay_type%3D0%26user_id%3D1424%26app_id%3D104%26shop_id%3D1'
   11     1        INIT_FCALL                                               'strpos'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 'order_list'
          4        DO_ICALL                                         $3      
          5        TYPE_CHECK                                  1018          $3
          6      > JMPZ                                                     ~4, ->9
   12     7    >   ECHO                                                     'The+string+was++found+in+the+string'
          8      > JMP                                                      ->10
   15     9    >   ECHO                                                     '+and+exists+at+position+++'
   18    10    >   ASSIGN                                                   !1, <array>
   20    11        ECHO                                                     '%3Cscript%3E%0Aalert%28'
   21    12        ECHO                                                     !1
         13        ECHO                                                     '%29%3B%0A%3C%2Fscript%3E'
   22    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.93 ms | 1395 KiB | 15 Q