Home
last modified time | relevance | path

Searched refs:prepare (Results 1 – 25 of 269) sorted by path

1234567891011

/PHP-5.5/
H A DINSTALL1415 The phpize command is used to prepare the build environment for a PHP
H A DNEWS2130 prepare() and before execute(). (Andrey)
5370 - Fixed bug #49985 (pdo_pgsql prepare() re-use previous aborted
6841 - Fixed bug #44251, #41125 (PDO + quote() + prepare() can result in segfault).
7840 - Fixed bug #40285 (The PDO prepare parser goes into an infinite loop in
8601 - Fixed bug #35552 (crash when pdo_odbc prepare fails). (Wez).
9072 . pg_prepare() - prepare named queries.
9261 - Fixed bug #35303 (PDO prepare() crashes with invalid parameters). (Ilia)
H A DREADME.RELEASE_PROCESS83 in the *main* branch (PHP-5.4 for example) to prepare for the **next** version.
230 (prepare for next RC)
/PHP-5.5/ext/interbase/tests/
H A D003.phpt37 /* prepare data */
H A D006.phpt40 /* prepare data */
110 /* prepare data */
177 echo "prepare and exec insert\n";
179 /* prepare table */
182 /* prepare query */
194 echo "prepare and exec select\n";
196 /* prepare query */
237 prepare and exec insert
250 prepare and exec select
H A D007.phpt43 /* prepare data */
/PHP-5.5/ext/ldap/tests/
H A Dldap_modify_batch_error.phpt37 // prepare
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1897 regex_match(). (prepare for POSIX API)
/PHP-5.5/ext/mysqli/
H A Dmysqli_fe.c542 PHP_FALIAS(prepare, mysqli_prepare, arginfo_class_mysqli_query)
619 PHP_FALIAS(prepare, mysqli_stmt_prepare, arginfo_class_mysqli_query)
/PHP-5.5/ext/mysqli/tests/
H A D048.phpt28 …$stmt = $mysql->prepare("SELECT col1, col2, col3, col4, col5, col6, col7, col8, col9, col10, col11…
H A D067.phpt23 if (!is_object($stmt = $mysql->prepare($query))) {
H A Dbug32405.phpt22 if ($stmt = $link->prepare("SELECT SQL_NO_CACHE user_id, login FROM test_users")) {
H A Dbug33090.phpt16 if (!($link->prepare("this makes no sense"))) {
H A Dbug33263.phpt23 $stmt = $mysql->prepare("SELECT DATABASE()");
H A Dbug35103.phpt26 $stmt = $mysql->prepare("SELECT a FROM test_bint ORDER BY a");
39 $stmt = $mysql->prepare("SELECT a FROM test_buint ORDER BY a");
H A Dbug35517.phpt16 $stmt = $mysql->prepare("SELECT id FROM temp");
H A Dbug35759.phpt35 $stmt = $mysql->prepare("SELECT * FROM test");
H A Dbug38710.phpt14 $qry->prepare("SELECT REPEAT('a',100000)");
H A Dbug42378.phpt67 printf("[%03d] Cannot prepare PS, [%d] %s\n",
H A Dbug44897.phpt2 Bug #44879 (failed to prepare statement)
33 if (!$stmt = $link->prepare('CALL p(?, ?)'))
49 $stmt2 = $link->prepare('SELECT label FROM test WHERE id = ?');
H A Dbug45019.phpt27 …if (!($stmt = $link->prepare("SELECT CAST('one' AS CHAR) AS column1 UNION SELECT CAST('three' AS C…
H A Dbug45289.phpt20 if (!($stmt = $link->prepare('SELECT id, label FROM test WHERE id=? LIMIT 1')))
H A Dbug48909.phpt20 if (!$stmt = $link->prepare("INSERT INTO test(id, label) VALUES (?, ?)"))
H A Dbug52891.phpt30 if (!$stmt1 = $link->prepare("INSERT INTO tuint VALUES(?)"))
33 if (!$stmt2 = $link->prepare("INSERT INTO tsint VALUES(?)"))
H A Dbug55653.phpt21 if (!($stmt->prepare("SELECT ?")) ||

Completed in 77 milliseconds

1234567891011