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("^\cb-([0-9]*?)\-ce^",$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/HP2Qn
function name:  (null)
number of ops:  13
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        SEND_VAL                                                 '%5E%5Ccb-%28%5B0-9%5D%2A%3F%29%5C-ce%5E'
          5        SEND_VAR                                                 !0
          6        SEND_REF                                                 !3
          7        SEND_VAL                                                 1
          8        DO_ICALL                                                 
    8     9        INIT_FCALL                                               'print_r'
         10        SEND_VAR                                                 !3
         11        DO_ICALL                                                 
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
175.9 ms | 1398 KiB | 17 Q