Searched refs:pg_escape_string (Results 1 – 5 of 5) sorted by relevance
11 // pg_escape_string() test15 $after = pg_escape_string($before);17 echo "pg_escape_string() is Ok\n";20 echo "pg_escape_string() is NOT Ok\n";100 pg_escape_string() is Ok
181 PHP_FUNCTION(pg_escape_string);
156 string pg_escape_string(string data)
699 PHP_FE(pg_escape_string, arginfo_pg_escape_string)4302 PHP_FUNCTION(pg_escape_string) argument
8819 - Fixed bug #42368 (Incorrect error message displayed by pg_escape_string).9691 - Added support for character sets in pg_escape_string() for PostgreSQL 8.1.4
Completed in 45 milliseconds