Home
last modified time | relevance | path

Searched refs:tests (Results 226 – 250 of 981) sorted by relevance

12345678910>>...40

/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_bit.phpt28 $tests = 0;
36 while ($tests < min($max_value, 20)) {
37 $tests++;
/PHP-7.1/ext/date/tests/
H A Dexamine_diff.inc4 * Helper for the DateTime diff/days/math tests
19 * Provides a consistent interface for executing date diff/add/sub tests
25 * @param string $expect_spec the expected result of the tests, in the
H A DDateTime_data-absolute.inc4 * Note: test names match method names in a set of PHPUnit tests
/PHP-7.1/ext/pdo_oci/tests/
H A Dpdo_oci_templob_1.phpt6 require(dirname(__FILE__).'/../../pdo/tests/pdo_test.inc');
12 require('ext/pdo/tests/pdo_test.inc');
13 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
/PHP-7.1/ext/mbstring/tests/
H A Dmb_ereg_replace-compat-03.phpt10 /* (counterpart: ext/standard/tests/reg/003.phpt) */
H A Dmb_ereg_replace-compat-02.phpt10 /* (counterpart: ext/standard/tests/reg/002.phpt) */
H A Dmb_ereg_replace-compat-06.phpt10 /* (counterpart: ext/standard/tests/reg/008.phpt) */
H A Dmb_ereg_replace-compat-07.phpt10 /* (counterpart: ext/standard/tests/reg/010.phpt) */
H A Dmb_ereg_replace-compat-01.phpt10 /* (counterpart: ext/standard/tests/reg/001.phpt) */
H A Dmb_ereg_replace-compat-08.phpt10 /* (counterpart: ext/standard/tests/reg/011.phpt) */
H A Dmb_ereg_replace-compat-09.phpt10 /* (counterpart: ext/standard/tests/reg/012.phpt) */
H A Dmb_ereg_replace-compat-11.phpt10 /* (counterpart: ext/standard/tests/reg/014.phpt) */
H A Dmb_ereg_replace-compat-10.phpt10 /* (counterpart: ext/standard/tests/reg/013.phpt) */
/PHP-7.1/ext/standard/tests/general_functions/
H A Dsys_getloadavg.phpt2 sys_getloadavg() tests
H A Derror_clear_last.phpt2 error_clear_last() tests
/PHP-7.1/Zend/tests/
H A Dexception_handler_006.phpt2 exception handler tests - 6
/PHP-7.1/ext/openssl/tests/
H A Dopenssl_random_pseudo_bytes_basic.phpt2 openssl_random_pseudo_bytes() tests
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestinput132 attempt to use it has the expected behaviour. It also tests things that
/PHP-7.1/tests/func/
H A D006.phpt2 Output buffering tests
/PHP-7.1/ext/pdo_dblib/tests/
H A Dcommon.phpt16 'TESTS' => __DIR__ . '/ext/pdo/tests',
/PHP-7.1/ext/standard/tests/file/
H A Dmkdir-004.phpt2 recursive mkdir() tests
H A Dmkdir-005.phpt2 recursive mkdir() tests
/PHP-7.1/ext/standard/
H A Dcrypt_sha512.c669 } tests[] = variable
722 #define ntests (sizeof (tests) / sizeof (tests[0]))
774 sha512_process_bytes (tests[cnt].input, strlen (tests[cnt].input), &ctx); in main()
776 if (memcmp (tests[cnt].result, sum, 64) != 0) { in main()
782 for (i = 0; tests[cnt].input[i] != '\0'; ++i) { in main()
783 sha512_process_bytes (&tests[cnt].input[i], 1, &ctx); in main()
786 if (memcmp (tests[cnt].result, sum, 64) != 0) { in main()
/PHP-7.1/ext/session/tests/
H A Drfc1867_sid_only_cookie_2.phpt21 PHPSESSID=rfc1867-tests-get
27 rfc1867-tests-post
H A Dsession_regenerate_id_cookie.phpt8 require __DIR__.'/../../../sapi/cgi/tests/include.inc';
24 require __DIR__.'/../../../sapi/cgi/tests/include.inc';

Completed in 25 milliseconds

12345678910>>...40