Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

--TEST--
Function -- get_headers
--SKIPIF--
<?php if (function_exists('get_headers')) { echo 'skip'; } ?>
--FILE--
<?php
require_once 'PHP/Compat.php';
PHP_Compat::loadFunction('get_headers');

echo 'test';
?>
--EXPECT--
test