📄 04-post.phpt
字号:
--TEST--FDF POST data parsing--SKIPIF--<?php if (php_sapi_name()=='cli' || !extension_loaded("fdf")) print "skip"; ?>--HEADERS--return <<<ENDContent-Type=application/vnd.fdfContent-Length=209END;--ENV--return <<<ENDContent-Type=application/vnd.fdfContent-Length=209END;--POST--%FDF-1.2%忏嫌1 0 obj<< /FDF << /Fields [ << /V (Thanks George)/T (status)>> ] /ID [ <3c0e51bf6427b09f7faa482297af6957><5f9787a1646a3bfe44b7725c9c1284df>] >> >> endobjtrailer<</Root 1 0 R >>%%EOF--FILE--<?php echo strlen($HTTP_FDF_DATA)."\n";foreach ($_POST as $key => $value) { echo "$key => $value\n";}?>--EXPECT--209status: Thanks George
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -