Home
last modified time | relevance | path

Searched refs:pg_escape_bytea (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/pgsql/tests/
H A D08escape.phpt26 // pg_escape_bytea() test
29 $after = pg_escape_bytea($before);
31 echo "pg_escape_bytea() is Ok\n";
45 $escaped_data = pg_escape_bytea($data);
57 echo "pg_escape_bytea() actually works with database\n";
66 echo "pg_escape_bytea() is broken\n";
101 pg_escape_bytea() is Ok
102 pg_escape_bytea() actually works with database
H A D18pg_escape_bytea_before.phpt2 PostgreSQL pg_escape_bytea() functions (before connection)
12 $esc_image = pg_escape_bytea($image);
H A D18pg_escape_bytea_esc.phpt2 PostgreSQL pg_escape_bytea() functions (escape format)
15 $esc_image = pg_escape_bytea($image);
H A D18pg_escape_bytea_hex.phpt2 PostgreSQL pg_escape_bytea() functions (hex format)
18 $esc_image = pg_escape_bytea($image);
H A Dskipif.inc31 $out = pg_escape_bytea("\xFF");
39 $out = pg_escape_bytea("\xFF");
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h173 PHP_FUNCTION(pg_escape_bytea);
H A DREADME160 string pg_escape_bytea(string data)
H A Dpgsql.c670 PHP_FE(pg_escape_bytea, arginfo_pg_escape_bytea)
4191 PHP_FUNCTION(pg_escape_bytea) argument

Completed in 26 milliseconds