Home
last modified time | relevance | path

Searched refs:tests (Results 101 – 125 of 1000) sorted by relevance

12345678910>>...40

/PHP-7.2/ext/pdo_pgsql/tests/
H A Dbug73959.phpt6 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug70313.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/streams/
H A Dopendir-003.phpt13 require __DIR__ . "/../../../ftp/tests/server.inc";
17 $context = stream_context_create(array('ssl' => array('cafile' => __DIR__ . '/../../../ftp/tests/c…
/PHP-7.2/ext/dom/tests/
H A DDOMDocument_validate_external_dtd.phpt12 // reusing existing xml: http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom.xml?view=co&conten…
13 // reusing existing dtd: http://cvs.php.net/viewvc.cgi/php-src/ext/dom/tests/dom.ent?view=co&conten…
/PHP-7.2/ext/soap/tests/soap12/
H A DT03.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests">foo</test:echoOk>
21 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Header><ns1:…
H A DT43.phpt13 <test:echoStructAsSimpleTypes xmlns:test="http://example.org/ts-tests"
16 xmlns:ns1="http://example.org/ts-tests/xsd">
29 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:xsd="http:/…
H A DT42.phpt15 <test:echoStructArray xmlns:test="http://example.org/ts-tests"
19 xmlns:ns1="http://example.org/ts-tests/xsd"
40 …03/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:ns2="http://example.org/ts-test…
H A DT46.phpt13 <test:echoNestedArray xmlns:test="http://exaple.org/ts-tests"
16 xmlns:ns1="http://example.org/ts-tests/xsd">
35tests" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-in…
H A DT01.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
22 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Header><ns1:…
H A DT04.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
22 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Header><ns1:…
H A DT31.phpt11 <test:returnVoid xmlns:test="http://example.org/ts-tests">
20 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests" xmlns:xsd="http:/…
H A DT66.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
22 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Header><ns1:…
H A DT67.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
22 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Header><ns1:…
H A DT68.phpt13 <test:echoOk xmlns:test="http://example.org/ts-tests"
31 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Header><ns1:…
H A DT78.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
22 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Header><ns1:…
H A DT44.phpt13 <test:echoSimpleTypesAsStruct xmlns:test="http://example.org/ts-tests"
26 …/ts-tests" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchem…
H A DT47.phpt15 <test:echoFloatArray xmlns:test="http://example.org/ts-tests"
30tests" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:enc="http://www.w3.org/2003/05/soap-enco…
H A DT48.phpt13 <test:echoStringArray xmlns:test="http://example.org/ts-tests"
28tests" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:enc="http://www.w3.org/2003/05/soap-enco…
H A DT49.phpt13 <test:echoStringArray xmlns:test="http://example.org/ts-tests"
28tests" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:enc="http://www.w3.org/2003/05/soap-enco…
/PHP-7.2/ext/openssl/tests/
H A Dopenssl_encrypt_gcm.phpt2 openssl_encrypt() with GCM cipher algorithm tests
14 $tests = openssl_get_cipher_tests($method);
16 foreach ($tests as $idx => $test) {
/PHP-7.2/ext/standard/tests/math/
H A Dmt_rand_basic.phpt7 echo "\nmt_rand() tests with default min and max value (i.e 0 thru ", $default_max, ")\n";
23 echo "\nmt_rand() tests with defined min and max value\n";
83 mt_rand() tests with default min and max value (i.e 0 thru 2147483647)
86 mt_rand() tests with defined min and max value
H A Drand_basic.phpt7 echo "\nrand() tests with default min and max value (i.e 0 thru ", $default_max, ")\n";
23 echo "\nrand() tests with defined min and max value\n";
83 rand() tests with default min and max value (i.e 0 thru %i)
86 rand() tests with defined min and max value
/PHP-7.2/ext/standard/tests/strings/
H A Dhtmlentities19.phpt5 $tests = array(
11 foreach ($tests as $test) {
/PHP-7.2/tests/basic/
H A Dbug67198.phpt7 include __DIR__."/../../sapi/cli/tests/skipif.inc";
11 require __DIR__."/../../sapi/cli/tests/php_cli_server.inc";
/PHP-7.2/ext/pdo_oci/tests/
H A Dbug46274_2.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');

Completed in 31 milliseconds

12345678910>>...40