Searched refs:execute (Results 1 – 25 of 286) sorted by relevance
12345678910>>...12
/PHP-5.4/ext/pdo/tests/ |
H A D | pdo_015.phpt | 24 $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 D | pdo_016.phpt | 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();
|
H A D | pdo_016a.phpt | 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();
|
H A D | pdo_021.phpt | 2 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 D | pdo_029.phpt | 37 function execute($params = array()) 40 parent::execute(); 56 $stmt->execute(); 69 $stmt->execute($row); 95 PDOStatementX::execute()
|
H A D | bug_38394.phpt | 21 $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.4/ext/mysqli/tests/ |
H A D | bug52891.phpt | 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())
|
/PHP-5.4/ext/standard/tests/dir/ |
H A D | dir_variation7.phpt | 27 * 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.4/ext/pdo_pgsql/tests/ |
H A D | bug_33876.phpt | 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))) {
|
H A D | bug62593.phpt | 21 $query->execute(); 26 $query->execute(); 29 // Verify bindParam maintains reference and only passes when execute is called 33 $query->execute();
|
H A D | bug64953.phpt | 22 $st->execute(); 28 $st->execute(); 34 $st->execute(array(":int" => 123)); 38 $st->execute();
|
H A D | bug46274.phpt | 32 $stmt->execute(); 36 $stmt->execute(); 44 $stmt->execute(); 48 $stmt->execute();
|
H A D | bug46274_2.phpt | 32 $stmt->execute(); 36 $stmt->execute(); 44 $stmt->execute(); 48 $stmt->execute();
|
/PHP-5.4/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_prepare_native_dup_named_placeholder.phpt | 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 %d 137 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
|
H A D | pdo_mysql_stmt_variable_columncount.phpt | 63 $stmt->execute(); 77 $stmt->execute(); 90 $stmt->execute(); 92 $stmt->execute(); 95 $stmt->execute(); 106 $stmt->execute(); 108 $stmt->execute(); 111 $stmt->execute();
|
H A D | bug53551.phpt | 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…
|
H A D | pecl_bug_5802.phpt | 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();
|
H A D | pdo_mysql_prepare_native_clear_error.phpt | 29 $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 D | pdo_mysql_stmt_errorinfo.phpt | 24 $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…
|
H A D | pdo_mysql_stmt_errorcode.phpt | 24 $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 D | pdo_mysql_prepare_native_column.phpt | 21 $stmt->execute(array(':param' => 'id')); 25 $stmt->execute(array(':placeholder' => 'test')); 46 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: parameter was not defi…
|
/PHP-5.4/ext/pdo_firebird/tests/ |
H A D | bug_62024.phpt | 27 $res = $sttmt->execute($args_ok); 30 $res = $sttmt->execute($args_err); 38 $sttmt->execute();
|
H A D | rowCount.phpt | 23 $stmt->execute(array('A')); 30 $stmt->execute(array('A')); 35 $stmt->execute();
|
/PHP-5.4/ext/oci8/tests/ |
H A D | execute_mode.phpt | 2 oci_execute() and invalid execute mode 18 Warning: oci_execute(): Invalid execute mode given: -1 in %s on line %d
|
/PHP-5.4/sapi/cli/tests/ |
H A D | 009.phpt | 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 41 milliseconds
12345678910>>...12