Home
last modified time | relevance | path

Searched refs:execute (Results 176 – 200 of 281) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/pdo/tests/
H A Dpdo_003.phpt23 $stmt->execute();
H A Dbug_36798.phpt29 $stmt->execute(array(":id" => 1));
H A Dpdo_018.phpt96 $stmt->execute();
124 $stmt->execute();
155 $stmt->execute();
159 $stmt->execute();
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_stream_1.phpt41 $s->execute();
59 $s->execute();
H A Dpdo_oci_attr_nulls_1.phpt18 $s->execute();
/PHP-5.5/ext/mysqli/tests/
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));
H A Dbug45289.phpt23 if (!$stmt->bind_param('i', $id) || !$stmt->execute())
H A Dbug62046.phpt18 if (FALSE === $stmt->execute()) {
H A Dbug35759.phpt38 $stmt->execute();
H A Dbug48909.phpt26 if (!$stmt->execute()) {
/PHP-5.5/ext/pdo_mysql/tests/
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…
H A Dpdo_mysql_stmt_bindparam_types.phpt25 if ((!$stmt = @$db->prepare($sql)) || (!@$stmt->execute()))
35 if (!$stmt->execute()) {
68 $stmt->execute();
H A Dbug_61411.phpt38 $stmt->execute();
/PHP-5.5/ext/phar/tests/tar/
H A Dtar_001.phpt18 echo "should not execute\n";
H A Dtar_002.phpt21 echo "should not execute\n";
/PHP-5.5/ext/posix/tests/
H A Dposix_access.phpt4 checks for existence, read-access, write-access, execute-access
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_06_prepared_stmt.phpt24 $results = $stmt->execute();
H A Dsqlite3_07_prepared_stmt.phpt23 $results = $stmt->execute();
H A Dsqlite3_30_blobopen.phpt21 $insert_stmt->execute();
H A Dsqlite3stmt_paramCount_error.phpt26 $result = $stmt->execute();
H A Dsqlite3_09_blob_bound_param.phpt25 $insert_stmt->execute();
H A Dsqlite3_10_bound_value_name.phpt25 $results = $stmt->execute();
H A Dsqlite3_26_reset_prepared_stmt.phpt24 $results = $stmt->execute();
H A Dsqlite3_27_reset_prepared_stmt_result.phpt24 $results = $stmt->execute();
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_006.phpt26 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …

Completed in 31 milliseconds

12345678910>>...12