Home
last modified time | relevance | path

Searched refs:execute (Results 201 – 225 of 374) sorted by relevance

12345678910>>...15

/PHP-8.3/Zend/tests/
H A Dlsb_010.phpt2 ZE2 Late Static Binding using static:: in functions called by non execute() calls and constructors.
/PHP-8.3/ext/sqlite3/tests/
H A Dbug72668.phpt30 $result = $statement->execute();
H A Dsqlite3stmt_getsql.phpt22 var_dump($res = $stmt->execute());
H A Dbug63921-32bit.phpt18 $stmt->execute();
H A Dbug63921-64bit.phpt18 $stmt->execute();
H A Dsqlite3_36_create_collation.phpt17 $stmt->execute();
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_change_user_prepared_statements.phpt22 if ($stmt->execute() && $stmt->bind_result($wrong) && $stmt->fetch()) {
H A Dbug55653.phpt24 !($stmt->execute()) ||
H A Dbug34785.phpt33 $stmt->execute();
H A Dbug80837.phpt22 $statement->execute();
H A Dbug77935.phpt28 $stmt->execute();
/PHP-8.3/ext/oci8/tests/
H A Dimp_res_get_1.phpt69 echo "\nTest 2 - with execute\n";
102 Test 2 - with execute
/PHP-8.3/ext/pdo/tests/
H A Dpdo_010.phpt64 $stmt->execute();
67 $stmt->execute();
H A Dbug_35671.phpt29 $insert->execute($parm);
H A Dpdo_001.phpt24 $stmt->execute();
H A Dpdo_002.phpt24 $stmt->execute();
H A Dpdo_008.phpt25 $stmt->execute();
/PHP-8.3/sapi/fuzzer/
H A Dfuzzer-sapi.c243 char *filename, const char *data, size_t data_len, bool execute, in fuzzer_do_request_from_buffer() argument
275 if (execute) { in fuzzer_do_request_from_buffer()
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_non_select.phpt2 MySQL PDOStatement->execute()/fetch(), Non-SELECT
165 $stmt->execute();
173 $stmt->execute();
174 $stmt->execute();
H A Dbug_41698.phpt24 $stmt->execute(array($value));
/PHP-8.3/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-8.3/sapi/cgi/tests/
H A D004.phpt2 execute a file with -f
/PHP-8.3/ext/pdo_odbc/tests/
H A Dbug80783.phpt21 $stmt->execute();
/PHP-8.3/ext/pdo_oci/tests/
H A Dbug54379.phpt26 $stmt->execute();
/PHP-8.3/ext/phar/tests/tar/
H A Dtar_001.phpt17 echo "should not execute\n";

Completed in 30 milliseconds

12345678910>>...15