Blame | Letzte Änderung | Log anzeigen | RSS feed
--TEST--Function -- get_headers--SKIPIF--<?php if (function_exists('get_headers')) { echo 'skip'; } ?>--FILE--<?phprequire_once 'PHP/Compat.php';PHP_Compat::loadFunction('get_headers');echo 'test';?>--EXPECT--test