projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
a3550df
)
- add missing PHP closing tag
author
Michael Wallner
<mike@php.net>
Fri, 28 Sep 2007 09:54:31 +0000
(09:54 +0000)
committer
Michael Wallner
<mike@php.net>
Fri, 28 Sep 2007 09:54:31 +0000
(09:54 +0000)
tests/parse_params_001.phpt
patch
|
blob
|
history
diff --git
a/tests/parse_params_001.phpt
b/tests/parse_params_001.phpt
index dde2780cff011bd6a9d648df4f93faa630561478..bbfa63b3b936c80964af01e93280a7d5860fee8a 100644
(file)
--- a/
tests/parse_params_001.phpt
+++ b/
tests/parse_params_001.phpt
@@
-14,6
+14,7
@@
var_dump(http_parse_params('public, must-revalidate, max-age=0'));
$p = http_parse_params('a'); var_dump($p->params[0]);
$p = http_parse_params('a=b'); var_dump($p->params[0]);
echo "Done\n";
+?>
--EXPECTF--
%sTEST
object(stdClass)%s {