Searched refs:execute (Results 1 – 25 of 325) sorted by relevance
12345678910>>...13
27 $stmt->execute();30 $stmt->execute();33 $stmt->execute();36 $stmt->execute();39 $stmt->execute();42 $stmt->execute();45 $stmt->execute();48 $stmt->execute();51 $stmt->execute();54 $stmt->execute();[all …]
24 $s->execute();35 $s->execute();46 $s->execute();57 $s->execute();
24 $select1->execute();26 $select1->execute();28 $select1->execute();30 $select1->execute();32 $select1->execute();34 $select1->execute();36 $select1->execute();39 $select2->execute();
30 $stmt->execute();40 $stmt->execute();50 $stmt->execute();60 $stmt->execute();70 $stmt->execute();81 $stmt->execute([1]);92 $stmt->execute(['id' => 1]);
30 $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();
2 PDO Common: PDOStatement::execute with parameters38 $stmt->execute($row);40 $select->execute();47 $stmt2->execute(array(':first'=>($row[0] + 5), ':second'=>$row[1], 51 $select->execute();
37 function execute($params = array())40 parent::execute(); 56 $stmt->execute();69 $stmt->execute($row);95 PDOStatementX::execute()
21 $stmt2->execute(array(1));23 $stmt2->execute(array(2));26 $stmt->execute();31 $stmt3->execute(array(3));33 $stmt3->execute(array(4));36 $stmt->execute();
21 $query->execute();26 $query->execute();29 // Verify bindParam maintains reference and only passes when execute is called33 $query->execute();40 $query->execute();46 $query->execute();
22 $st->execute();28 $st->execute();34 $st->execute(array(":int" => 123));38 $st->execute();
25 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))) {
32 $stmt->execute();36 $stmt->execute();44 $stmt->execute();48 $stmt->execute();
45 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())
27 * remove the execute permission from the parent dir and test dir() on child dir28 * 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 parent59 // remove the execute permisson from parent dir, allowing all permission for sub dir85 *** Testing dir() : remove execute permission from the parent dir ***
18 $r = $s->execute();23 $r = $s->execute();28 $r = $s->execute();33 $r = $s->execute();
17 if ($stmt->execute()) {25 if (!$stmt->execute()) {38 if (!$stmt->execute()) {50 if (!$stmt->execute()) {62 if (!$stmt->execute()) {
33 $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…
20 $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();
28 $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 %d137 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
65 $stmt->execute();79 $stmt->execute();92 $stmt->execute();94 $stmt->execute();97 $stmt->execute();108 $stmt->execute();110 $stmt->execute();113 $stmt->execute();
74 // Test 3: Bind output parameter within the same scope of execute79 echo "\nTest 3: Bind output parameter within the same scope of execute\n";92 // Test 4: Bind output parameter within the same scope of execute97 echo "\nTest 4: Bind output parameter within the same scope of execute\n";130 // Test 6: Bind IN OUT parameter within the same scope of execute 137 echo "\nTest 6: Bind IN OUT parameter within the same scope of execute\n";175 Test 3: Bind output parameter within the same scope of execute179 Test 4: Bind output parameter within the same scope of execute187 Test 6: Bind IN OUT parameter within the same scope of execute
2 oci_execute() and invalid execute mode18 Warning: oci_execute(): Invalid execute mode given: -1 in %s on line %d
27 $res = $sttmt->execute($args_ok);30 $res = $sttmt->execute($args_err);38 $sttmt->execute();
16 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 23 milliseconds