Home
last modified time | relevance | path

Searched refs:execute (Results 76 – 100 of 281) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_datatype_change.phpt2 Playing with datatype change between prepare and execute
29 var_dump($s1->execute(), $s1->bind_result($col1));
42 var_dump($s1->execute());
H A Dmysqli_stmt_get_result_non_select.phpt28 !$stmt->execute())
55 !$stmt->execute())
74 !$stmt->execute())
H A Dmysqli_stmt_attr_set.phpt78 $stmt->execute();
98 $stmt->execute();
118 $stmt->execute();
169 $stmt->execute();
183 $stmt->execute();
200 $stmt->execute();
226 $stmt->execute();
253 $stmt->execute();
H A D064.phpt15 $stmt->execute();
H A Dbug35103.phpt28 $stmt->execute();
41 $stmt->execute();
H A D063.phpt15 $stmt->execute();
H A Dbug66043.phpt19 $stmt->execute();
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_28_clear_bindings.phpt24 $results = $stmt->execute();
31 $results = $stmt->execute();
/PHP-5.5/ext/pdo/tests/
H A Dpdo_032.phpt25 $stmt->execute();
32 $stmt->execute();
H A Dpdo_019.phpt28 $stmt->execute();
36 $stmt->execute();
H A Dbug_38253.phpt22 $stmt->execute();
38 $stmt->execute();
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_33689.phpt2 PDO MySQL Bug #33689 (query() execute() and fetch() return false on valid select queries)
26 $stmt->execute();
H A Dpdo_mysql_stmt_bindparam.phpt25 $stmt->execute();
43 $stmt->execute();
58 if (!$stmt->execute())
59 printf("[%03d + 5] Cannot execute statement, %s %s\n", $offset,
64 $stmt->execute();
H A Dbug54929.phpt22 if (!$stmt->execute(array("foo"))) {
50 Warning: PDOStatement::execute(): SQLSTATE[42000]: Syntax error or access violation: 1064 You have …
H A Dpecl_bug_5780.phpt22 $authstmt->execute(array(':varlog' => 'testing', ':varpass' => 'testing'));
24 @var_dump($logstmt->execute(array(':var1' => 'test1', ':var2' => 'test2')));
H A Dbug41125.phpt20 $stmt->execute();
35 $stmt->execute(array(1));
48 $stmt->execute();
77 $stmt->execute();
H A Dpdo_mysql_stmt_bindvalue.phpt29 $stmt->execute();
51 $stmt->execute();
75 $stmt->execute();
104 $stmt->execute();
134 $stmt->execute();
169 $stmt->execute();
191 $stmt->execute();
215 $stmt->execute();
244 $stmt->execute();
274 $stmt->execute();
H A Dpdo_mysql_stmt_columncount.phpt26 $stmt->execute();
44 $stmt->execute();
/PHP-5.5/ext/pdo_oci/tests/
H A Dbug46274.phpt37 $stmt->execute();
47 $stmt->execute();
H A Dbug46274_2.phpt37 $stmt->execute();
47 $stmt->execute();
/PHP-5.5/ext/spl/tests/
H A Diterator_070.phpt2 SPL: RecursiveIteratorIterator - Ensure that non-overriden methods execute problem free.
/PHP-5.5/ext/oci8/tests/
H A Dbug51291_2.phpt29 echo "2nd call after successful execute\n";
52 2nd call after successful execute
H A Ddefine5.phpt23 echo "Test 1 - must do define before execute\n";
61 Test 1 - must do define before execute
H A Dbug51291_1.phpt81 echo "2nd call after successful execute\n";
100 echo "2nd call after successful execute\n";
119 echo "2nd call after unsuccessful execute\n";
137 echo "2nd call after unsuccessful execute\n";
291 2nd call after successful execute
320 2nd call after successful execute
341 2nd call after unsuccessful execute
381 2nd call after unsuccessful execute
/PHP-5.5/pear/
H A Dinstall-pear.txt9 | become the superuser and execute: |

Completed in 45 milliseconds

12345678910>>...12