Home
last modified time | relevance | path

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

12

/dports/lang/php73/php-7.3.33/ext/pdo/
H A Dphp_pdo_driver.h115 #define PDO_FETCH_PROPS_LATE 0x00100000 /* fetch props after calling ctor */ macro
H A Dpdo_stmt.c944 if (ce->constructor && (flags & PDO_FETCH_PROPS_LATE)) { in do_fetch()
1136 if (ce->constructor && !(flags & (PDO_FETCH_PROPS_LATE | PDO_FETCH_SERIALIZE))) { in do_fetch()
H A Dpdo_dbh.c1460 REGISTER_PDO_CLASS_CONST_LONG("FETCH_PROPS_LATE", (zend_long)PDO_FETCH_PROPS_LATE); in pdo_dbh_init()
/dports/databases/php80-pdo/php-8.0.15/ext/pdo/
H A Dphp_pdo_driver.h113 #define PDO_FETCH_PROPS_LATE 0x00100000 /* fetch props after calling ctor */ macro
H A Dpdo_stmt.c922 if (ce->constructor && (flags & PDO_FETCH_PROPS_LATE)) { in do_fetch()
1102 if (ce->constructor && !(flags & (PDO_FETCH_PROPS_LATE | PDO_FETCH_SERIALIZE))) { in do_fetch()
/dports/databases/php74-pdo/php-7.4.27/ext/pdo/
H A Dphp_pdo_driver.h115 #define PDO_FETCH_PROPS_LATE 0x00100000 /* fetch props after calling ctor */ macro
H A Dpdo_stmt.c948 if (ce->constructor && (flags & PDO_FETCH_PROPS_LATE)) { in do_fetch()
1129 if (ce->constructor && !(flags & (PDO_FETCH_PROPS_LATE | PDO_FETCH_SERIALIZE))) { in do_fetch()
/dports/databases/php81-pdo/php-8.1.1/ext/pdo/
H A Dphp_pdo_driver.h87 #define PDO_FETCH_PROPS_LATE 0x00100000 /* fetch props after calling ctor */ macro
H A Dpdo_stmt.c853 if (ce->constructor && (flags & PDO_FETCH_PROPS_LATE)) { in do_fetch()
1033 if (ce->constructor && !(flags & (PDO_FETCH_PROPS_LATE | PDO_FETCH_SERIALIZE))) { in do_fetch()
/dports/databases/php73-pdo/php-7.3.33/ext/pdo/
H A Dphp_pdo_driver.h115 #define PDO_FETCH_PROPS_LATE 0x00100000 /* fetch props after calling ctor */ macro
H A Dpdo_stmt.c944 if (ce->constructor && (flags & PDO_FETCH_PROPS_LATE)) { in do_fetch()
1136 if (ce->constructor && !(flags & (PDO_FETCH_PROPS_LATE | PDO_FETCH_SERIALIZE))) { in do_fetch()
/dports/www/mod_php81/php-8.1.1/ext/pdo/
H A Dphp_pdo_driver.h87 #define PDO_FETCH_PROPS_LATE 0x00100000 /* fetch props after calling ctor */ macro
H A Dpdo_stmt.c853 if (ce->constructor && (flags & PDO_FETCH_PROPS_LATE)) { in do_fetch()
1033 if (ce->constructor && !(flags & (PDO_FETCH_PROPS_LATE | PDO_FETCH_SERIALIZE))) { in do_fetch()
/dports/lang/php80/php-8.0.15/ext/pdo/
H A Dphp_pdo_driver.h113 #define PDO_FETCH_PROPS_LATE 0x00100000 /* fetch props after calling ctor */ macro
H A Dpdo_stmt.c922 if (ce->constructor && (flags & PDO_FETCH_PROPS_LATE)) { in do_fetch()
1102 if (ce->constructor && !(flags & (PDO_FETCH_PROPS_LATE | PDO_FETCH_SERIALIZE))) { in do_fetch()
/dports/lang/php81/php-8.1.1/ext/pdo/
H A Dphp_pdo_driver.h87 #define PDO_FETCH_PROPS_LATE 0x00100000 /* fetch props after calling ctor */ macro
H A Dpdo_stmt.c853 if (ce->constructor && (flags & PDO_FETCH_PROPS_LATE)) { in do_fetch()
1033 if (ce->constructor && !(flags & (PDO_FETCH_PROPS_LATE | PDO_FETCH_SERIALIZE))) { in do_fetch()
/dports/lang/php74/php-7.4.27/ext/pdo/
H A Dphp_pdo_driver.h115 #define PDO_FETCH_PROPS_LATE 0x00100000 /* fetch props after calling ctor */ macro
H A Dpdo_stmt.c948 if (ce->constructor && (flags & PDO_FETCH_PROPS_LATE)) { in do_fetch()
1129 if (ce->constructor && !(flags & (PDO_FETCH_PROPS_LATE | PDO_FETCH_SERIALIZE))) { in do_fetch()
/dports/www/mod_php73/php-7.3.33/ext/pdo/
H A Dphp_pdo_driver.h115 #define PDO_FETCH_PROPS_LATE 0x00100000 /* fetch props after calling ctor */ macro
H A Dpdo_stmt.c944 if (ce->constructor && (flags & PDO_FETCH_PROPS_LATE)) { in do_fetch()
1136 if (ce->constructor && !(flags & (PDO_FETCH_PROPS_LATE | PDO_FETCH_SERIALIZE))) { in do_fetch()
/dports/www/mod_php74/php-7.4.27/ext/pdo/
H A Dphp_pdo_driver.h115 #define PDO_FETCH_PROPS_LATE 0x00100000 /* fetch props after calling ctor */ macro
H A Dpdo_stmt.c948 if (ce->constructor && (flags & PDO_FETCH_PROPS_LATE)) { in do_fetch()
1129 if (ce->constructor && !(flags & (PDO_FETCH_PROPS_LATE | PDO_FETCH_SERIALIZE))) { in do_fetch()
/dports/www/mod_php80/php-8.0.15/ext/pdo/
H A Dphp_pdo_driver.h113 #define PDO_FETCH_PROPS_LATE 0x00100000 /* fetch props after calling ctor */ macro
H A Dpdo_stmt.c922 if (ce->constructor && (flags & PDO_FETCH_PROPS_LATE)) { in do_fetch()
1102 if (ce->constructor && !(flags & (PDO_FETCH_PROPS_LATE | PDO_FETCH_SERIALIZE))) { in do_fetch()

12