3v4l.org

run code in 300+ PHP versions simultaneously
<?php # URL that generated this code: # http://txt2re.com/index-php.php3?s=directv%20-%20some%20stuff%20hereHR34NC-5001nc&26&28&54&55&-62&56&51&52 $txt='directv - some stuff hereHR34NC-5001nc'; $re1='.*?'; # Non-greedy match on filler $re41='([a-z])'; # Any Single Word Character (Not Whitespace) 1 $re42='([a-z])'; # Any Single Word Character (Not Whitespace) 2 $re43='(\\d)'; # Any Single Digit 1 $re44='(\\d)'; # Any Single Digit 2 $re45='.*?'; # Non-greedy match on filler $re46='(-)'; # Any Single Character 1 $re47='(\\d)'; # Any Single Digit 3 $re48='(\\d)'; # Any Single Digit 4 $re49='(\\d)'; # Any Single Digit 5 if ($c=preg_match_all ("/".$re1.$re41.$re42.$re43.$re44.$re45.$re46.$re47.$re48.$re49."/is", $txt, $matches)) { $w1=$matches[1][0]; $w2=$matches[2][0]; $d1=$matches[3][0]; $d2=$matches[4][0]; $c1=$matches[5][0]; $d3=$matches[6][0]; $d4=$matches[7][0]; $d5=$matches[8][0]; print "($w1) ($w2) ($d1) ($d2) ($c1) ($d3) ($d4) ($d5) \n"; }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 29, Position 2 = 71
Branch analysis from position: 29
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 71
filename:       /in/kcFhR
function name:  (null)
number of ops:  72
compiled vars:  !0 = $txt, !1 = $re1, !2 = $re41, !3 = $re42, !4 = $re43, !5 = $re44, !6 = $re45, !7 = $re46, !8 = $re47, !9 = $re48, !10 = $re49, !11 = $c, !12 = $matches, !13 = $w1, !14 = $w2, !15 = $d1, !16 = $d2, !17 = $c1, !18 = $d3, !19 = $d4, !20 = $d5
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ASSIGN                                                   !0, 'directv+-+some+stuff+hereHR34NC-5001nc'
    7     1        ASSIGN                                                   !1, '.%2A%3F'
    8     2        ASSIGN                                                   !2, '%28%5Ba-z%5D%29'
    9     3        ASSIGN                                                   !3, '%28%5Ba-z%5D%29'
   10     4        ASSIGN                                                   !4, '%28%5Cd%29'
   11     5        ASSIGN                                                   !5, '%28%5Cd%29'
   12     6        ASSIGN                                                   !6, '.%2A%3F'
   13     7        ASSIGN                                                   !7, '%28-%29'
   14     8        ASSIGN                                                   !8, '%28%5Cd%29'
   15     9        ASSIGN                                                   !9, '%28%5Cd%29'
   16    10        ASSIGN                                                   !10, '%28%5Cd%29'
   18    11        INIT_FCALL                                               'preg_match_all'
         12        CONCAT                                           ~32     '%2F', !1
         13        CONCAT                                           ~33     ~32, !2
         14        CONCAT                                           ~34     ~33, !3
         15        CONCAT                                           ~35     ~34, !4
         16        CONCAT                                           ~36     ~35, !5
         17        CONCAT                                           ~37     ~36, !6
         18        CONCAT                                           ~38     ~37, !7
         19        CONCAT                                           ~39     ~38, !8
         20        CONCAT                                           ~40     ~39, !9
         21        CONCAT                                           ~41     ~40, !10
         22        CONCAT                                           ~42     ~41, '%2Fis'
         23        SEND_VAL                                                 ~42
         24        SEND_VAR                                                 !0
         25        SEND_REF                                                 !12
         26        DO_ICALL                                         $43     
         27        ASSIGN                                           ~44     !11, $43
         28      > JMPZ                                                     ~44, ->71
   20    29    >   FETCH_DIM_R                                      ~45     !12, 1
         30        FETCH_DIM_R                                      ~46     ~45, 0
         31        ASSIGN                                                   !13, ~46
   21    32        FETCH_DIM_R                                      ~48     !12, 2
         33        FETCH_DIM_R                                      ~49     ~48, 0
         34        ASSIGN                                                   !14, ~49
   22    35        FETCH_DIM_R                                      ~51     !12, 3
         36        FETCH_DIM_R                                      ~52     ~51, 0
         37        ASSIGN                                                   !15, ~52
   23    38        FETCH_DIM_R                                      ~54     !12, 4
         39        FETCH_DIM_R                                      ~55     ~54, 0
         40        ASSIGN                                                   !16, ~55
   24    41        FETCH_DIM_R                                      ~57     !12, 5
         42        FETCH_DIM_R                                      ~58     ~57, 0
         43        ASSIGN                                                   !17, ~58
   25    44        FETCH_DIM_R                                      ~60     !12, 6
         45        FETCH_DIM_R                                      ~61     ~60, 0
         46        ASSIGN                                                   !18, ~61
   26    47        FETCH_DIM_R                                      ~63     !12, 7
         48        FETCH_DIM_R                                      ~64     ~63, 0
         49        ASSIGN                                                   !19, ~64
   27    50        FETCH_DIM_R                                      ~66     !12, 8
         51        FETCH_DIM_R                                      ~67     ~66, 0
         52        ASSIGN                                                   !20, ~67
   28    53        ROPE_INIT                                    17  ~70     '%28'
         54        ROPE_ADD                                      1  ~70     ~70, !13
         55        ROPE_ADD                                      2  ~70     ~70, '%29+%28'
         56        ROPE_ADD                                      3  ~70     ~70, !14
         57        ROPE_ADD                                      4  ~70     ~70, '%29+%28'
         58        ROPE_ADD                                      5  ~70     ~70, !15
         59        ROPE_ADD                                      6  ~70     ~70, '%29+%28'
         60        ROPE_ADD                                      7  ~70     ~70, !16
         61        ROPE_ADD                                      8  ~70     ~70, '%29+%28'
         62        ROPE_ADD                                      9  ~70     ~70, !17
         63        ROPE_ADD                                     10  ~70     ~70, '%29+%28'
         64        ROPE_ADD                                     11  ~70     ~70, !18
         65        ROPE_ADD                                     12  ~70     ~70, '%29+%28'
         66        ROPE_ADD                                     13  ~70     ~70, !19
         67        ROPE_ADD                                     14  ~70     ~70, '%29+%28'
         68        ROPE_ADD                                     15  ~70     ~70, !20
         69        ROPE_END                                     16  ~69     ~70, '%29+%0A'
         70        ECHO                                                     ~69
   29    71    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.86 ms | 1400 KiB | 15 Q