Home
last modified time | relevance | path

Searched refs:tests (Results 251 – 275 of 1000) sorted by relevance

1...<<11121314151617181920>>...40

/PHP-7.2/ext/date/tests/
H A DDateTime_data-absolute.inc4 * Note: test names match method names in a set of PHPUnit tests
/PHP-7.2/ext/standard/tests/general_functions/
H A Derror_clear_last.phpt2 error_clear_last() tests
/PHP-7.2/ext/mbstring/tests/
H A Dmb_ereg_replace-compat-10.phpt10 /* (counterpart: ext/standard/tests/reg/013.phpt) */
H A Dmb_ereg_replace-compat-05.phpt10 /* (counterpart: ext/standard/tests/reg/007.phpt) */
/PHP-7.2/ext/sqlite3/tests/
H A Dsqlite3_01_open-mb.phpt2 SQLite3::open/close tests
/PHP-7.2/ext/standard/tests/file/
H A Dmkdir-004.phpt2 recursive mkdir() tests
H A Dmkdir-005.phpt2 recursive mkdir() tests
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput161 /-- This set of tests is run only with the 8-bit library when Unicode property
2 support is available. It starts with tests of the POSIX interface, because
/PHP-7.2/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.2/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.2/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.2/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.2/ext/standard/tests/dir/
H A Dscandir_variation10-win32-mb.phpt35 // Deterministic tests.
39 // Non-deterministic tests.
/PHP-7.2/ext/session/tests/
H A Dsession_regenerate_id_cookie.phpt8 require __DIR__.'/../../../sapi/cgi/tests/include.inc';
24 require __DIR__.'/../../../sapi/cgi/tests/include.inc';
/PHP-7.2/
H A D.travis.yml67 # Run PHPs run-tests.php
69 …- ./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php $(if [ $ENABLE_DEBUG == 0 ]; then echo "-d op…
/PHP-7.2/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.2/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.2/ext/reflection/tests/
H A D010.phpt2 ReflectionMethod::__toString() tests (overriden method)
/PHP-7.2/ext/posix/tests/
H A Dposix_getcwd.phpt2 posix_getcwd(): Basic tests
/PHP-7.2/ext/standard/tests/strings/
H A Dstrrchr.phpt2 strrchr() tests
/PHP-7.2/ext/fileinfo/tests/
H A Dbug69320.phpt2 Bug #69320 libmagic crash when running laravel tests
/PHP-7.2/tests/lang/
H A Dbug24054.phpt16 $tests = <<<TESTS

Completed in 64 milliseconds

1...<<11121314151617181920>>...40