Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_change_user_prepared_statements.phpt22 if ($stmt->execute() && $stmt->bind_result($wrong) && $stmt->fetch()) {
H A Dbug34785.phpt32 $stmt->execute();
H A Dbug80837.phpt21 $statement->execute();
/PHP-7.4/ext/oci8/tests/
H A Dimp_res_get_1.phpt67 echo "\nTest 2 - with execute\n";
102 Test 2 - with execute
/PHP-7.4/ext/pdo/tests/
H A Dpdo_010.phpt54 $stmt->execute();
57 $stmt->execute();
H A Dbug_35671.phpt28 $insert->execute($parm);
H A Dpdo_002.phpt23 $stmt->execute();
H A Dpdo_001.phpt23 $stmt->execute();
H A Dpdo_008.phpt24 $stmt->execute();
/PHP-7.4/ext/standard/tests/file/
H A Dis_executable_variation2.phpt24 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 Dpdo_mysql_prepare_native_placeholder_everywhere.phpt24 $stmt->execute(array('id', 'label', 'label'));
38 $stmt->execute(array('id', 'label', 'label'));
H A Dpdo_mysql_stmt_fetchobject.phpt13 $ok = @$stmt->execute();
62 $stmt->execute();
H A Dpdo_mysql_stmt_fetch_serialize.phpt91 $stmt->execute();
99 $stmt->execute();
105 $stmt->execute();
H A Dpdo_mysql_stmt_fetch_non_select.phpt2 MySQL PDOStatement->execute()/fetch(), Non-SELECT
164 $stmt->execute();
172 $stmt->execute();
173 $stmt->execute();
H A Dbug_41698.phpt22 $stmt->execute(array($value));
H A Dbug81037.phpt22 $stmt->execute();
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_stmt_getcolumnmeta.phpt36 // execute() has not been called yet
41 $stmt->execute();
66 $stmt->execute();
139 $stmt->execute();
148 $stmt->execute();
235 $stmt->execute();
H A Dbug54379.phpt25 $stmt->execute();
/PHP-7.4/ext/intl/tests/
H A Dsymfony_format_type_int32_intl2.phpt17 // execute the code from #testFormatTypeInt32Intl
/PHP-7.4/ext/sqlite3/tests/
H A Dbug63921-32bit.phpt17 $stmt->execute();
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug_49985.phpt22 var_dump($stmt->execute(array(1)));
/PHP-7.4/ext/pdo_odbc/tests/
H A Dbug80783.phpt20 $stmt->execute();
H A Dbug80783a.phpt21 $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/phar/tests/tar/
H A Dtar_001.phpt17 echo "should not execute\n";

Completed in 35 milliseconds

12345678910>>...15