Home
last modified time | relevance | path

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

/php-src/ext/pgsql/tests/
H A D08escape.phpt15 // pg_escape_string() test
19 $after = pg_escape_string($before);
21 echo "pg_escape_string() is Ok\n";
24 echo "pg_escape_string() is NOT Ok\n";
113 Deprecated: pg_escape_string(): Automatic fetching of PostgreSQL connection is deprecated in %s on …
114 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-src/ext/pgsql/
H A Dpgsql_arginfo.h524 ZEND_FUNCTION(pg_escape_string);
643 ZEND_FE(pg_escape_string, arginfo_pg_escape_string)
H A Dpgsql.stub.php845 function pg_escape_string($connection, string $string = UNKNOWN): string {} function
H A Dpgsql.c3242 PHP_FUNCTION(pg_escape_string) in PHP_FUNCTION() argument

Completed in 38 milliseconds