Home
last modified time | relevance | path

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

/php-src/ext/pgsql/tests/
H A D08escape.phpt30 // pg_escape_bytea() test
33 $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 Ok
118 pg_escape_bytea() actually works with database
H A D18pg_escape_bytea_before.phpt2 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…
H A D18pg_escape_bytea_hex.phpt2 PostgreSQL pg_escape_bytea() functions (hex format)
23 $esc_image = pg_escape_bytea($db, $image);
H A D18pg_escape_bytea_esc.phpt2 PostgreSQL pg_escape_bytea() functions (escape format)
20 $esc_image = pg_escape_bytea($db, $image);
H A Ddeprecated_implicit_default_link.phpt54 'pg_escape_bytea',
137 Deprecated: pg_escape_bytea(): Automatic fetching of PostgreSQL connection is deprecated in %s on l…
/php-src/ext/pgsql/tests/inc/
H A Dskipif.inc36 $out = pg_escape_bytea($conn, "\xFF");
45 $out = pg_escape_bytea($conn, "\xFF");
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h525 ZEND_FUNCTION(pg_escape_bytea);
644 ZEND_FE(pg_escape_bytea, arginfo_pg_escape_bytea)
H A Dpgsql.stub.php851 function pg_escape_bytea($connection, string $string = UNKNOWN): string {} function
H A Dpgsql.c3280 PHP_FUNCTION(pg_escape_bytea) in PHP_FUNCTION() argument

Completed in 37 milliseconds