Searched refs:pg_escape_string (Results 1 – 5 of 5) sorted by relevance
13 // pg_escape_string() test17 $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
53 'pg_escape_string',135 Deprecated: pg_escape_string(): Automatic fetching of PostgreSQL connection is deprecated in %s on …
513 ZEND_FUNCTION(pg_escape_string);630 ZEND_FE(pg_escape_string, arginfo_pg_escape_string)
419 function pg_escape_string($connection, string $string = UNKNOWN): string {} function
3275 PHP_FUNCTION(pg_escape_string) in PHP_FUNCTION() argument
Completed in 24 milliseconds