Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 952) sorted by last modified time

12345678910>>...39

/PHP-7.4/
H A DNEWS910 . Fixed bug #79336 (ext/exif/tests/bug79046.phpt fails on Big endian arch).
2806 . Implemented FR #62055 (Make run-tests.php support --CGI-- sections). (cmb)
H A Drun-tests.php1585 foreach ($message["PHP_FAILED_TESTS"] as $category => $tests) {
1586 … $PHP_FAILED_TESTS[$category] = array_merge($PHP_FAILED_TESTS[$category], $tests);
3203 function show_redirect_start($tests, $tested, $tested_file) argument
3208 …fwrite($html_file, "<tr><td colspan='3'>---&gt; $tests ($tested [$tested_file]) begin</td></tr>\n"…
3212 echo "REDIRECT $tests ($tested [$tested_file]) begin\n";
3218 function show_redirect_ends($tests, $tested, $tested_file) argument
3223 …fwrite($html_file, "<tr><td colspan='3'>---&gt; $tests ($tested [$tested_file]) done</td></tr>\n");
3227 echo "REDIRECT $tests ($tested [$tested_file]) done\n";
H A D.travis.yml93 # Run PHPs run-tests.php
97 …- ./sapi/cli/php run-tests.php -P -d extension=`pwd`/modules/zend_test.so $(if [ $ENABLE_DEBUG == …
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt7 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
12 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-7.4/ext/phar/tests/
H A Dbug81211.phpt7 if (false === include __DIR__ . '/../../standard/tests/file/windows_links/common.inc') {
/PHP-7.4/azure/
H A Dcommunity_job.yml26 # when running symfony tests.
59 sed -i 's/PHP_OS/"Darwin"/' tests/Filesystem/FilesystemTest.php
/PHP-7.4/appveyor/
H A Dtest_task.bat38 …1 dbname=test port=5432 user=%PGUSER% password=%PGPASSWORD%"; ?^> >> "./ext/pgsql/tests/config.inc"
/PHP-7.4/ext/pdo_firebird/tests/
H A Dcommon.phpt11 'TESTS' => 'ext/pdo/tests'
/PHP-7.4/ext/pdo_odbc/tests/
H A Dbug44643.phpt6 require 'ext/pdo/tests/pdo_test.inc';
11 require 'ext/pdo/tests/pdo_test.inc';
H A Dbug80783.phpt6 require 'ext/pdo/tests/pdo_test.inc';
11 require 'ext/pdo/tests/pdo_test.inc';
27 require 'ext/pdo/tests/pdo_test.inc';
H A Dbug80783a.phpt6 require 'ext/pdo/tests/pdo_test.inc';
11 require 'ext/pdo/tests/pdo_test.inc';
28 require 'ext/pdo/tests/pdo_test.inc';
/PHP-7.4/ext/libxml/tests/
H A Dbug51903.phpt6 if (@!include "./ext/standard/tests/http/server.inc") die('skip server.inc not available');
11 require "./ext/standard/tests/http/server.inc";
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result.phpt15 NOTE: no datatype tests here! This is done by
H A Dmysqli_stmt_prepare.phpt13 // Note: No SQL tests here! We can expand one of the *fetch()
14 // tests to a generic SQL test, if we ever need that.
16 // fetch tests, because the fetch tests would have to call prepare/execute etc.
H A Dmysqli_stmt_reset.phpt13 // Note: No SQL tests here! We can expand one of the *fetch()
14 // tests to a generic SQL test, if we ever need that.
16 // fetch tests, because the fetch tests would have to call prepare/execute etc.
H A Dmysqli_store_result_copy.phpt106 globally to copy mode and run all the tests */
H A Dmysqli_stmt_fetch_bit.phpt28 $tests = 0;
36 while ($tests < min($max_value, 20)) {
37 $tests++;
H A Dmysqli_stmt_get_result2.phpt14 NOTE: no datatype tests here! This is done by
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)
H A Dmysqli_stmt_get_result_non_select.phpt15 NOTE: no datatype tests here! This is done by
H A Dmysqli_stmt_get_result_types.phpt234 // Extra BLOB tests are in mysqli_stmt_send_long()
H A Dmysqli_stmt_fetch.phpt12 NOTE: no datatype tests here! This is done by
H A Dmysqli_stmt_free_result.phpt12 NOTE: no datatype tests here! This is done by
H A Dmysqli_stmt_init.phpt12 NOTE: no datatype tests here! This is done by
H A Dmysqli_send_query.phpt17 …/* NOTE: tests is a stub, but function is deprecated, as long as it does not crash when invoking i…

Completed in 48 milliseconds

12345678910>>...39