Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c552 int type, new_type; in fetch_value() local
556 new_type = type_override ? PDO_PARAM_TYPE(*type_override) : type; in fetch_value()
566 int need_copy = (new_type != PDO_PARAM_ZVAL || stmt->dbh->stringify) ? 1 : 0; in fetch_value()
574 type = new_type; in fetch_value()
599 if (stmt->dbh->stringify || new_type == PDO_PARAM_STR) { in fetch_value()
612 } else if (!stmt->dbh->stringify && new_type != PDO_PARAM_STR) { in fetch_value()
651 if (type != new_type) { in fetch_value()
652 switch (new_type) { in fetch_value()
/PHP-5.5/ext/standard/tests/array/
H A Darray_key_exists_variation8.phpt101 foreach ($inputs as $new_type => $new_input) {
102 echo "-- \$key arguments are $new_type data:\n";

Completed in 20 milliseconds