Searched refs:PDO_ATTR_STRINGIFY_FETCHES (Results 1 – 3 of 3) sorted by relevance
117 PDO_ATTR_STRINGIFY_FETCHES, /* converts integer/float types to strings during fetch */ enumerator
790 case PDO_ATTR_STRINGIFY_FETCHES: in pdo_dbh_attribute_set()1406 REGISTER_PDO_CLASS_CONST_LONG("ATTR_STRINGIFY_FETCHES", (zend_long)PDO_ATTR_STRINGIFY_FETCHES); in pdo_dbh_init()
463 case PDO_ATTR_STRINGIFY_FETCHES: in pdo_mysql_set_attribute()906 …unsigned int int_and_float_native = !pdo_attr_lval(driver_options, PDO_ATTR_STRINGIFY_FETCHES, dbh…
Completed in 22 milliseconds