3v4l.org

run code in 300+ PHP versions simultaneously
<?php $app_filename = "AntivirusSecurity_02_cb-508164-ce_ac8a0e5e-35f8-4c7b-b591-7e28cab94b4e.apk"; $click_id_fence_beginning = '\c\b\-'; $click_id_fence_end = '\-\c\e'; preg_match_all("^{$click_id_fence_beginning}([0-9]*?){$click_id_fence_end}^",$app_filename,$fields, PREG_PATTERN_ORDER); print_r($fields);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/HHFOW
function name:  (null)
number of ops:  18
compiled vars:  !0 = $app_filename, !1 = $click_id_fence_beginning, !2 = $click_id_fence_end, !3 = $fields
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'AntivirusSecurity_02_cb-508164-ce_ac8a0e5e-35f8-4c7b-b591-7e28cab94b4e.apk'
    5     1        ASSIGN                                                   !1, '%5Cc%5Cb%5C-'
    6     2        ASSIGN                                                   !2, '%5C-%5Cc%5Ce'
    7     3        INIT_FCALL                                               'preg_match_all'
          4        ROPE_INIT                                     5  ~8      '%5E'
          5        ROPE_ADD                                      1  ~8      ~8, !1
          6        ROPE_ADD                                      2  ~8      ~8, '%28%5B0-9%5D%2A%3F%29'
          7        ROPE_ADD                                      3  ~8      ~8, !2
          8        ROPE_END                                      4  ~7      ~8, '%5E'
          9        SEND_VAL                                                 ~7
         10        SEND_VAR                                                 !0
         11        SEND_REF                                                 !3
         12        SEND_VAL                                                 1
         13        DO_ICALL                                                 
    8    14        INIT_FCALL                                               'print_r'
         15        SEND_VAR                                                 !3
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.01 ms | 1395 KiB | 17 Q