Home
last modified time | relevance | path

Searched refs:prepare (Results 251 – 267 of 267) sorted by relevance

1...<<11

/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_stmt_result_metadata_sqltests.phpt26 /* Failing to prepare is OK */
H A Dmysqli_get_client_stats.phpt327 printf("[%03d] prepare/execute failed, [%d] %s\n",
364 printf("[%03d] prepare/execute failed, [%d] %s\n",
405 printf("[%03d] prepare/execute failed, [%d] %s\n",
453 printf("[%03d] prepare/execute failed, [%d] %s\n",
490 printf("[%03d] prepare/execute failed, [%d] %s\n",
H A Dmysqli_stmt_big_prepare.phpt16 // fetch tests, because the fetch tests would have to call prepare/execute etc.
31 if ($stmt = $link->prepare("SHOW STATUS WHERE 1 = ? AND 1 IN {$params}")) {
H A Dmysqli_class_mysqli_interface.phpt42 'prepare' => true,
H A Dmysqli_class_mysqli_reflection.phpt657 Inspecting method 'prepare'
673 Inspecting parameter 'query' of method 'prepare'
/PHP-5.4/
H A DREADME.RELEASE_PROCESS71 in the *main* branch (PHP-5.4 for example) to prepare for the **next** version.
217 (prepare for next RC)
H A DNEWS932 . Fixed segfault in mysqlnd when doing long prepare. (Andrey)
4181 - Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted
5652 - Fixed bug #44251, #41125 (PDO + quote() + prepare() can result in segfault).
6651 - Fixed bug #40285 (The PDO prepare parser goes into an infinite loop in
7412 - Fixed bug #35552 (crash when pdo_odbc prepare fails). (Wez).
7883 . pg_prepare() - prepare named queries.
8072 - Fixed bug #35303 (PDO prepare() crashes with invalid parameters). (Ilia)
H A DINSTALL1415 The phpize command is used to prepare the build environment for a PHP
/PHP-5.4/ext/mysqlnd/
H A Dmysqlnd.h228 #define mysqlnd_stmt_prepare(stmt, q, qlen) (stmt)->m->prepare((stmt), (q), (qlen) TSRMLS_CC)
H A Dmysqlnd_ps.c360 MYSQLND_METHOD(mysqlnd_stmt, prepare)(MYSQLND_STMT * const s, const char * const query, unsigned in… in MYSQLND_METHOD() argument
2314 MYSQLND_METHOD(mysqlnd_stmt, prepare),
H A Dmysqlnd_structs.h716 func_mysqlnd_stmt__prepare prepare; member
/PHP-5.4/ext/pdo/
H A Dpdo_dbh.c511 static PHP_METHOD(PDO, prepare) in PHP_METHOD() argument
1269 PHP_ME(PDO, prepare, arginfo_pdo_prepare, ZEND_ACC_PUBLIC)
/PHP-5.4/ext/sqlite3/
H A Dsqlite3.c448 PHP_METHOD(sqlite3, prepare) argument
1944 PHP_ME(sqlite3, prepare, arginfo_sqlite3_query, ZEND_ACC_PUBLIC)
/PHP-5.4/ext/standard/tests/file/
H A Dfile.inc256 // prepare the size based on flag
/PHP-5.4/ext/mbstring/oniguruma/
H A DHISTORY1692 regex_match(). (prepare for POSIX API)
/PHP-5.4/win32/
H A Dinstall.txt1280 The phpize command is used to prepare the build environment for a PHP
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c101972 int (*prepare)(sqlite3*,const char*,int,sqlite3_stmt**,const char**);
102218 #define sqlite3_prepare sqlite3_api->prepare

Completed in 504 milliseconds

1...<<11