Home
last modified time | relevance | path

Searched refs:execute (Results 176 – 200 of 358) sorted by relevance

12345678910>>...15

/php-src/ext/mysqli/tests/
H A Dbug33263.phpt24 $stmt->execute();
H A Dmysqli_change_user_prepared_statements.phpt22 if ($stmt->execute() && $stmt->bind_result($wrong) && $stmt->fetch()) {
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize_simple.phpt49 $stmt->execute();
53 $stmt->execute();
60 $stmt->execute();
H A Dbug_42499.phpt58 Warning: PDO::exec(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuf…
68 Warning: PDO::exec(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuf…
H A Dpdo_mysql_exec_select.phpt60 Warning: PDO::exec(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuf…
61 …_mysql_exec_select(id, col1) VALUES (2, 'b')', [HY000] HY000 2014 Cannot execute queries while oth…
H A Dpdo_mysql_stmt_fetch_non_select.phpt2 MySQL PDOStatement->execute()/fetch(), Non-SELECT
167 $stmt->execute();
175 $stmt->execute();
176 $stmt->execute();
/php-src/ext/sqlite3/tests/
H A Dbug79294.phpt12 $res = $stmt->execute();
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();
/php-src/ext/pdo_firebird/tests/
H A Dbug_72931.phpt17 $S->execute();
H A Dbug_76450.phpt24 $query->execute();
/php-src/ext/standard/tests/file/
H A Dis_executable_variation2.phpt20 echo "\n*** Testing is_executable() on directory without execute permission ***\n";
73 *** Testing is_executable() on directory without execute permission ***
/php-src/ext/pdo_pgsql/tests/
H A Dbug72294.phpt126 $statement->execute();
139 $statement->execute();
/php-src/ext/pdo_sqlite/tests/
H A Dbug_63916-2.phpt18 $stmt->execute();
H A Dbug_63916.phpt18 $stmt->execute();
H A Dbug70862.phpt29 $stmt->execute();
/php-src/Zend/tests/
H A Dlsb_010.phpt2 ZE2 Late Static Binding using static:: in functions called by non execute() calls and constructors.
/php-src/sapi/cli/tests/
H A D008.phpt2 execute a file with -f
/php-src/ext/pdo/tests/
H A Dpdo_009.phpt63 $stmt->execute();
66 $stmt->execute();
H A Dpdo_010.phpt64 $stmt->execute();
67 $stmt->execute();
/php-src/sapi/fuzzer/
H A Dfuzzer-sapi.c241 char *filename, const char *data, size_t data_len, bool execute, in fuzzer_do_request_from_buffer() argument
273 if (execute) { in fuzzer_do_request_from_buffer()
/php-src/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-src/sapi/cgi/tests/
H A D004.phpt2 execute a file with -f

Completed in 35 milliseconds

12345678910>>...15