Home
last modified time | relevance | path

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

/PHP-8.1/ext/pgsql/tests/
H A D08escape.phpt28 // pg_escape_bytea() test
31 $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 Ok
107 pg_escape_bytea() actually works with database
H A D18pg_escape_bytea_before.phpt2 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…
H A D18pg_escape_bytea_esc.phpt2 PostgreSQL pg_escape_bytea() functions (escape format)
17 $esc_image = pg_escape_bytea($db, $image);
H A D18pg_escape_bytea_hex.phpt2 PostgreSQL pg_escape_bytea() functions (hex format)
20 $esc_image = pg_escape_bytea($db, $image);
H A Dskipif.inc36 $out = pg_escape_bytea($conn, "\xFF");
45 $out = pg_escape_bytea($conn, "\xFF");
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-8.1/ext/pgsql/
H A Dpgsql_arginfo.h514 ZEND_FUNCTION(pg_escape_bytea);
631 ZEND_FE(pg_escape_bytea, arginfo_pg_escape_bytea)
H A Dpgsql.stub.php425 function pg_escape_bytea($connection, string $string = UNKNOWN): string {} function
H A Dpgsql.c3313 PHP_FUNCTION(pg_escape_bytea) in PHP_FUNCTION() argument

Completed in 44 milliseconds