Home
last modified time | relevance | path

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

/php-src/ext/pgsql/tests/
H A D08escape.phpt76 // pg_escape_literal/pg_escape_identifier
79 $after = pg_escape_literal($db, $before);
81 echo "pg_escape_literal() is Ok\n";
84 echo "pg_escape_literal() is NOT Ok\n";
119 pg_escape_literal() is Ok
H A Ddeprecated_implicit_default_link.phpt55 'pg_escape_literal',
139 Deprecated: pg_escape_literal(): Automatic fetching of PostgreSQL connection is deprecated in %s on…
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h527 ZEND_FUNCTION(pg_escape_literal);
646 ZEND_FE(pg_escape_literal, arginfo_pg_escape_literal)
H A Dpgsql.stub.php860 function pg_escape_literal($connection, string $string = UNKNOWN): string|false {} function
H A Dpgsql.c3381 PHP_FUNCTION(pg_escape_literal) in PHP_FUNCTION() argument

Completed in 23 milliseconds