Home
last modified time | relevance | path

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

/php-src/ext/pdo/
H A Dphp_pdo_driver.h88 #define PDO_FETCH_PROPS_LATE 0x00100000 /* fetch props after calling ctor */ macro
H A Dpdo_dbh_arginfo.h311 ZVAL_LONG(&const_FETCH_PROPS_LATE_value, LONG_CONST(PDO_FETCH_PROPS_LATE)); in register_class_PDO()
H A Dpdo_stmt.c842 if (ce->constructor && (flags & PDO_FETCH_PROPS_LATE)) { in do_fetch()
1022 if (ce->constructor && !(flags & (PDO_FETCH_PROPS_LATE | PDO_FETCH_SERIALIZE))) { in do_fetch()

Completed in 17 milliseconds