Searched refs:execute (Results 201 – 225 of 355) sorted by relevance
12345678910>>...15
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_change_user_prepared_statements.phpt | 22 if ($stmt->execute() && $stmt->bind_result($wrong) && $stmt->fetch()) {
|
H A D | bug34785.phpt | 32 $stmt->execute();
|
H A D | bug80837.phpt | 21 $statement->execute();
|
/PHP-7.4/ext/oci8/tests/ |
H A D | imp_res_get_1.phpt | 67 echo "\nTest 2 - with execute\n"; 102 Test 2 - with execute
|
/PHP-7.4/ext/pdo/tests/ |
H A D | pdo_010.phpt | 54 $stmt->execute(); 57 $stmt->execute();
|
H A D | bug_35671.phpt | 28 $insert->execute($parm);
|
H A D | pdo_002.phpt | 23 $stmt->execute();
|
H A D | pdo_001.phpt | 23 $stmt->execute();
|
H A D | pdo_008.phpt | 24 $stmt->execute();
|
/PHP-7.4/ext/standard/tests/file/ |
H A D | is_executable_variation2.phpt | 24 echo "\n*** Testing is_executable() on directory without execute permission ***\n"; 77 *** Testing is_executable() on directory without execute permission ***
|
/PHP-7.4/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_prepare_native_placeholder_everywhere.phpt | 24 $stmt->execute(array('id', 'label', 'label')); 38 $stmt->execute(array('id', 'label', 'label'));
|
H A D | pdo_mysql_stmt_fetchobject.phpt | 13 $ok = @$stmt->execute(); 62 $stmt->execute();
|
H A D | pdo_mysql_stmt_fetch_serialize.phpt | 91 $stmt->execute(); 99 $stmt->execute(); 105 $stmt->execute();
|
H A D | pdo_mysql_stmt_fetch_non_select.phpt | 2 MySQL PDOStatement->execute()/fetch(), Non-SELECT 164 $stmt->execute(); 172 $stmt->execute(); 173 $stmt->execute();
|
H A D | bug_41698.phpt | 22 $stmt->execute(array($value));
|
H A D | bug81037.phpt | 22 $stmt->execute();
|
/PHP-7.4/ext/pdo_oci/tests/ |
H A D | pdo_oci_stmt_getcolumnmeta.phpt | 36 // execute() has not been called yet 41 $stmt->execute(); 66 $stmt->execute(); 139 $stmt->execute(); 148 $stmt->execute(); 235 $stmt->execute();
|
H A D | bug54379.phpt | 25 $stmt->execute();
|
/PHP-7.4/ext/intl/tests/ |
H A D | symfony_format_type_int32_intl2.phpt | 17 // execute the code from #testFormatTypeInt32Intl
|
/PHP-7.4/ext/sqlite3/tests/ |
H A D | bug63921-32bit.phpt | 17 $stmt->execute();
|
/PHP-7.4/ext/pdo_pgsql/tests/ |
H A D | bug_49985.phpt | 22 var_dump($stmt->execute(array(1)));
|
/PHP-7.4/ext/pdo_odbc/tests/ |
H A D | bug80783.phpt | 20 $stmt->execute();
|
H A D | bug80783a.phpt | 21 $stmt->execute();
|
/PHP-7.4/ext/pcre/tests/ |
H A D | preg_match_error4.phpt | 912 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/phar/tests/tar/ |
H A D | tar_001.phpt | 17 echo "should not execute\n";
|
Completed in 23 milliseconds
12345678910>>...15