Subversion Repositories PHPX

Compare Revisions

Last modification

Ignore whitespace Rev 12 → Rev 13

/trunk/features.class.php
2,6 → 2,9
 
require_once 'global.inc';
 
define('FEATURES_ENCODING',
mb_detect_encoding(file_get_contents($_SERVER['SCRIPT_FILENAME'])));
 
/**
* A list of language features with URNs definitions
* for reference links.
402,7 → 405,12
{
if (!empty($ver))
{
echo ' title="Test code: ' . htmlspecialchars(stripslashes($ver)) . '"';
echo ' title="Test code: '
. htmlspecialchars(
stripslashes($ver),
ENT_COMPAT,
FEATURES_ENCODING)
. '"';
}
else
{