Home
last modified time | relevance | path

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

12345678910>>...40

/PHP-7.2/
H A DNEWS471 . Fixed bug #77676 (Unable to run tests when building shared extension on
1767 . Fixed bug #75042 (run-tests.php issues with EXTENSION block). (John Boehr)
/PHP-7.2/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.2/ext/exif/tests/
H A Dbug78793.phpt5 $f = "ext/exif/tests/bug77950.tiff";
/PHP-7.2/win32/
H A Dinstall.txt878 OmniHTTPd, but some tests have shown that it is not so stable to use
/PHP-7.2/win32/build/
H A Dphpize.js.in105 if (n == '.svn' || n == 'tests' || n == '.git') {
266 FSO.CopyFile(PHP_DIR + "\\script\\run-tests.php", "run-tests.php", true);
H A DMakefile177 …R_ARGS) "$(BUILD_DIR)\php.exe" -d open_basedir= -d output_buffering=0 run-tests.php $(TESTS) -p "$…
183 …T_INI_PATH) -d open_basedir= -d output_buffering=0 -d memory_limit=-1 run-tests.php -p "$(BUILD_DI…
229 @copy run-tests.php $(BUILD_DIR_DEV)\script\ /y >nul
/PHP-7.2/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.2/travis/ext/curl/
H A Dsetup.sh3 cd ./ext/curl/tests/responder
/PHP-7.2/tests/lang/operators/
H A Dpostdec_basiclong_64bit.phpt2 Test N-- operator : 64bit long tests
H A Dpostinc_basiclong_64bit.phpt2 Test N++ operator : 64bit long tests
H A Dpredec_basiclong_64bit.phpt2 Test --N operator : 64bit long tests
H A Dpreinc_basiclong_64bit.phpt2 Test ++N operator : 64bit long tests
H A Dsubtract_basiclong_64bit.phpt2 Test - operator : 64bit long tests
H A Dadd_basiclong_64bit.phpt2 Test + operator : 64bit long tests
H A DbitwiseAnd_basiclong_64bit.phpt2 Test & operator : 64bit long tests
H A DbitwiseNot_basiclong_64bit.phpt2 Test ~N operator : 64bit long tests
H A DbitwiseOr_basiclong_64bit.phpt2 Test | operator : 64bit long tests
H A DbitwiseShiftLeft_basiclong_64bit.phpt2 Test << operator : 64bit long tests
H A DbitwiseShiftRight_basiclong_64bit.phpt2 Test >> operator : 64bit long tests
/PHP-7.2/tests/lang/
H A DforeachLoopObjects.002.phpt2 Foreach loop tests - visibility.
H A DforeachLoopObjects.003.phpt2 Foreach loop tests - modifying the object during the loop.
H A DforeachLoopObjects.004.phpt2 Foreach loop tests - Removing the current element from an iterated object.
H A DforeachLoopIteratorAggregate.004.phpt2 Duplicate of zend test tests/classes/iterators_002.phpt without expected output from destructor

Completed in 131 milliseconds

12345678910>>...40