Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo/
H A Dphp_pdo_driver.h107 #define PDO_FETCH_PROPS_LATE 0x00100000 /* fetch props after calling ctor */ macro
H A Dpdo_stmt.c977 if (ce->constructor && (flags & PDO_FETCH_PROPS_LATE)) { in do_fetch()
1175 if (ce->constructor && !(flags & (PDO_FETCH_PROPS_LATE | PDO_FETCH_SERIALIZE))) { in do_fetch()
H A Dpdo_dbh.c1451 REGISTER_PDO_CLASS_CONST_LONG("FETCH_PROPS_LATE",(long)PDO_FETCH_PROPS_LATE); in pdo_dbh_init()

Completed in 19 milliseconds