Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/pdo/tests/
H A Dpdo_015.phpt24 $select1->execute();
26 $select1->execute();
28 $select1->execute();
30 $select1->execute();
32 $select1->execute();
34 $select1->execute();
36 $select1->execute();
39 $select2->execute();
H A Dpdo_016.phpt30 $stmt1->execute();
34 $stmt2->execute();
42 $stmt2->execute();
59 var_dump($stmt3->execute());
63 * after execute() has been called at least once */
69 var_dump($stmt4->execute());
72 * after execute() has been called at least once */
87 var_dump($stmt3->execute());
91 var_dump($stmt4->execute());
101 $stmt2->execute();
H A Dpdo_016a.phpt30 $stmt1->execute();
34 $stmt2->execute();
42 $stmt2->execute();
59 var_dump($stmt3->execute());
63 * after execute() has been called at least once */
69 var_dump($stmt4->execute());
72 * after execute() has been called at least once */
87 var_dump($stmt3->execute());
91 var_dump($stmt4->execute());
101 $stmt2->execute();
H A Dpdo_021.phpt2 PDO Common: PDOStatement::execute with parameters
38 $stmt->execute($row);
40 $select->execute();
47 $stmt2->execute(array(':first'=>($row[0] + 5), ':second'=>$row[1],
51 $select->execute();
H A Dpdo_029.phpt37 function execute($params = array())
40 parent::execute();
56 $stmt->execute();
69 $stmt->execute($row);
95 PDOStatementX::execute()
H A Dbug_38394.phpt21 $s->execute(array('a' => 1, 'b' => 2, 'c' => 3));
23 @$s->execute(array('a' => 5, 'b' => 6, 'c' => 7, 'd' => 8));
25 $s->execute(array('a' => 9, 'b' => 10, 'c' => 11));
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug62593.phpt21 $query->execute();
26 $query->execute();
29 // Verify bindParam maintains reference and only passes when execute is called
33 $query->execute();
40 $query->execute();
46 $query->execute();
H A Dbug64953.phpt22 $st->execute();
28 $st->execute();
34 $st->execute(array(":int" => 123));
38 $st->execute();
H A Dbug_33876.phpt25 if (!$res->execute())
32 if (!$res->execute())
40 if (!$res->execute(array(true)))
47 if (!$res->execute(array(false)))
61 if (!$res->execute())
68 if (!$res->execute())
76 if (!$res->execute(array(true)))
83 if (!$res->execute(array(false))) {
H A Dbug46274.phpt32 $stmt->execute();
36 $stmt->execute();
44 $stmt->execute();
48 $stmt->execute();
H A Dbug46274_2.phpt32 $stmt->execute();
36 $stmt->execute();
44 $stmt->execute();
48 $stmt->execute();
/PHP-5.5/ext/mysqli/tests/
H A Dbug52891.phpt45 if (!$stmt1->execute())
48 if (!$stmt2->execute())
53 if (!$stmt2->execute())
59 if (!$stmt1->execute())
62 if (!$stmt2->execute())
67 if (!$stmt2->execute())
71 if (!$stmt1->execute())
74 if (!$stmt2->execute())
78 if (!$stmt1->execute())
81 if (!$stmt2->execute())
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation7.phpt27 * remove the execute permission from the parent dir and test dir() on child dir
28 * 1) remove write & execute permission from the 1st parent and test dir()
29 * 2) remove execute permission from 2nd parent and test dir()
32 echo "*** Testing dir() : remove execute permission from the parent dir ***\n";
53 // remove the write and execute permisson from sub parent
59 // remove the execute permisson from parent dir, allowing all permission for sub dir
85 *** Testing dir() : remove execute permission from the parent dir ***
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpecl_bug_5802.phpt20 $stmt->execute() or var_dump($stmt->errorInfo());
24 $stmt->execute() or var_dump($stmt->errorInfo());
28 $stmt->execute() or var_dump($stmt->errorInfo());
32 if($stmt) $stmt->execute();
H A Dbug53551.phpt33 $stmt->execute($values);
37 $stmt->execute($values);
52 Warning: PDOStatement::execute(): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'cou…
63 Warning: PDOStatement::execute(): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'cou…
H A Dpdo_mysql_prepare_native_dup_named_placeholder.phpt28 $stmt->execute(array(':placeholder' => 'row1'));
36 $stmt->execute();
47 $stmt->execute(array(':placeholder' => 'row2'));
55 $stmt->execute();
68 $stmt->execute(array(':placeholder' => 1));
82 $stmt->execute(array(':placeholder' => 1));
106 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
137 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
H A Dpdo_mysql_stmt_variable_columncount.phpt65 $stmt->execute();
79 $stmt->execute();
92 $stmt->execute();
94 $stmt->execute();
97 $stmt->execute();
108 $stmt->execute();
110 $stmt->execute();
113 $stmt->execute();
H A Dpdo_mysql_prepare_native_column.phpt21 $stmt->execute(array(':param' => 'id'));
25 $stmt->execute(array(':placeholder' => 'test'));
46 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: parameter was not defi…
H A Dpdo_mysql_stmt_errorcode.phpt24 $stmt->execute();
40 $stmt->execute();
53 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.iho…
59 Fatal error: Call to a member function execute() on a non-object in %s on line %d
H A Dpdo_mysql_prepare_native_clear_error.phpt29 $stmt->execute(array(':placeholder' => 0));
36 $stmt->execute(array(':placeholder' => 0));
49 $stmt->execute(array(':placeholder' => 0));
56 $stmt->execute(array(':placeholder' => 0));
78 Warning: PDOStatement::execute(): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'unknown_c…
96 Fatal error: Call to a member function execute() on a non-object in %s on line %d
H A Dpdo_mysql_stmt_errorinfo.phpt24 $stmt->execute();
30 var_dump($stmt->execute());
52 $stmt->execute();
78 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.iho…
88 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.tes…
119 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.tes…
/PHP-5.5/ext/pdo_firebird/tests/
H A Dbug_62024.phpt27 $res = $sttmt->execute($args_ok);
30 $res = $sttmt->execute($args_err);
38 $sttmt->execute();
H A DrowCount.phpt23 $stmt->execute(array('A'));
30 $stmt->execute(array('A'));
35 $stmt->execute();
/PHP-5.5/ext/oci8/tests/
H A Dexecute_mode.phpt2 oci_execute() and invalid execute mode
18 Warning: oci_execute(): Invalid execute mode given: -1 in %s on line %d
/PHP-5.5/sapi/cli/tests/
H A D009.phpt16 string(57) "Either execute direct code, process stdin or use a file.
18 string(57) "Either execute direct code, process stdin or use a file.

Completed in 27 milliseconds

12345678910>>...12