Home
last modified time | relevance | path

Searched refs:tests (Results 176 – 200 of 936) sorted by relevance

12345678910>>...38

/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput31 /-- This set of tests checks local-specific features, using the "fr_FR" locale.
5 where the locale is called "french" and the tests are run using
/PHP-5.6/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php106 $tests = $testCaseContainer->getVariationTests(); variable
109 foreach($tests as $test) {
/PHP-5.6/ext/session/tests/
H A Drfc1867_sid_get.phpt21 PHPSESSID=rfc1867-tests
27 rfc1867-tests-post
51 string(%d) "rfc1867-tests"
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_stmt_reset.phpt13 // Note: No SQL tests here! We can expand one of the *fetch()
14 // tests to a generic SQL test, if we ever need that.
16 // fetch tests, because the fetch tests would have to call prepare/execute etc.
/PHP-5.6/ext/standard/
H A Dcrypt_sha256.c625 } tests[] = variable
659 #define ntests (sizeof (tests) / sizeof (tests[0]))
707 sha256_process_bytes(tests[cnt].input, strlen(tests[cnt].input), &ctx); in main()
709 if (memcmp(tests[cnt].result, sum, 32) != 0) { in main()
715 for (i = 0; tests[cnt].input[i] != '\0'; ++i) { in main()
716 sha256_process_bytes(&tests[cnt].input[i], 1, &ctx); in main()
719 if (memcmp(tests[cnt].result, sum, 32) != 0) { in main()
/PHP-5.6/ext/xmlwriter/
H A DTODO2 - Add tests for Namespace functions/methods
/PHP-5.6/ext/json/tests/
H A Djson_encode_unescaped_slashes.phpt2 json_decode() tests
/PHP-5.6/Zend/tests/
H A Dexception_handler_001.phpt2 exception handler tests - 1
/PHP-5.6/ext/posix/tests/
H A Dposix_isatty.phpt2 posix_isatty(): Basic tests
H A Dposix_getrlimit.phpt2 posix_getrlimit(): Basic tests
H A Dposix_mknod.phpt2 posix_mknod(): Basic tests
/PHP-5.6/ext/standard/tests/file/
H A Dget_current_user.phpt2 get_current_user() tests
/PHP-5.6/ext/standard/tests/dir/
H A Dscandir_variation10.phpt29 // Deterministic tests.
33 // Non-deterministic tests.
/PHP-5.6/ext/pcntl/tests/
H A D001.phpt67 print "Staring wait.h tests....";
73 Staring wait.h tests....
/PHP-5.6/ext/soap/tests/soap12/
H A DT73.phpt13 <test:echoString xmlns:test="http://example.org/ts-tests"
25 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:xsd="http:/…
H A DT56.phpt14 <test:DataHolder xmlns:test="http://example.org/ts-tests"
22 <test:echoString xmlns:test="http://example.org/ts-tests"
H A DT60.phpt13 <test:countItems xmlns:test="http://example.org/ts-tests"
28 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:xsd="http:/…
/PHP-5.6/ext/standard/tests/strings/
H A Dcrypt_sha256.phpt12 $tests = array(
55 foreach ($tests as $iter => $t) {
H A Dcrypt_sha512.phpt12 $tests = array(
55 foreach ($tests as $iter => $t) {
/PHP-5.6/ext/pdo_mysql/tests/
H A Dbug_33689.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
13 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dpecl_bug_5802.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-5.6/ext/pdo_pgsql/tests/
H A Dbug66584.phpt8 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
13 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dcopy_to.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
21 echo "Preparing test table for CopyTo tests\n";
81 Preparing test table for CopyTo tests
/PHP-5.6/ext/spl/tests/
H A DRecursiveCallbackFilterIteratorTest.phpt31 $tests = array(
39 foreach($tests as $name => $test) {
/PHP-5.6/ext/sqlite3/tests/
H A Dsqlite3_01_open.phpt2 SQLite3::open/close tests

Completed in 42 milliseconds

12345678910>>...38