Home
last modified time | relevance | path

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

12345678910>>...39

/PHP-7.0/ext/soap/tests/soap12/
H A DT53.phpt13 <test:echoDate 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 DT54.phpt13 <test:echoDecimal 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 DT55.phpt13 <test:echoFloat 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_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:/…
/PHP-7.0/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_2.phpt6 require(dirname(__FILE__).'/../../pdo/tests/pdo_test.inc');
12 require(dirname(__FILE__) . '/../../pdo/tests/pdo_test.inc');
H A Dpdo_oci_fread_1.phpt6 require(dirname(__FILE__).'/../../pdo/tests/pdo_test.inc');
13 require(dirname(__FILE__) . '/../../pdo/tests/pdo_test.inc');
/PHP-7.0/ext/spl/tests/
H A DCallbackFilterIteratorTest.phpt28 $tests = array(
36 foreach($tests as $name => $test) {
H A DRecursiveCallbackFilterIteratorTest.phpt31 $tests = array(
39 foreach($tests as $name => $test) {
/PHP-7.0/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php106 $tests = $testCaseContainer->getVariationTests(); variable
109 foreach($tests as $test) {
/PHP-7.0/
H A D.travis.yml59 # Run PHPs run-tests.php
61 …- ./sapi/cli/php run-tests.php -p `pwd`/sapi/cli/php $(if [ $ENABLE_DEBUG == 1 ]; then echo "-d op…
/PHP-7.0/ext/json/tests/
H A Djson_encode_unescaped_slashes.phpt2 json_decode() tests
/PHP-7.0/ext/session/tests/
H A Drfc1867_sid_get.phpt22 PHPSESSID=rfc1867-tests
28 rfc1867-tests-post
52 string(%d) "rfc1867-tests"
/PHP-7.0/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.0/Zend/tests/
H A Dexception_handler_001.phpt2 exception handler tests - 1
/PHP-7.0/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.0/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.0/ext/standard/tests/file/
H A Dget_current_user.phpt2 get_current_user() tests
/PHP-7.0/ext/sqlite3/tests/
H A Dsqlite3_01_open.phpt2 SQLite3::open/close tests
/PHP-7.0/ext/standard/tests/dir/
H A Dscandir_variation10.phpt29 // Deterministic tests.
33 // Non-deterministic tests.
/PHP-7.0/ext/pcntl/tests/
H A D001.phpt67 print "Staring wait.h tests....";
73 Staring wait.h tests....
/PHP-7.0/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';

Completed in 30 milliseconds

12345678910>>...39