Searched refs:pg_escape_string (Results 1 – 5 of 5) sorted by relevance
15 // pg_escape_string() test19 $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
53 'pg_escape_string',135 Deprecated: pg_escape_string(): Automatic fetching of PostgreSQL connection is deprecated in %s on …
856 function pg_escape_string($connection, string $string = UNKNOWN): string {} function
561 ZEND_FUNCTION(pg_escape_string);689 ZEND_FE(pg_escape_string, arginfo_pg_escape_string)
3474 PHP_FUNCTION(pg_escape_string) in PHP_FUNCTION() argument
Completed in 44 milliseconds