Home
last modified time | relevance | path

Searched refs:tests (Results 201 – 225 of 888) sorted by relevance

12345678910>>...36

/PHP-5.5/Zend/tests/
H A Dexception_handler_006.phpt2 exception handler tests - 6
H A Dbug60825.phpt2 Bug #60825 (Segfault when running symfony 2 tests)
H A Dclass_constants_001.phpt2 class constants basic tests
/PHP-5.5/ext/standard/
H A Dcrypt_sha512.c675 } tests[] = variable
728 #define ntests (sizeof (tests) / sizeof (tests[0]))
780 sha512_process_bytes (tests[cnt].input, strlen (tests[cnt].input), &ctx); in main()
782 if (memcmp (tests[cnt].result, sum, 64) != 0) { in main()
788 for (i = 0; tests[cnt].input[i] != '\0'; ++i) { in main()
789 sha512_process_bytes (&tests[cnt].input[i], 1, &ctx); in main()
792 if (memcmp (tests[cnt].result, sum, 64) != 0) { in main()
/PHP-5.5/ext/mbstring/tests/
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-11.phpt10 /* (counterpart: ext/standard/tests/reg/014.phpt) */
H A Dmb_ereg_replace-compat-09.phpt10 /* (counterpart: ext/standard/tests/reg/012.phpt) */
H A Dmb_ereg_replace-compat-10.phpt10 /* (counterpart: ext/standard/tests/reg/013.phpt) */
/PHP-5.5/ext/openssl/tests/
H A Dopenssl_random_pseudo_bytes.phpt2 openssl_random_pseudo_bytes() tests
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput132 attempt to use it has the expected behaviour. It also tests things that
/PHP-5.5/ext/date/tests/
H A DDateTime_data-absolute.inc4 * Note: test names match method names in a set of PHPUnit tests
/PHP-5.5/tests/func/
H A D006.phpt2 Output buffering tests
/PHP-5.5/ext/session/tests/
H A Drfc1867_sid_only_cookie_2.phpt20 PHPSESSID=rfc1867-tests-get
26 rfc1867-tests-post
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug43925.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug46274.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug62593.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpecl_bug_5780.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-5.5/ext/pdo_oci/tests/
H A Dpecl_bug_6364.phpt6 require(dirname(__FILE__).'/../../pdo/tests/pdo_test.inc');
12 require dirname(__FILE__) . '/../../pdo/tests/pdo_test.inc';
/PHP-5.5/ext/sysvmsg/tests/
H A D006.phpt10 $tests = array('foo', 123, PHP_INT_MAX +1, true, 1.01, null, array('bar'));
12 foreach ($tests as $elem) {
/PHP-5.5/ext/standard/tests/file/
H A Dmkdir-004.phpt2 recursive mkdir() tests
H A Dmkdir-005.phpt2 recursive mkdir() tests
/PHP-5.5/ext/posix/tests/
H A Dposix_getcwd.phpt2 posix_getcwd(): Basic tests

Completed in 29 milliseconds

12345678910>>...36