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 here 7H34NC-5001nc'; $re1='.*?'; # Non-greedy match on filler $re41='([a-z]?[a-z])'; # Any Single Word Character (Not Whitespace) 1 or 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]; 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 = 28, Position 2 = 64
Branch analysis from position: 28
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 64
filename:       /in/luAn1
function name:  (null)
number of ops:  65
compiled vars:  !0 = $txt, !1 = $re1, !2 = $re41, !3 = $re43, !4 = $re44, !5 = $re45, !6 = $re46, !7 = $re47, !8 = $re48, !9 = $re49, !10 = $c, !11 = $re42, !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+here+7H34NC-5001nc'
    7     1        ASSIGN                                                   !1, '.%2A%3F'
    8     2        ASSIGN                                                   !2, '%28%5Ba-z%5D%3F%5Ba-z%5D%29'
    9     3        ASSIGN                                                   !3, '%28%5Cd%29'
   10     4        ASSIGN                                                   !4, '%28%5Cd%29'
   11     5        ASSIGN                                                   !5, '.%2A%3F'
   12     6        ASSIGN                                                   !6, '%28-%29'
   13     7        ASSIGN                                                   !7, '%28%5Cd%29'
   14     8        ASSIGN                                                   !8, '%28%5Cd%29'
   15     9        ASSIGN                                                   !9, '%28%5Cd%29'
   17    10        INIT_FCALL                                               'preg_match_all'
         11        CONCAT                                           ~31     '%2F', !1
         12        CONCAT                                           ~32     ~31, !2
         13        CONCAT                                           ~33     ~32, !11
         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, '%2Fis'
         22        SEND_VAL                                                 ~41
         23        SEND_VAR                                                 !0
         24        SEND_REF                                                 !12
         25        DO_ICALL                                         $42     
         26        ASSIGN                                           ~43     !10, $42
         27      > JMPZ                                                     ~43, ->64
   19    28    >   FETCH_DIM_R                                      ~44     !12, 1
         29        FETCH_DIM_R                                      ~45     ~44, 0
         30        ASSIGN                                                   !13, ~45
   20    31        FETCH_DIM_R                                      ~47     !12, 2
         32        FETCH_DIM_R                                      ~48     ~47, 0
         33        ASSIGN                                                   !14, ~48
   21    34        FETCH_DIM_R                                      ~50     !12, 3
         35        FETCH_DIM_R                                      ~51     ~50, 0
         36        ASSIGN                                                   !15, ~51
   22    37        FETCH_DIM_R                                      ~53     !12, 4
         38        FETCH_DIM_R                                      ~54     ~53, 0
         39        ASSIGN                                                   !16, ~54
   23    40        FETCH_DIM_R                                      ~56     !12, 5
         41        FETCH_DIM_R                                      ~57     ~56, 0
         42        ASSIGN                                                   !17, ~57
   24    43        FETCH_DIM_R                                      ~59     !12, 6
         44        FETCH_DIM_R                                      ~60     ~59, 0
         45        ASSIGN                                                   !18, ~60
   25    46        ROPE_INIT                                    17  ~63     '%28'
         47        ROPE_ADD                                      1  ~63     ~63, !13
         48        ROPE_ADD                                      2  ~63     ~63, '%29+%28'
         49        ROPE_ADD                                      3  ~63     ~63, !14
         50        ROPE_ADD                                      4  ~63     ~63, '%29+%28'
         51        ROPE_ADD                                      5  ~63     ~63, !15
         52        ROPE_ADD                                      6  ~63     ~63, '%29+%28'
         53        ROPE_ADD                                      7  ~63     ~63, !16
         54        ROPE_ADD                                      8  ~63     ~63, '%29+%28'
         55        ROPE_ADD                                      9  ~63     ~63, !17
         56        ROPE_ADD                                     10  ~63     ~63, '%29+%28'
         57        ROPE_ADD                                     11  ~63     ~63, !18
         58        ROPE_ADD                                     12  ~63     ~63, '%29+%28'
         59        ROPE_ADD                                     13  ~63     ~63, !19
         60        ROPE_ADD                                     14  ~63     ~63, '%29+%28'
         61        ROPE_ADD                                     15  ~63     ~63, !20
         62        ROPE_END                                     16  ~62     ~63, '%29+%0A'
         63        ECHO                                                     ~62
   26    64    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
146.78 ms | 1400 KiB | 15 Q