projects
/
m6w6
/
ext-http
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
|
github
history
|
raw
|
HEAD
explicitly declare as abstract
[m6w6/ext-http]
/
tests
/
envrequestbody001.phpt
1
--TEST--
2
env request body
3
--SKIPIF--
4
<? include "skipif.inc";
5
--PUT--
6
Content-Type: skip/me
7
foo
8
--FILE--
9
<?
10
var_dump((string) \http\Env::getRequestBody());
11
?>
12
DONE
13
--EXPECT--
14
string(3) "foo"
15
DONE