Searched refs:pg_escape_bytea (Results 1 – 9 of 9) sorted by relevance
30 // pg_escape_bytea() test33 $after = pg_escape_bytea($before);35 echo "pg_escape_bytea() is Ok\n";50 $escaped_data = pg_escape_bytea($db, $data);62 echo "pg_escape_bytea() actually works with database\n";71 echo "pg_escape_bytea() is broken\n";116 Deprecated: pg_escape_bytea(): Automatic fetching of PostgreSQL connection is deprecated in %s on l…117 pg_escape_bytea() is Ok118 pg_escape_bytea() actually works with database
2 PostgreSQL pg_escape_bytea() functions (before connection)15 $esc_image = pg_escape_bytea($image);43 Deprecated: pg_escape_bytea(): Automatic fetching of PostgreSQL connection is deprecated in %s on l…
2 PostgreSQL pg_escape_bytea() functions (hex format)23 $esc_image = pg_escape_bytea($db, $image);
2 PostgreSQL pg_escape_bytea() functions (escape format)20 $esc_image = pg_escape_bytea($db, $image);
54 'pg_escape_bytea',137 Deprecated: pg_escape_bytea(): Automatic fetching of PostgreSQL connection is deprecated in %s on l…
36 $out = pg_escape_bytea($conn, "\xFF");45 $out = pg_escape_bytea($conn, "\xFF");
862 function pg_escape_bytea($connection, string $string = UNKNOWN): string {} function
569 ZEND_FUNCTION(pg_escape_bytea);700 ZEND_FE(pg_escape_bytea, arginfo_pg_escape_bytea)
3545 PHP_FUNCTION(pg_escape_bytea) in PHP_FUNCTION() argument
Completed in 25 milliseconds