Searched refs:need_copy (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/pdo/ | ||
| H A D | pdo_stmt.c | 566 int need_copy = (new_type != PDO_PARAM_ZVAL || stmt->dbh->stringify) ? 1 : 0; local 568 ZVAL_ZVAL(dest, zv, need_copy, 1); |
Completed in 5 milliseconds