Sign in
apache
/
httpd-tests
/
refs/heads/trunk
/
.
/
t
/
php
/
do-while.t
blob: 6fcb16c7242c210b7e6f6cec78ee9db57104a151 [
file
]
use
strict
;
use
warnings FATAL
=>
'all'
;
use
Apache
::
Test
;
use
Apache
::
TestRequest
;
plan tests
=>
1
,
need_php
;
my
$expected
=
"321"
;
my
$result
=
GET_BODY
"/php/do-while.php"
;
ok $result eq $expected
;