Home
last modified time | relevance | path

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

12345678910>>...40

/PHP-7.2/ext/soap/tests/soap12/
H A DT77_1.phpt13 <test:isNil xmlns:test="http://example.org/ts-tests"
24 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:xsd="http:/…
H A DT77_2.phpt13 <test:isNil xmlns:test="http://example.org/ts-tests"
23 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:xsd="http:/…
H A DT77_3.phpt13 <test:isNil xmlns:test="http://example.org/ts-tests"
26 …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:/…
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:/…
/PHP-7.2/ext/xmlwriter/
H A DTODO2 - Add tests for Namespace functions/methods
/PHP-7.2/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-7.2/
H A DCONTRIBUTING.md11 PHP welcomes pull requests to [add tests](#writing-tests), fix bugs and to
12 implement RFCs. Please be sure to include tests as appropriate!
49 ## Writing tests
51 We love getting new tests! PHP is a huge project and improving code coverage is
/PHP-7.2/ext/json/tests/
H A Djson_encode_unescaped_slashes.phpt2 json_decode() tests
/PHP-7.2/ext/exif/tests/
H A Dbug78793.phpt5 $f = "ext/exif/tests/bug77950.tiff";
/PHP-7.2/ext/standard/
H A Dcrypt_sha256.c624 } tests[] = variable
658 #define ntests (sizeof (tests) / sizeof (tests[0]))
706 sha256_process_bytes(tests[cnt].input, strlen(tests[cnt].input), &ctx); in main()
708 if (memcmp(tests[cnt].result, sum, 32) != 0) { in main()
714 for (i = 0; tests[cnt].input[i] != '\0'; ++i) { in main()
715 sha256_process_bytes(&tests[cnt].input[i], 1, &ctx); in main()
718 if (memcmp(tests[cnt].result, sum, 32) != 0) { in main()
/PHP-7.2/Zend/tests/
H A Dexception_handler_001.phpt2 exception handler tests - 1
/PHP-7.2/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-7.2/ext/standard/tests/file/
H A Dget_current_user.phpt2 get_current_user() tests
/PHP-7.2/ext/sqlite3/tests/
H A Dsqlite3_01_open.phpt2 SQLite3::open/close tests
/PHP-7.2/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-7.2/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';
/PHP-7.2/ext/standard/tests/dir/
H A Dscandir_variation10.phpt29 // Deterministic tests.
33 // Non-deterministic tests.
/PHP-7.2/ext/session/tests/
H A Drfc1867_sid_only_cookie_2.phpt21 PHPSESSID=rfc1867-tests-get
27 rfc1867-tests-post
/PHP-7.2/ext/spl/tests/
H A DRecursiveCallbackFilterIteratorTest.phpt31 $tests = array(
39 foreach($tests as $name => $test) {
/PHP-7.2/ext/pcntl/tests/
H A D001.phpt67 print "Staring wait.h tests....";
73 Staring wait.h tests....

Completed in 25 milliseconds

12345678910>>...40