<?php
error_reporting(E_ALL);
echo stripslashes("能");
echo apache_get_version();
# 能
# Apache/2.2.4 (Win32) PHP/5.2.3
# is_string 等均无错
?>