add deps
[pharext/pharext.org] / deps / uri_template.api.php
1 <?php
2
3 namespace
4 {
5 const URI_TEMPLATE_ERROR = 1;
6 const URI_TEMPLATE_ERROR_EXPRESSION = 3;
7 const URI_TEMPLATE_ERROR_NONE = 0;
8 const URI_TEMPLATE_ERROR_SYNTAX = 2;
9
10 function uri_template($template, array $variables, &$result = NULL) {
11 }
12 }
13