Searched refs:execute (Results 1 – 25 of 380) sorted by relevance
12345678910>>...16
/PHP-8.2/ext/pdo_firebird/tests/ |
H A D | bug_77863.phpt | 30 $query->execute(); 34 $query->execute(); 38 $query->execute(); 42 $query->execute(); 46 $query->execute(); 50 $query->execute(); 54 $query->execute(); 59 $query->execute(); 63 $query->execute(); 67 $query->execute(); [all …]
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | mysqli_stmt_execute_bind.phpt | 2 mysqli_stmt_execute() - bind in execute 22 $stmt->execute(); 28 $stmt->execute([&$abc, 42, $id]); 35 $stmt->execute([&$abc, 42]); 53 $stmt->execute([]); 62 $stmt->execute(); 68 // 6. wrong argument to execute() 71 $stmt->execute(42); 90 $stmt->execute($arr2); 96 $stmt->execute([]); [all …]
|
H A D | protocol_query_row_fetch_data.phpt | 49 [*] Sending - Query execute data intval: 01000001023200000203646566087068705f7465737404646174610464… 52 [*] Sending - Query execute data fltval: 01000001023200000203646566087068705f7465737404646174610464… 55 [*] Sending - Query execute data dblval: 01000001023200000203646566087068705f7465737404646174610464… 58 [*] Sending - Query execute data datval: 01000001023200000203646566087068705f7465737404646174610464… 61 [*] Sending - Query execute data timval: 01000001023200000203646566087068705f7465737404646174610464… 64 [*] Sending - Query execute data dtival: 01000001023200000203646566087068705f7465737404646174610464… 67 [*] Sending - Query execute data bitval: 01000001023200000203646566087068705f7465737404646174610464… 70 [*] Sending - Query execute data strval: 01000001023200000203646566087068705f7465737404646174610464…
|
H A D | protocol_stmt_row_fetch_data.phpt | 23 $stmt->execute(); 52 [*] Sending - Stmt execute data intval: 01000001023200000203646566087068705f74657374046461746104646… 57 [*] Sending - Stmt execute data fltval: 01000001023200000203646566087068705f74657374046461746104646… 62 [*] Sending - Stmt execute data dblval: 01000001023200000203646566087068705f74657374046461746104646… 67 [*] Sending - Stmt execute data datval: 01000001023200000203646566087068705f74657374046461746104646… 72 [*] Sending - Stmt execute data timval: 01000001023200000203646566087068705f74657374046461746104646… 77 [*] Sending - Stmt execute data dtival: 01000001023200000203646566087068705f74657374046461746104646… 82 [*] Sending - Stmt execute data bitval: 01000001023200000203646566087068705f74657374046461746104646… 87 [*] Sending - Stmt execute data strval: 01000001023200000203646566087068705f74657374046461746104646…
|
H A D | bug52891.phpt | 43 if (!$stmt1->execute()) 46 if (!$stmt2->execute()) 51 if (!$stmt2->execute()) 57 if (!$stmt1->execute()) 60 if (!$stmt2->execute()) 65 if (!$stmt2->execute()) 69 if (!$stmt1->execute()) 72 if (!$stmt2->execute()) 76 if (!$stmt1->execute()) 79 if (!$stmt2->execute())
|
/PHP-8.2/ext/pdo_oci/tests/ |
H A D | pdo_oci_templob_1.phpt | 29 $stmt->execute(); 32 $stmt->execute(); 35 $stmt->execute(); 38 $stmt->execute(); 41 $stmt->execute(); 44 $stmt->execute(); 47 $stmt->execute(); 50 $stmt->execute(); 53 $stmt->execute(); 56 $stmt->execute(); [all …]
|
/PHP-8.2/ext/pdo_pgsql/tests/ |
H A D | disable_prepares.phpt | 23 $stmt2->execute(array(1)); 25 $stmt2->execute(array(2)); 28 $stmt->execute(); 33 $stmt3->execute(array(3)); 35 $stmt3->execute(array(4)); 38 $stmt->execute();
|
H A D | bug62593.phpt | 24 $query->execute(); 29 $query->execute(); 32 // Verify bindParam maintains reference and only passes when execute is called 36 $query->execute(); 43 $query->execute(); 49 $query->execute();
|
H A D | bug_33876.phpt | 27 if (!$res->execute()) 34 if (!$res->execute()) 42 if (!$res->execute(array(true))) 49 if (!$res->execute(array(false))) 63 if (!$res->execute()) 70 if (!$res->execute()) 78 if (!$res->execute(array(true))) 85 if (!$res->execute(array(false))) {
|
H A D | bug64953.phpt | 24 $st->execute(); 30 $st->execute(); 36 $st->execute(array(":int" => 123)); 40 $st->execute();
|
/PHP-8.2/ext/pdo/tests/ |
H A D | pdo_015.phpt | 25 $select1->execute(); 27 $select1->execute(); 29 $select1->execute(); 31 $select1->execute(); 33 $select1->execute(); 35 $select1->execute(); 37 $select1->execute(); 40 $select2->execute();
|
H A D | bug_71447.phpt | 31 $stmt->execute(); 41 $stmt->execute(); 51 $stmt->execute(); 61 $stmt->execute(); 71 $stmt->execute(); 82 $stmt->execute([1]); 93 $stmt->execute(['id' => 1]);
|
H A D | pdo_016.phpt | 31 $stmt1->execute(); 35 $stmt2->execute(); 43 $stmt2->execute(); 60 var_dump($stmt3->execute()); 64 * after execute() has been called at least once */ 70 var_dump($stmt4->execute()); 73 * after execute() has been called at least once */ 88 var_dump($stmt3->execute()); 92 var_dump($stmt4->execute()); 102 $stmt2->execute();
|
H A D | pdo_016a.phpt | 31 $stmt1->execute(); 35 $stmt2->execute(); 43 $stmt2->execute(); 60 var_dump($stmt3->execute()); 64 * after execute() has been called at least once */ 70 var_dump($stmt4->execute()); 73 * after execute() has been called at least once */ 88 var_dump($stmt3->execute()); 92 var_dump($stmt4->execute()); 102 $stmt2->execute();
|
H A D | pdo_021.phpt | 2 PDO Common: PDOStatement::execute with parameters 39 $stmt->execute($row); 41 $select->execute(); 48 $stmt2->execute(array(':first'=>($row[0] + 5), ':second'=>$row[1], 52 $select->execute();
|
H A D | gh8626.phpt | 2 GH-8626: PDOStatement->execute() failed, then execute successfully, errorInfo() information is inco… 31 var_dump($stmt->execute([null]), $stmt->errorCode()); 38 var_dump($stmt->execute([1]), $stmt->errorCode());
|
H A D | pdo_029.phpt | 38 function execute($params = array()): bool 41 return parent::execute(); 57 $stmt->execute(); 70 $stmt->execute($row); 96 PDOStatementX::execute()
|
/PHP-8.2/sapi/cli/tests/ |
H A D | 012-2.phpt | 33 string(57) "Either execute direct code, process stdin or use a file. 35 string(57) "Either execute direct code, process stdin or use a file. 38 string(57) "Either execute direct code, process stdin or use a file. 40 string(57) "Either execute direct code, process stdin or use a file. 42 string(57) "Either execute direct code, process stdin or use a file. 44 string(57) "Either execute direct code, process stdin or use a file. 46 string(57) "Either execute direct code, process stdin or use a file. 52 string(57) "Either execute direct code, process stdin or use a file.
|
/PHP-8.2/ext/pdo_mysql/tests/ |
H A D | bug80458.phpt | 26 $stmt->execute(); 33 $stmt2->execute(); 39 $stmt3->execute(); 43 $stmt->execute(); 49 $stmt4->execute(); 56 $stmt5->execute(); 67 $stmt->execute(); 74 $stmt2->execute(); 84 $stmt->execute(); 107 $stmt->execute(); [all …]
|
H A D | pdo_mysql_stmt_fetchobject_ctor_args.phpt | 14 $ok = @$stmt->execute(); 44 $stmt->execute(); 51 $stmt->execute(); 58 $stmt->execute(); 62 $stmt->execute(); 66 $stmt->execute(); 71 $stmt->execute();
|
H A D | bug79872.phpt | 2 Bug #79872: Can't execute query with pending result sets 18 $stmt->execute(); 27 SQLSTATE[HY000]: General error: 2014 Cannot execute queries while there are pending result sets. Co…
|
H A D | bug67004.phpt | 21 $stmt->execute(["foo"]); 24 $stmt->execute(["bar"]); 28 $stmt->execute(["baz"]);
|
H A D | pecl_bug_5802.phpt | 22 $stmt->execute() or var_dump($stmt->errorInfo()); 26 $stmt->execute() or var_dump($stmt->errorInfo()); 30 $stmt->execute() or var_dump($stmt->errorInfo()); 34 if($stmt) $stmt->execute();
|
/PHP-8.2/ext/standard/tests/dir/ |
H A D | dir_variation7.phpt | 13 * remove the execute permission from the parent dir and test dir() on child dir 14 * 1) remove write & execute permission from the 1st parent and test dir() 15 * 2) remove execute permission from 2nd parent and test dir() 18 echo "*** Testing dir() : remove execute permission from the parent dir ***\n"; 39 // remove the write and execute permission from sub parent 45 // remove the execute permission from parent dir, allowing all permission for sub dir 71 *** Testing dir() : remove execute permission from the parent dir ***
|
/PHP-8.2/ext/sqlite3/tests/ |
H A D | sqlite3_bind_bug68849.phpt | 18 $r = $s->execute(); 23 $r = $s->execute(); 28 $r = $s->execute(); 33 $r = $s->execute();
|
Completed in 23 milliseconds
12345678910>>...16