blob: 019f4a7f868a4a924efe62c049229ec4d4a379d0 [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/globals.php";
ok $result eq "1 5 2 2 10 5 2 5 3 2 10 5 3 5 4 2 \n";