mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-09 23:28:42 +00:00
9db891c3aa
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1763 48356398-32a2-884e-a903-53898d9a118a
11 lines
225 B
PHP
11 lines
225 B
PHP
<?php
|
|
|
|
require_once '../library/HTMLPurifier.path.php';
|
|
require_once 'HTMLPurifier.includes.php';
|
|
|
|
$begin = xdebug_memory_usage();
|
|
|
|
$schema = HTMLPurifier_ConfigSchema::makeFromSerial();
|
|
|
|
echo xdebug_memory_usage() - $begin;
|