Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 1.83 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Array
  2. (
  3.     [(mes-etudes|mes-sorties|mon-mag|selectionne)/?$] => index.php?category_name=$matches[1]
  4.     [(mes-etudes|mes-sorties|mon-mag|selectionne)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  5.     [(mes-etudes|mes-sorties|mon-mag|selectionne)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=$matches[1]&feed=$matches[2]
  6.     [(mes-etudes|mes-sorties|mon-mag|selectionne)/page/?([0-9]{1,})/?$] => index.php?category_name=$matches[1]&paged=$matches[2]
  7.     [mon-mag/(lol|test)/?$] => index.php?category_name=mon-mag/$matches[1]
  8.     [mon-mag/(lol|test)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=mon-mag/$matches[1]&feed=$matches[2]
  9.     [mon-mag/(lol|test)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=mon-mag/$matches[1]&feed=$matches[2]
  10.     [mon-mag/(lol|test)/page/?([0-9]{1,})/?$] => index.php?category_name=mon-mag/$matches[1]&paged=$matches[2]
  11.     [mon-mag/lol/(mdr)/?$] => index.php?category_name=mon-mag/lol/$matches[1]
  12.     [mon-mag/lol/(mdr)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=mon-mag/lol/$matches[1]&feed=$matches[2]
  13.     [mon-mag/lol/(mdr)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=mon-mag/lol/$matches[1]&feed=$matches[2]
  14.     [mon-mag/lol/(mdr)/page/?([0-9]{1,})/?$] => index.php?category_name=mon-mag/lol/$matches[1]&paged=$matches[2]
  15.     [mon-mag/test/(test-2|test-3)/?$] => index.php?category_name=mon-mag/test/$matches[1]
  16.     [mon-mag/test/(test-2|test-3)/feed/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=mon-mag/test/$matches[1]&feed=$matches[2]
  17.     [mon-mag/test/(test-2|test-3)/(feed|rdf|rss|rss2|atom)/?$] => index.php?category_name=mon-mag/test/$matches[1]&feed=$matches[2]
  18.     [mon-mag/test/(test-2|test-3)/page/?([0-9]{1,})/?$] => index.php?category_name=mon-mag/test/$matches[1]&paged=$matches[2]
  19. )