Searched refs:ctor_args (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/pdo/ |
| H A D | pdo_dbh.c | 423 static zval *pdo_stmt_instantiate(pdo_dbh_t *dbh, zval *object, zend_class_entry *dbstmt_ce, zval *ctor_args TSRMLS_DC) /* {{{ */ 425 if (ctor_args) { 426 if (Z_TYPE_P(ctor_args) != IS_ARRAY) { 444 static void pdo_stmt_construct(pdo_stmt_t *stmt, zval *object, zend_class_entry *dbstmt_ce, zval *ctor_args TSRMLS_DC) /* {{{ */ 466 if (ctor_args) { 467 HashTable *ht = Z_ARRVAL_P(ctor_args); 512 zval *options = NULL, **opt, **item, *ctor_args; local 529 "PDO::ATTR_STATEMENT_CLASS requires format array(classname, array(ctor_args)); " 551 "PDO::ATTR_STATEMENT_CLASS requires format array(classname, ctor_args); " 552 "ctor_args mus [all...] |
| H A D | pdo_stmt.c | 56 ZEND_ARG_INFO(0, ctor_args) /* array */ 66 ZEND_ARG_INFO(0, ctor_args) /* array */ 760 if (stmt->fetch.cls.ctor_args) { 761 HashTable *ht = Z_ARRVAL_P(stmt->fetch.cls.ctor_args); 782 } else if (stmt->fetch.cls.ctor_args) { 838 if (stmt->fetch.cls.ctor_args && free_ctor_agrs) { 839 zval_ptr_dtor(&stmt->fetch.cls.ctor_args); 840 stmt->fetch.cls.ctor_args = NULL; 946 old_ctor_args = stmt->fetch.cls.ctor_args; 1192 stmt->fetch.cls.ctor_args 1339 zval *old_ctor_args, *ctor_args; local 1436 zval *old_ctor_args, *ctor_args = NULL; local [all...] |
| H A D | php_pdo_driver.h | 133 PDO_ATTR_STATEMENT_CLASS, /* array(classname, array(ctor_args)) to specify the class of the constructed statement */ 615 zval *ctor_args; /* freed */ member in struct:_pdo_stmt_t::__anon124::__anon125
|
Completed in 8 milliseconds