Home
last modified time | relevance | path

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

12345678910>>...39

/PHP-7.0/ext/imap/tests/
H A Dbug63126.phpt27 $tests = array(
32 foreach ($tests as $name => $testparams) {
/PHP-7.0/ext/pdo_mysql/tests/
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+');
H A Dbug_45120.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
13 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-7.0/tests/classes/
H A Dserialize_001.phpt30 $tests = array('String', NULL, 42, false);
32 foreach($tests as $data)
/PHP-7.0/ext/standard/tests/strings/
H A Dhtmlentities18.phpt5 $tests = array(
18 foreach ($tests as $test) {
/PHP-7.0/Zend/tests/
H A Dnowdoc.inc3 // Common definitions for heredoc/nowdoc tests.
/PHP-7.0/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.0/
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.0/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.0/ext/pdo_pgsql/tests/
H A Dbug70861.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug64953.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
14 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug69752.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-7.0/ext/pdo_sqlite/tests/
H A Dcommon.phpt11 'TESTS' => __DIR__ . '/ext/pdo/tests'
/PHP-7.0/ext/xmlwriter/
H A DTODO2 - Add tests for Namespace functions/methods
/PHP-7.0/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.0/ext/pcre/pcrelib/testdata/
H A Dtestinput161 /-- This set of tests is run only with the 8-bit library when Unicode property
2 support is available. It starts with tests of the POSIX interface, because
H A Dtestinput31 /-- This set of tests checks local-specific features, using the "fr_FR" locale.
5 where the locale is called "french" and the tests are run using
/PHP-7.0/ext/openssl/tests/
H A Dopenssl_encrypt_error.phpt2 openssl_encrypt() error tests
7 $data = "openssl_encrypt() tests";
/PHP-7.0/ext/soap/tests/soap12/
H A DT76_1.phpt13 <test:echoString 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 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:/…
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:/…
/PHP-7.0/ext/pdo_dblib/
H A DREADME13 You must set the following environment variables to run the tests:
22 values. Some tests check version-specific behavior by parsing this string, so
/PHP-7.0/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_3.phpt6 require(dirname(__FILE__).'/../../pdo/tests/pdo_test.inc');
12 require(dirname(__FILE__) . '/../../pdo/tests/pdo_test.inc');
H A Dpdo_oci_attr_nulls_1.phpt6 require(dirname(__FILE__).'/../../pdo/tests/pdo_test.inc');
12 require(dirname(__FILE__) . '/../../pdo/tests/pdo_test.inc');

Completed in 31 milliseconds

12345678910>>...39