Home
last modified time | relevance | path

Searched refs:command_failed (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/ext/pdo_pgsql/
H A Dpgsql_driver.c563 int command_failed = 0; in PHP_METHOD() local
603 command_failed = 1; in PHP_METHOD()
608 RETURN_BOOL(!command_failed); in PHP_METHOD()
670 int command_failed = 0; in PHP_METHOD() local
693 command_failed = 1; in PHP_METHOD()
698 RETURN_BOOL(!command_failed); in PHP_METHOD()
/PHP-5.4/ext/pgsql/
H A Dpgsql.c4057 int command_failed = 0; local
4108 command_failed = 1;
4112 if (command_failed) {

Completed in 21 milliseconds