Searched refs:PDO_PARAM_ZVAL (Results 1 – 4 of 4) sorted by relevance
75 PDO_PARAM_ZVAL, enumerator
564 case PDO_PARAM_ZVAL: in fetch_value()566 int need_copy = (new_type != PDO_PARAM_ZVAL || stmt->dbh->stringify) ? 1 : 0; in fetch_value()1845 if (col->param_type != PDO_PARAM_ZVAL) { in PHP_METHOD()
561 case PDO_PARAM_ZVAL: in pgsql_stmt_get_col()
694 cols[i].param_type = PDO_PARAM_ZVAL;
Completed in 25 milliseconds