Skip to content

Instantly share code, notes, and snippets.

@BinaryKitten
Created January 28, 2015 19:33
Show Gist options
  • Select an option

  • Save BinaryKitten/34e2d1ca05c30803fdf6 to your computer and use it in GitHub Desktop.

Select an option

Save BinaryKitten/34e2d1ca05c30803fdf6 to your computer and use it in GitHub Desktop.
<?php
return [
'/userid=[0-9]{1,3}/' => 'user'
];
<?php
$config = include 'config.php';
var_dump($config);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment