Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/mysqli/tests/
H A Dbug55653.phpt23 !($stmt->execute()) ||
H A Dbug34785.phpt32 $stmt->execute();
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 Dmysqli_class_mysqli_stmt_interface.phpt31 'execute' => true,
88 !$stmt->execute())
128 if (!$stmt->execute())
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug44301.phpt18 $stmt->execute();
H A Dpdo_oci_attr_prefetch_1.phpt25 $s->execute();
/PHP-5.5/ext/pdo/tests/
H A Dbug_39398.phpt22 $stmt->execute();
H A Dpdo_033.phpt29 $stmt->execute();
H A Dpdo_001.phpt23 $stmt->execute();
H A Dpdo_002.phpt23 $stmt->execute();
H A Dpdo_024.phpt28 var_dump($stmt->execute());
H A Dbug_35671.phpt28 $insert->execute($parm);
H A Dpdo_008.phpt24 $stmt->execute();
H A Dpdo_004.phpt23 $stmt->execute();
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt93 $stmt->execute();
101 $stmt->execute();
107 $stmt->execute();
H A Dpdo_mysql_stmt_fetchobject.phpt13 $ok = @$stmt->execute();
62 $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 Dbug_41698.phpt22 $stmt->execute(array($value));
/PHP-5.5/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.5/ext/pdo_pgsql/tests/
H A Dbug_49985.phpt22 var_dump($stmt->execute(array(1)));
H A Dbug69344.phpt27 $stmt->execute($arr);
/PHP-5.5/ext/intl/tests/
H A Dsymfony_format_type_int32_intl2.phpt17 // execute the code from #testFormatTypeInt32Intl
/PHP-5.5/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.5/ext/sqlite3/tests/
H A Dsqlite3_36_create_collation.phpt17 $stmt->execute();
/PHP-5.5/ext/pgsql/tests/
H A DREADME11 to create the database to execute the test scripts. By executing the above

Completed in 46 milliseconds

12345678910>>...12