Searched refs:pg_escape_bytea (Results 1 – 9 of 9) sorted by relevance
28 // pg_escape_bytea() test31 $after = pg_escape_bytea($before);33 echo "pg_escape_bytea() is Ok\n";47 $escaped_data = pg_escape_bytea($db, $data);59 echo "pg_escape_bytea() actually works with database\n";68 echo "pg_escape_bytea() is broken\n";105 Deprecated: pg_escape_bytea(): Automatic fetching of PostgreSQL connection is deprecated in %s on l…106 pg_escape_bytea() is Ok107 pg_escape_bytea() actually works with database
2 PostgreSQL pg_escape_bytea() functions (before connection)14 $esc_image = pg_escape_bytea($image);32 Deprecated: pg_escape_bytea(): Automatic fetching of PostgreSQL connection is deprecated in %s on l…
2 PostgreSQL pg_escape_bytea() functions (escape format)17 $esc_image = pg_escape_bytea($db, $image);
2 PostgreSQL pg_escape_bytea() functions (hex format)20 $esc_image = pg_escape_bytea($db, $image);
36 $out = pg_escape_bytea($conn, "\xFF");45 $out = pg_escape_bytea($conn, "\xFF");
54 'pg_escape_bytea',137 Deprecated: pg_escape_bytea(): Automatic fetching of PostgreSQL connection is deprecated in %s on l…
514 ZEND_FUNCTION(pg_escape_bytea);631 ZEND_FE(pg_escape_bytea, arginfo_pg_escape_bytea)
425 function pg_escape_bytea($connection, string $string = UNKNOWN): string {} function
3313 PHP_FUNCTION(pg_escape_bytea) in PHP_FUNCTION() argument
Completed in 31 milliseconds