Searched refs:execute (Results 76 – 100 of 355) sorted by relevance
12345678910>>...15
/PHP-7.4/ext/json/ |
H A D | config.w32 | 10 …STDOUT.WriteLine(execute(PATH_PROG("re2c") + " -t ext/json/php_json_scanner_defs.h --no-generation… 14 …STDOUT.WriteLine(execute(PATH_PROG("bison") + " --defines -l ext/json/json_parser.y -o ext/json/js…
|
/PHP-7.4/ext/pdo_firebird/tests/ |
H A D | bug_47415.phpt | 24 $stmt->execute(); 31 $stmt->execute();
|
H A D | bug_48877.phpt | 25 $stmt->execute(); 32 $stmt->execute();
|
H A D | bug_64037.phpt | 23 $stmt->execute(); 31 $stmt->execute();
|
H A D | bug_53280.phpt | 21 $stmth2->execute(array('A', 'B')); 26 $stmth1->execute(array('A', 'B'));
|
/PHP-7.4/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_prepare_native.phpt | 52 $ret = @$stmt->execute($input_params); 54 $ret = $stmt->execute($input_params); 67 if (is_array($error_info) && isset($error_info['execute'])) { 69 if (isset($error_info['execute']['sqlstate']) && 70 ($error_info['execute']['sqlstate'] !== $tmp[0])) { 72 $offset, $error_info['execute']['sqlstate'], $tmp[0]); 76 if (isset($error_info['execute']['mysql']) && 77 ($error_info['execute']['mysql'] !== $tmp[1])) { 79 $offset, $error_info['execute']['mysql'], $tmp[0]); 145 $params, array('execute' => array('sqlstate' => 'HY093'))); [all …]
|
H A D | pdo_mysql_prepare_native_named_placeholder.phpt | 31 $stmt->execute(array(':placeholder' => 'row1')); 39 $stmt->execute(); 50 $stmt->execute(array(':placeholder' => 'row1')); 59 $stmt->execute();
|
H A D | pdo_mysql_stmt_unbuffered_2050.phpt | 41 PDO::query() will prepare and execute a statement in one step. 71 ---> execute() has been send on the line, you are supposed to fetch 72 ---> you must not try to send a CLOSE after execute() 82 - use prepare() + execute() instead of query() 91 $stmt->execute(); 95 $stmt->execute();
|
H A D | bug_61755.phpt | 20 $s->execute(); 27 $s->execute();
|
/PHP-7.4/ext/pdo_pgsql/tests/ |
H A D | is_in_transaction.phpt | 27 $stmt->execute(); 40 $stmt->execute(); 42 …/* We catch the exception because the execute will give error and we must test the PDO::PGSQL_TRAN…
|
H A D | large_objects.phpt | 32 $stmt->execute(); 38 $stmt->execute(); 48 $stmt->execute(); 59 $stmt->execute();
|
H A D | bug71885_2.phpt | 31 $stmt->execute(['b']); 35 $stmt->execute(['a']);
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_stmt_execute_stored_proc.phpt | 29 …printf("[012] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt)); 33 …printf("[013] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt)); 42 …printf("[016] Cannot execute SELECT, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt… 73 …printf("[021] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt)); 82 …printf("[024] Cannot execute SELECT, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt… 111 …printf("[030] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt)); 120 …printf("[033] Cannot execute SELECT, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt… 153 …printf("[040] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt)); 162 …printf("[043] Cannot execute SELECT, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt…
|
H A D | mysqli_ps_select_union.phpt | 31 if (!$stmt->execute() || !$stmt->bind_result($column1)) 56 /* Note: bind_result before execute */ 57 if (!$stmt->bind_result($column1) || !$stmt->execute()) 87 if (!$stmt->execute() || !$stmt->bind_result($column1)) 107 if (!$stmt->bind_result($column1) || !$stmt->execute()) 136 if (!$stmt->execute() || !$stmt->bind_result($column1)) 156 if (!$stmt->bind_result($column1) || !$stmt->execute()) 177 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1)) 196 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->bind_result($column1) || !$stmt->execute()) 217 … if (!$stmt->bind_param('ss', $three, $two) || !$stmt->execute() || !$stmt->bind_result($column1)) [all …]
|
/PHP-7.4/sapi/phpdbg/tests/ |
H A D | basic_run.phpt | 7 prompt> [Nothing to execute!]
|
/PHP-7.4/ext/pdo/tests/ |
H A D | pdo_028.phpt | 25 $stmt->execute(); 28 $stmt->execute();
|
H A D | bug_43130.phpt | 34 $stmt->execute(); 38 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: parameter was not defi… 40 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line %d
|
H A D | pdo_017.phpt | 47 $select->execute(); 55 $delete->execute(); 62 $delete->execute();
|
H A D | pdo_025.phpt | 32 $stmt->execute($row); 41 $stmt->execute(); 55 $stmt->execute();
|
H A D | pdo_006.phpt | 24 $stmt->execute(); 27 $stmt->execute();
|
H A D | pdo_007.phpt | 24 $stmt->execute(); 27 $stmt->execute();
|
H A D | pdo_030.phpt | 38 function execute($params = array()) 41 parent::execute(); 67 $stmt->execute($row);
|
/PHP-7.4/ext/oci8/tests/ |
H A D | define6.phpt | 61 echo "Test 3 - define before cursor execute\n"; 74 echo "Test 4 - define before top level execute\n"; 129 Test 3 - define before cursor execute 131 Test 4 - define before top level execute
|
/PHP-7.4/ext/sqlite3/tests/ |
H A D | bug70628.phpt | 17 $sth->execute(); 24 $sth->execute();
|
/PHP-7.4/ext/odbc/tests/ |
H A D | bug73448.phpt | 14 "/* non existent procedure xy */ execute xy", 42 string(42) "/* non existent procedure xy */ execute xy"
|
Completed in 44 milliseconds
12345678910>>...15