Home
last modified time | relevance | path

Searched refs:pg_escape_string (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/pgsql/tests/
H A D08escape.phpt13 // pg_escape_string() test
17 $after = pg_escape_string($before);
19 echo "pg_escape_string() is Ok\n";
22 echo "pg_escape_string() is NOT Ok\n";
102 Deprecated: pg_escape_string(): Automatic fetching of PostgreSQL connection is deprecated in %s on …
103 pg_escape_string() is Ok
H A Ddeprecated_implicit_default_link.phpt53 'pg_escape_string',
135 Deprecated: pg_escape_string(): Automatic fetching of PostgreSQL connection is deprecated in %s on …
/PHP-8.1/ext/pgsql/
H A Dpgsql_arginfo.h513 ZEND_FUNCTION(pg_escape_string);
630 ZEND_FE(pg_escape_string, arginfo_pg_escape_string)
H A Dpgsql.stub.php419 function pg_escape_string($connection, string $string = UNKNOWN): string {} function
H A Dpgsql.c3275 PHP_FUNCTION(pg_escape_string) in PHP_FUNCTION() argument

Completed in 29 milliseconds