Home
last modified time | relevance | path

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

12345678910>>...39

/PHP-7.0/ext/date/tests/
H A DDateTime_data-absolute.inc4 * Note: test names match method names in a set of PHPUnit tests
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestinput132 attempt to use it has the expected behaviour. It also tests things that
/PHP-7.0/ext/openssl/tests/
H A Dopenssl_random_pseudo_bytes_basic.phpt2 openssl_random_pseudo_bytes() tests
/PHP-7.0/ext/pdo_dblib/tests/
H A Dcommon.phpt16 'TESTS' => __DIR__ . '/ext/pdo/tests',
/PHP-7.0/ext/mbstring/tests/
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.0/tests/func/
H A D006.phpt2 Output buffering tests
/PHP-7.0/ext/standard/tests/general_functions/
H A Derror_clear_last.phpt2 error_clear_last() tests
/PHP-7.0/ext/standard/tests/file/
H A Dmkdir-004.phpt2 recursive mkdir() tests
H A Dmkdir-005.phpt2 recursive mkdir() tests
/PHP-7.0/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-7.0/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 Dbug48764.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
22 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-7.0/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';
/PHP-7.0/ext/pdo/tests/
H A Dbug_65946.phpt13 …env('REDIR_TEST_DIR') === false) putenv('REDIR_TEST_DIR='.dirname(__FILE__) . '/../../pdo/tests/');
22 // this is a bug, to be addressed separately from adding these tests to pdo_dblib
/PHP-7.0/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-7.0/ext/pdo_odbc/tests/
H A Dmax_columns.phpt9 require 'ext/pdo/tests/pdo_test.inc';
10 $db = PDOTest::test_factory('ext/pdo_odbc/tests/common.phpt');
/PHP-7.0/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-7.0/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.0/ext/reflection/tests/
H A D010.phpt2 ReflectionMethod::__toString() tests (overriden method)

Completed in 97 milliseconds

12345678910>>...39