Home
last modified time | relevance | path

Searched refs:execute (Results 151 – 175 of 286) sorted by relevance

12345678910>>...12

/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_change_user_prepared_statements.phpt22 if ($stmt->execute() && $stmt->bind_result($wrong) && $stmt->fetch()) {
H A Dbug44897.phpt36 if (!$stmt->bind_param('is', $new_id, $new_label) || !$stmt->execute())
57 if (!$stmt2->bind_param("i", $new_id) || !$stmt2->execute())
H A Dbug34785.phpt32 $stmt->execute();
H A Dmysqli_class_mysqli_stmt_interface.phpt31 'execute' => true,
88 !$stmt->execute())
128 if (!$stmt->execute())
H A Dmysqli_stmt_bind_param_many_columns.phpt76 if (!$stmt->execute()) {
78 printf("Failed to execute: [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
/PHP-5.4/ext/sqlite3/tests/
H A Dbug63921-32bit.phpt17 $stmt->execute();
H A Dbug63921-64bit.phpt17 $stmt->execute();
H A Dsqlite3_36_create_collation.phpt17 $stmt->execute();
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt93 $stmt->execute();
101 $stmt->execute();
107 $stmt->execute();
H A Dpdo_mysql_exec_select.phpt63 Warning: PDO::exec(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuf…
64 … 'INSERT INTO test(id, col1) VALUES (2, 'b')', [HY000] HY000 2014 Cannot execute queries while oth…
H A Dpdo_mysql_stmt_fetchobject.phpt13 $ok = @$stmt->execute();
62 $stmt->execute();
H A Dbug_41698.phpt22 $stmt->execute(array($value));
H A Dbug_42499.phpt69 Warning: PDO::exec(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuf…
79 Warning: PDO::exec(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuf…
/PHP-5.4/ext/standard/tests/file/
H A Dis_executable_variation2.phpt33 echo "\n*** Testing is_executable() on directory without execute permission ***\n";
86 *** Testing is_executable() on directory without execute permission ***
/PHP-5.4/ext/standard/tests/serialize/
H A Dbug69152.phpt17 Fatal error: main(): The script tried to execute a method or access a property of an incomplete obj…
/PHP-5.4/ext/intl/tests/
H A Dsymfony_format_type_int32_intl2.phpt17 // execute the code from #testFormatTypeInt32Intl
/PHP-5.4/ext/pdo/tests/
H A Dpdo_033.phpt29 $stmt->execute();
H A Dbug_35671.phpt28 $insert->execute($parm);
H A Dpdo_001.phpt23 $stmt->execute();
H A Dpdo_002.phpt23 $stmt->execute();
H A Dpdo_008.phpt24 $stmt->execute();
H A Dpdo_024.phpt28 var_dump($stmt->execute());
/PHP-5.4/ext/pdo_pgsql/tests/
H A Dbug_49985.phpt22 var_dump($stmt->execute(array(1)));
/PHP-5.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_1.phpt25 $s->execute();
/PHP-5.4/ext/pgsql/tests/
H A DREADME11 to create the database to execute the test scripts. By executing the above

Completed in 29 milliseconds

12345678910>>...12