Home
last modified time | relevance | path

Searched refs:execute (Results 76 – 100 of 355) sorted by path

12345678910>>...15

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc.phpt29 …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 Dmysqli_stmt_execute_stored_proc_next_result.phpt37 …printf("[007] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
77 …printf("[017] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
H A Dmysqli_stmt_execute_stored_proc_out.phpt42 …printf("[007] Cannot execute CALL, [%d] %s\n", mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
H A Dmysqli_stmt_get_result_non_select.phpt28 !$stmt->execute())
55 !$stmt->execute())
74 !$stmt->execute())
H A Dmysqli_stmt_multires.phpt30 if (!$stmt->execute()) {
H A Dmysqli_stmt_prepare.phpt16 // fetch tests, because the fetch tests would have to call prepare/execute etc.
H A Dmysqli_stmt_reset.phpt16 // fetch tests, because the fetch tests would have to call prepare/execute etc.
H A Dps_cursor_multiple_result_sets.phpt28 $stmt->execute();
43 $stmt->execute();
60 $stmt->execute();
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h232 #define mysqlnd_stmt_execute(stmt) (stmt)->m->execute((stmt))
H A Dmysqlnd_ps.c644 MYSQLND_METHOD(mysqlnd_stmt, execute)(MYSQLND_STMT * const s) in MYSQLND_METHOD() argument
2245 MYSQLND_METHOD(mysqlnd_stmt, execute),
H A Dmysqlnd_structs.h817 func_mysqlnd_stmt__execute execute; in MYSQLND_CLASS_METHODS_TYPE() local
/PHP-7.4/ext/oci8/tests/
H A Dbug51291_1.phpt81 echo "2nd call after successful execute\n";
100 echo "2nd call after successful execute\n";
119 echo "2nd call after unsuccessful execute\n";
137 echo "2nd call after unsuccessful execute\n";
291 2nd call after successful execute
320 2nd call after successful execute
341 2nd call after unsuccessful execute
381 2nd call after unsuccessful execute
H A Dbug51291_2.phpt29 echo "2nd call after successful execute\n";
52 2nd call after successful execute
H A Dbug71148.phpt74 // Test 3: Bind output parameter within the same scope of execute
79 echo "\nTest 3: Bind output parameter within the same scope of execute\n";
92 // Test 4: Bind output parameter within the same scope of execute
97 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 execute
179 Test 4: Bind output parameter within the same scope of execute
187 Test 6: Bind IN OUT parameter within the same scope of execute
H A Dcommit_002.phpt31 echo 'Could not execute: '. $m['message'] . "\n";
45 echo 'Could not execute: '. $m['message'] . "\n";
67 Could not execute: ORA-02290: %s (%s.COMMIT_002_TAB_CHECK_X) %s
H A Ddefine5.phpt23 echo "Test 1 - must do define before execute\n";
61 Test 1 - must do define before execute
H A Ddefine6.phpt61 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
H A Dedition_2.phpt111 // execute the alter system set edition ='MYEDITION' .get the value .
H A Derror_bind.phpt26 echo "Test 1 - Assign a resource to the bind variable and execute\n";
53 Test 1 - Assign a resource to the bind variable and execute
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
H A Dimp_res_get_1.phpt67 echo "\nTest 2 - with execute\n";
102 Test 2 - with execute
H A Dimp_res_get_exec.phpt38 oci_execute($s1); // execute twice; should be NOP
H A Dimp_res_insert.phpt33 execute immediate 'insert into imp_res_insert_tab values ('||p1||')';
41 execute immediate 'insert into imp_res_insert_tab values ('||p1||')';
/PHP-7.4/ext/odbc/tests/
H A Dbug73448.phpt14 "/* non existent procedure xy */ execute xy",
42 string(42) "/* non existent procedure xy */ execute xy"
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_error4.phpt912 throw new \RuntimeException('Failed to execute regex: PREG_NO_ERROR', PREG_NO_ERROR);
914 … throw new \RuntimeException('Failed to execute regex: PREG_INTERNAL_ERROR', PREG_INTERNAL_ERROR);
916 …throw new \RuntimeException('Failed to execute regex: PREG_BACKTRACK_LIMIT_ERROR', PREG_BACKTRACK_…
918 …throw new \RuntimeException('Failed to execute regex: PREG_RECURSION_LIMIT_ERROR', PREG_RECURSION_…
920 … throw new \RuntimeException('Failed to execute regex: PREG_BAD_UTF8_ERROR', PREG_BAD_UTF8_ERROR);
922 …throw new \RuntimeException('Failed to execute regex: PREG_BAD_UTF8_OFFSET_ERROR', PREG_BAD_UTF8_O…
924 …throw new \RuntimeException('Failed to execute regex: PREG_JIT_STACKLIMIT_ERROR', PREG_JIT_STACKLI…
926 throw new \RuntimeException('Failed to execute regex: Unknown error');

Completed in 63 milliseconds

12345678910>>...15