Home
last modified time | relevance | path

Searched refs:PDO_PLACEHOLDER_POSITIONAL (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/pdo/
H A Dpdo_sql_parser.re101 …f (t == PDO_PARSER_ESCAPED_QUESTION && stmt->supports_placeholders == PDO_PLACEHOLDER_POSITIONAL) {
113 query_type |= PDO_PLACEHOLDER_POSITIONAL;
140 if (query_type == (PDO_PLACEHOLDER_NAMED|PDO_PLACEHOLDER_POSITIONAL)) {
150 if (query_type != PDO_PLACEHOLDER_POSITIONAL && bindno > zend_hash_num_elements(params)) {
189 query_type = PDO_PLACEHOLDER_POSITIONAL;
210 if (query_type == PDO_PLACEHOLDER_POSITIONAL) {
347 } else if (query_type == PDO_PLACEHOLDER_POSITIONAL) {
H A Dphp_pdo_driver.h420 PDO_PLACEHOLDER_POSITIONAL=2 enumerator
/php-src/ext/pdo_odbc/
H A Dodbc_driver.c153 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in odbc_handle_preparer()
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c185 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL|PDO_PLACEHOLDER_NAMED; in sqlite_handle_preparer()
/php-src/ext/pdo_mysql/
H A Dmysql_driver.c194 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in mysql_handle_preparer()
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c625 stmt->supports_placeholders = PDO_PLACEHOLDER_POSITIONAL; in firebird_handle_preparer()

Completed in 17 milliseconds