Home
last modified time | relevance | path

Searched refs:tests (Results 151 – 175 of 952) sorted by relevance

12345678910>>...39

/PHP-7.4/ext/standard/tests/assert/
H A Dassert04.phpt2 misc assert() tests tests
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug69344.phpt7 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
13 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Ddebug_emulated_prepares.phpt7 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
12 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Ddisable_prepares.phpt7 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
12 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug70861.phpt7 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
12 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-7.4/ext/standard/tests/math/
H A Dlcg_value_basic.phpt9 echo "\n lcg_value tests...\n";
46 lcg_value tests...
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_param_str_natl.phpt7 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
13 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug_61755.phpt7 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
12 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_client.phpt6 require(__DIR__.'/../../pdo/tests/pdo_test.inc');
12 require(__DIR__ . '/../../pdo/tests/pdo_test.inc');
H A Dpdo_oci_attr_module.phpt6 require(__DIR__.'/../../pdo/tests/pdo_test.inc');
12 require(__DIR__ . '/../../pdo/tests/pdo_test.inc');
H A Dpdo_oci_class_constants.phpt6 require(__DIR__.'/../../pdo/tests/pdo_test.inc');
12 require(__DIR__ . '/../../pdo/tests/pdo_test.inc');
/PHP-7.4/ext/standard/tests/strings/
H A Dhtml_entity_decode3.phpt6 $tests = array(
38 foreach ($tests as $t) {
49 foreach ($tests as $t) {
60 foreach ($tests as $t) {
71 foreach ($tests as $t) {
82 foreach ($tests as $t) {
H A Dhtmlentities20.phpt27 $tests = array(
55 $tests2 = array_map('codepoint_to_utf8', $tests);
60 global $tests, $tests2;
66 … if ($a == "" && $b == "") { echo sprintf("%05X", $tests[$i]), ": INVALID SEQUENCE\n"; continue; }
67 echo sprintf("%05X", $tests[$i]), ": ", bin2hex($a), " ", bin2hex($b), "\n";
H A Dtrim.phpt6 $tests = <<<TESTS
24 include(__DIR__ . '/../../../../tests/quicktester.inc');
H A Dcrypt_sha256.phpt6 $tests = array(
49 foreach ($tests as $iter => $t) {
H A Dcrypt_sha512.phpt6 $tests = array(
49 foreach ($tests as $iter => $t) {
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_bit.phpt57 $tests = 0;
59 while ($tests < 10) {
61 $tests++;
62 if (1 == $tests)
64 else if (2 == $tests)
/PHP-7.4/ext/soap/tests/
H A Dcustom_content_type.phpt7 if (!file_exists(__DIR__ . "/../../../sapi/cli/tests/php_cli_server.inc")) {
8 echo "skip sapi/cli/tests/php_cli_server.inc required but not found";
16 include __DIR__ . "/../../../sapi/cli/tests/php_cli_server.inc";
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_seal_basic.phpt2 openssl_seal() tests
7 // simple tests
18 // tests with cert
/PHP-7.4/sapi/phpdbg/
H A DMakefile.frag39 @$(top_builddir)/sapi/cli/php sapi/phpdbg/tests/run-tests.php --phpdbg sapi/phpdbg/phpdbg
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dcommon.phpt11 'TESTS' => __DIR__ . '/ext/pdo/tests'
/PHP-7.4/Zend/tests/
H A Dnowdoc.inc3 // Common definitions for heredoc/nowdoc tests.
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgetenv.phpt2 getenv() basic tests
/PHP-7.4/ext/imap/tests/
H A Dbug63126.phpt27 $tests = array(
32 foreach ($tests as $name => $testparams) {
/PHP-7.4/tests/classes/
H A Dserialize_001.phpt30 $tests = array('String', NULL, 42, false);
32 foreach($tests as $data)

Completed in 28 milliseconds

12345678910>>...39