blob: f91bcae626e8f1eda1b361c9d1d1ec389f59473c [file] [log] [blame]
use strict;
use warnings FATAL => 'all';
use Apache::Test;
use Apache::TestRequest;
plan tests => 1, have_module 'php4';
my $result = GET_BODY "/php/while.php";
ok $result eq '123456789';