Home
last modified time | relevance | path

Searched refs:tests (Results 151 – 175 of 981) sorted by relevance

12345678910>>...40

/PHP-7.1/ext/pdo_mysql/tests/
H A Dpecl_bug_5200.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug_61755.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dskipif.inc6 die('skip Most tests assume PHP 5.1+');
/PHP-7.1/ext/pdo_pgsql/tests/
H A Dbug69344.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
13 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Ddisable_prepares.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug70861.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-7.1/ext/openssl/tests/
H A Dopenssl_encrypt_error.phpt2 openssl_encrypt() error tests
7 $data = "openssl_encrypt() tests";
15 // wrong paramters tests
H A Dopenssl_seal_basic.phpt2 openssl_seal() tests
7 // simple tests
18 // tests with cert
/PHP-7.1/sapi/phpdbg/
H A DMakefile.frag39 @$(top_builddir)/sapi/cli/php sapi/phpdbg/tests/run-tests.php --phpdbg sapi/phpdbg/phpdbg
/PHP-7.1/ext/standard/tests/math/
H A Dpow.phpt2 Various pow() tests
11 $tests = <<<TESTS
144 include(dirname(__FILE__) . '/../../../../tests/quicktester.inc');
/PHP-7.1/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt6 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
7 require(dirname(__FILE__).'/../../pdo/tests/pdo_test.inc');
13 require(dirname(__FILE__) . '/../../pdo/tests/pdo_test.inc');
/PHP-7.1/ext/imap/tests/
H A Dbug63126.phpt27 $tests = array(
32 foreach ($tests as $name => $testparams) {
/PHP-7.1/ext/standard/tests/strings/
H A Dhtmlentities18.phpt5 $tests = array(
18 foreach ($tests as $test) {
H A Dtrim.phpt6 $tests = <<<TESTS
24 include(dirname(__FILE__) . '/../../../../tests/quicktester.inc');
/PHP-7.1/tests/classes/
H A Dserialize_001.phpt30 $tests = array('String', NULL, 42, false);
32 foreach($tests as $data)
/PHP-7.1/Zend/tests/
H A Dlist_keyed_evaluation_order.inc3 // Observer objects for the Zend/tests/list_keyed_evaluation_order.* tests
H A Dnowdoc.inc3 // Common definitions for heredoc/nowdoc tests.
/PHP-7.1/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_bit.phpt68 $tests = 0;
70 while ($tests < 10) {
72 $tests++;
73 if (1 == $tests)
75 else if (2 == $tests)
/PHP-7.1/
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!
44 ## Writing tests
46 We love getting new tests! PHP is a huge project and improving code coverage is
/PHP-7.1/ext/oci8/tests/
H A Ddetails.inc7 * Resident Connection Pooling (DRCP) tests. For these tests to run
18 $user = getenv('PHP_OCI8_TEST_USER'); // Database username for tests
/PHP-7.1/ext/standard/tests/general_functions/
H A Dgetenv.phpt2 getenv() basic tests
/PHP-7.1/ext/pdo_sqlite/tests/
H A Dcommon.phpt11 'TESTS' => __DIR__ . '/ext/pdo/tests'
/PHP-7.1/sapi/cli/tests/
H A Dbug61546.phpt11 // the ext/standard/tests/file/statpage.phpt test also tests getmyinode() returns an integer and wi…
/PHP-7.1/ext/soap/tests/soap12/
H A DT51.phpt13 <test:echoBase64 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 DT52.phpt13 <test:echoBoolean 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:/…

Completed in 30 milliseconds

12345678910>>...40