Searched refs:pdo_stmt_construct (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/pdo/ |
H A D | pdo_dbh.c | 458 static void pdo_stmt_construct(zend_execute_data *execute_data, pdo_stmt_t *stmt, zval *object, zen… in pdo_stmt_construct() function 575 pdo_stmt_construct(execute_data, stmt, return_value, dbstmt_ce, &ctor_args); in PHP_METHOD() 1149 … pdo_stmt_construct(execute_data, stmt, return_value, dbh->def_stmt_ce, &dbh->def_stmt_ctor_args); in PHP_METHOD()
|
Completed in 6 milliseconds