Searched refs:pg_unescape_bytea (Results 1 – 10 of 10) sorted by relevance
20 $unesc_image = pg_unescape_bytea($rows[0]['bin']);
23 $unesc_image = pg_unescape_bytea($rows[0]['bin']);
24 var_dump(bin2hex(pg_unescape_bytea($res)));
25 var_dump(bin2hex(pg_unescape_bytea($res)));
56 if ($data === pg_unescape_bytea($row['bin'])) {
151 PHP_FUNCTION(pg_unescape_bytea);
513 ZEND_FUNCTION(pg_unescape_bytea);630 ZEND_FE(pg_unescape_bytea, arginfo_pg_unescape_bytea)
428 function pg_unescape_bytea(string $string): string {} function
3354 PHP_FUNCTION(pg_unescape_bytea) in PHP_FUNCTION() argument
Completed in 23 milliseconds