Searched refs:PDO_FETCH_PROPS_LATE (Results 1 – 3 of 3) sorted by relevance
107 #define PDO_FETCH_PROPS_LATE 0x00100000 /* fetch props after calling ctor */ macro
965 if (ce->constructor && (flags & PDO_FETCH_PROPS_LATE)) { in do_fetch()1163 if (ce->constructor && !(flags & (PDO_FETCH_PROPS_LATE | PDO_FETCH_SERIALIZE))) { in do_fetch()
1438 REGISTER_PDO_CLASS_CONST_LONG("FETCH_PROPS_LATE",(long)PDO_FETCH_PROPS_LATE); in pdo_dbh_init()
Completed in 25 milliseconds