Home
last modified time | relevance | path

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

/PHP-7.2/ext/pdo/
H A Dpdo_stmt.c533 int type, new_type; in fetch_value() local
544 new_type = type_override ? (int)PDO_PARAM_TYPE(*type_override) : type; in fetch_value()
560 type = new_type; in fetch_value()
585 if (stmt->dbh->stringify || new_type == PDO_PARAM_STR) { in fetch_value()
597 } else if (!stmt->dbh->stringify && new_type != PDO_PARAM_STR) { in fetch_value()
630 if (type != new_type) { in fetch_value()
631 switch (new_type) { in fetch_value()
/PHP-7.2/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";
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_inference.c2018 …rray *op_array, zend_ssa *ssa, zend_bitset worklist, int var, uint32_t old_type, uint32_t new_type) in handle_type_narrowing() argument

Completed in 31 milliseconds