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