blob: ad04daf4fcf3fc89a40eb48484e8c166af42af40 [file] [log] [blame]
use strict;
use warnings FATAL => 'all';
use Apache::Test;
use Apache::TestRequest;
## testing stack after early function return
plan tests => 1, have_module 'php4';
my $expected = "HelloHello";
my $result = GET_BODY "/php/stack.php";
ok $result eq $expected;