blob: f39b98de75872d7d87050fb4bd6aef8348049489 [file]
use strict;
use warnings FATAL => 'all';
use Apache::Test;
use Apache::TestRequest;
plan tests => 1, need_php;
my $expected = <<EXPECT;
&lt;&gt;&quot;&amp;åÄ
&lt;&gt;&quot;&amp;&aring;&Auml;
EXPECT
my $result = GET_BODY "/php/strings4.php";
ok $result eq $expected;