www.gusucode.com > Aycms自媒体建站系统PHP版 v1.0.1源码程序 > Aycms_v1.0.1/vendor/electrolinux/phpquery/test-cases/document-types/document-utf8.php

    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
	<head>
		<title>HTML document with UTF-8 charset</title>
		<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
		<?php print '<title>foob\'"bar</title>'; ?>
	</head>
	<body>
		<span>Hello World!</span>
		<span>ąśżźć</span>
		<a href='<?php foreach($foo as $bar} { print $foo['1'] } ?>'>Attr test</a>
	</body>
</html>