Home
last modified time | relevance | path

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

12345678910>>...38

/PHP-7.3/
H A DNEWS1722 . Implemented FR #62055 (Make run-tests.php support --CGI-- sections). (cmb)
H A Drun-tests.php2643 function show_redirect_start($tests, $tested, $tested_file) argument
2648 …fwrite($html_file, "<tr><td colspan='3'>---&gt; $tests ($tested [$tested_file]) begin</td></tr>\n"…
2652 echo "REDIRECT $tests ($tested [$tested_file]) begin\n";
2659 function show_redirect_ends($tests, $tested, $tested_file) argument
2664 …fwrite($html_file, "<tr><td colspan='3'>---&gt; $tests ($tested [$tested_file]) done</td></tr>\n");
2668 echo "REDIRECT $tests ($tested [$tested_file]) done\n";
/PHP-7.3/ext/phar/tests/
H A Dbug81211.phpt7 if (false === include __DIR__ . '/../../standard/tests/file/windows_links/common.inc') {
/PHP-7.3/build/
H A Dlibtool.m41277 # FIXME - insert some real tests, host_os isn't really good enough
2739 # Code to be used in simple compile tests
2742 # Code to be used in simple link tests
2850 # Code to be used in simple compile tests
2853 # Code to be used in simple link tests
4499 # `config.status --recheck' to rerun these tests and create the
6109 _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
/PHP-7.3/ext/gmp/tests/
H A Dgmp_export.phpt2 gmp_export() basic tests
/PHP-7.3/ext/openssl/tests/
H A Dcipher_tests.inc118 $tests = array();
128 $tests[] = $test;
131 return $tests;
H A Dopenssl_decrypt_ccm.phpt2 openssl_decrypt() with CCM cipher algorithm tests
16 $tests = openssl_get_cipher_tests($method);
17 foreach ($tests as $idx => $test) {
H A Dopenssl_encrypt_ccm.phpt2 openssl_encrypt() with CCM cipher algorithm tests
16 $tests = openssl_get_cipher_tests($method);
17 foreach ($tests as $idx => $test) {
/PHP-7.3/ext/pdo_odbc/tests/
H A Dbug67465.phpt6 require 'ext/pdo/tests/pdo_test.inc';
11 require 'ext/pdo/tests/pdo_test.inc';
/PHP-7.3/ext/standard/tests/network/
H A Dgetmxrr.phpt14 'mx1.tests.php.net.',
15 'mx2.tests.php.net.',
/PHP-7.3/ext/soap/tests/
H A Dbug47021.phpt10 require __DIR__.'/../../standard/tests/http/server.inc'; http_server_skipif('tcp://127.0.0.1:12342'…
15 require __DIR__.'/../../standard/tests/http/server.inc';
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_store_result_copy.phpt106 globally to copy mode and run all the tests */
/PHP-7.3/win32/build/
H A Dphpize.js.in104 if (n == '.svn' || n == 'tests' || n == '.git') {
265 FSO.CopyFile(PHP_DIR + "\\script\\run-tests.php", "run-tests.php", true);
H A DMakefile190 …R_ARGS) "$(BUILD_DIR)\php.exe" -d open_basedir= -d output_buffering=0 run-tests.php $(TESTS) -p "$…
196 …T_INI_PATH) -d open_basedir= -d output_buffering=0 -d memory_limit=-1 run-tests.php -p "$(BUILD_DI…
242 @copy run-tests.php $(BUILD_DIR_DEV)\script\ /y >nul
/PHP-7.3/ext/exif/tests/
H A Dbug78793.phpt5 $f = "ext/exif/tests/bug77950.tiff";
/PHP-7.3/tests/strings/
H A D001.phpt71 $tests = $ok = 0;
73 $tests++; if (substr($string, 2, 10) == "ring12345") { $ok++; }
74 $tests++; if (substr($string, 4, 7) == "ng12345") { $ok++; }
75 $tests++; if (substr($string, 4) == "ng12345") { $ok++; }
76 $tests++; if (substr($string, 10, 2) == "5") { $ok++; }
77 $tests++; if (substr($string, 6, 0) == "") { $ok++; }
78 $tests++; if (substr($string, -2, 2) == "45") { $ok++; }
79 $tests++; if (substr($string, 1, -1) == "tring1234") { $ok++; }
80 $tests++; if (substr($string, -1, -2) == "") { $ok++; }
81 $tests++; if (substr($string, -3, -2) == "3") { $ok++; }
[all …]
/PHP-7.3/travis/ext/curl/
H A Dsetup.sh3 cd ./ext/curl/tests/responder
/PHP-7.3/tests/lang/operators/
H A DbitwiseShiftRight_basiclong_64bit.phpt2 Test >> operator : 64bit long tests
H A DbitwiseXor_basiclong_64bit.phpt2 Test ^ operator : 64bit long tests
H A Ddivide_basiclong_64bit.phpt2 Test / operator : 64bit long tests
H A Dmodulus_basiclong_64bit.phpt2 Test % operator : 64bit long tests
H A Dmultiply_basiclong_64bit.phpt2 Test * operator : 64bit long tests
H A Dnegate_basiclong_64bit.phpt2 Test -N operator : 64bit long tests
H A Dpostdec_basiclong_64bit.phpt2 Test N-- operator : 64bit long tests
H A Dpostinc_basiclong_64bit.phpt2 Test N++ operator : 64bit long tests

Completed in 105 milliseconds

12345678910>>...38