Home
last modified time | relevance | path

Searched refs:execute (Results 101 – 125 of 355) sorted by last modified time

12345678910>>...15

/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_getcolumnmeta.phpt27 // execute() has not been called yet
32 $stmt->execute();
57 $stmt->execute();
74 if (!($stmt = @$db->prepare($sql)) || (!@$stmt->execute())) {
86 $stmt->execute();
145 $stmt->execute();
238 if (($stmt = @$db->prepare($sql)) && @$stmt->execute()) {
259 if (($stmt = @$db->prepare($sql)) && @$stmt->execute()) {
280 if (($stmt = @$db->prepare($sql)) && @$stmt->execute()) {
H A Dpdo_mysql_subclass.phpt2 MySQL PDOStatement->execute()/fetch(), Non-SELECT
/PHP-7.4/ext/pdo/tests/
H A Dbug_38394.phpt21 $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));
H A Dbug_39398.phpt22 $stmt->execute();
H A Dbug_52098.phpt32 $derived->execute();
H A Dbug_60665.phpt22 $statement->execute();
H A Dbug_71885.phpt32 $stmt->execute();
43 $stmt->execute();
/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');
/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/oci8/tests/
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||')';
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 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 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 Dbug51291_2.phpt29 echo "2nd call after successful execute\n";
52 2nd call after successful execute
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 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
/PHP-7.4/ext/mysqli/
H A Dmysqli_fe.c637 PHP_FALIAS(execute, mysqli_stmt_execute, arginfo_mysqli_no_params)
/PHP-7.4/ext/curl/tests/
H A Dcurl_basic_018.phpt47 //execute the handles
/PHP-7.4/ext/com_dotnet/tests/
H A Dbug77578.phpt10 // to execute a PHP subprocess, and check its exit status.
/PHP-7.4/sapi/phpdbg/tests/
H A Dbasic_run.phpt7 prompt> [Nothing to execute!]
/PHP-7.4/sapi/cli/tests/
H A D012-2.phpt31 string(57) "Either execute direct code, process stdin or use a file.
33 string(57) "Either execute direct code, process stdin or use a file.
36 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.
50 string(57) "Either execute direct code, process stdin or use a file.
H A D008.phpt2 execute a file with -f
/PHP-7.4/pear/
H A Dinstall-pear.txt9 | become the superuser and execute: |
/PHP-7.4/sapi/cgi/tests/
H A D004.phpt2 execute a file with -f

Completed in 31 milliseconds

12345678910>>...15