Home
last modified time | relevance | path

Searched refs:pg_unescape_bytea (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/pgsql/tests/
H A D18pg_escape_bytea_before.phpt20 $unesc_image = pg_unescape_bytea($rows[0]['bin']);
H A D18pg_escape_bytea_esc.phpt20 $unesc_image = pg_unescape_bytea($rows[0]['bin']);
H A D18pg_escape_bytea_hex.phpt23 $unesc_image = pg_unescape_bytea($rows[0]['bin']);
H A Dbug37100_9.phpt24 var_dump(bin2hex(pg_unescape_bytea($res)));
H A Dbug37100.phpt25 var_dump(bin2hex(pg_unescape_bytea($res)));
H A D08escape.phpt56 if ($data === pg_unescape_bytea($row['bin'])) {
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h174 PHP_FUNCTION(pg_unescape_bytea);
H A DREADME223 string pg_unescape_bytea(string bytea_data)
H A Dpgsql.c671 PHP_FE(pg_unescape_bytea, arginfo_pg_unescape_bytea)
4338 PHP_FUNCTION(pg_unescape_bytea) argument
/PHP-5.5/
H A DNEWS1767 . pg_unescape_bytea() raises E_WARNING for invalid inputs. (Yasuo)

Completed in 40 milliseconds