Home
last modified time | relevance | path

Searched refs:tests (Results 76 – 100 of 1000) sorted by relevance

12345678910>>...40

/PHP-7.2/ext/openssl/tests/
H A Dopenssl_decrypt_gcm.phpt2 openssl_decrypt() with GCM cipher algorithm tests
14 $tests = openssl_get_cipher_tests($method);
16 foreach ($tests as $idx => $test) {
H A Dopenssl_decrypt_ccm.phpt2 openssl_decrypt() with CCM cipher algorithm tests
16 $tests = openssl_get_cipher_tests($method);
17 foreach ($tests as $idx => $test) {
H A Dcipher_tests.inc118 $tests = array();
128 $tests[] = $test;
131 return $tests;
H A Dopenssl_encrypt_ccm.phpt2 openssl_encrypt() with CCM cipher algorithm tests
16 $tests = openssl_get_cipher_tests($method);
17 foreach ($tests as $idx => $test) {
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_bit.phpt46 $tests = 0;
51 $tests = 0;
53 while ($tests < 10) {
55 $tests++;
56 if (1 == $tests)
58 else if (2 == $tests)
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dbug61267.phpt6 require_once dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require_once dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug71573.phpt6 require_once dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require_once dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug72570.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug36727.phpt6 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-7.2/ext/date/tests/
H A Dbug34771.phpt7 $tests = array(
14 foreach ($tests as $test) {
/PHP-7.2/ext/pdo_mysql/tests/
H A Dbug_50323.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
54 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug_39483.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug_51670.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug_37445.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 Dbug46274.phpt7 require dirname(__FILE__).'/../../pdo/tests/pdo_test.inc';
12 require 'ext/pdo/tests/pdo_test.inc';
13 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
H A Dpecl_bug_11345.phpt6 require(dirname(__FILE__).'/../../pdo/tests/pdo_test.inc');
12 // This tests only part of PECL bug 11345. The other part - testing
/PHP-7.2/ext/standard/tests/streams/
H A Dbug64433.phpt5 if(!file_exists(dirname(__FILE__)."/../../../../sapi/cli/tests/php_cli_server.inc"))
7 $res = @include dirname(__FILE__)."/../../../../sapi/cli/tests/php_cli_server.inc";
18 include dirname(__FILE__)."/../../../../sapi/cli/tests/php_cli_server.inc";
H A Dopendir-004.phpt13 require __DIR__ . "/../../../ftp/tests/server.inc";
17 $context = stream_context_create(array('ssl' => array('cafile' => __DIR__ . '/../../../ftp/tests/c…
/PHP-7.2/ext/standard/tests/strings/
H A Dexplode_variation6.phpt2 Test explode() function : usage variations - misc tests
11 echo "*** Testing explode() function: misc tests ***\n";
44 *** Testing explode() function: misc tests ***
H A Dwordwrap.phpt6 $tests = <<<TESTS
34 include(dirname(__FILE__) . '/../../../../tests/quicktester.inc');
/PHP-7.2/ext/soap/tests/soap12/
H A DT05.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
12 env:role="http://example.org/ts-tests/B">foo</test:echoOk>
H A DT15.phpt11 <test:Unknown xmlns:test="http://example.org/ts-tests"
12 env:role="http://example.org/ts-tests/B"
H A DT29.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
12 …env:role="http://example.org/ts-tests/Czzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz…
H A DT45.phpt13 <test:echoNestedStruct xmlns:test="http://example.org/ts-tests"
16 xmlns:ns1="http://example.org/ts-tests/xsd">
34 …/ts-tests" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchem…
H A DT30.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests">foo</test:echoOk>
19 …tp://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://example.org/ts-tests"><SOAP-ENV:Body><n…

Completed in 36 milliseconds

12345678910>>...40