Home
last modified time | relevance | path

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

12345678910>>...40

/PHP-7.2/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 Ddebug_emulated_prepares.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/assert/
H A Dassert04.phpt2 misc assert() tests tests
/PHP-7.2/ext/spl/tests/
H A Dfileobject_getfileinfo_basic.phpt34 string(%d) "tests"
42 string(%d) "tests"
/PHP-7.2/ext/soap/tests/soap12/
H A DT75.phpt11 <test:echoResolvedRef xmlns:test="http://example.org/ts-tests"
27 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Header><ns1:…
/PHP-7.2/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.2/ext/soap/tests/
H A Dcustom_content_type.phpt7 if (!file_exists(__DIR__ . "/../../../sapi/cli/tests/php_cli_server.inc")) {
8 echo "skip sapi/cli/tests/php_cli_server.inc required but not found";
14 include __DIR__ . "/../../../sapi/cli/tests/php_cli_server.inc";
/PHP-7.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_param_str_natl.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
13 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';
/PHP-7.2/ext/pdo_oci/tests/
H A Dpdo_oci_attr_module.phpt6 require(dirname(__FILE__).'/../../pdo/tests/pdo_test.inc');
12 require(dirname(__FILE__) . '/../../pdo/tests/pdo_test.inc');
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');
H A Dpdo_oci_class_constants.phpt6 require(dirname(__FILE__).'/../../pdo/tests/pdo_test.inc');
12 require(dirname(__FILE__) . '/../../pdo/tests/pdo_test.inc');
H A Dpdo_oci_attr_action.phpt6 require(dirname(__FILE__).'/../../pdo/tests/pdo_test.inc');
12 require(dirname(__FILE__) . '/../../pdo/tests/pdo_test.inc');
/PHP-7.2/sapi/phpdbg/
H A DMakefile.frag39 @$(top_builddir)/sapi/cli/php sapi/phpdbg/tests/run-tests.php --phpdbg sapi/phpdbg/phpdbg
/PHP-7.2/ext/standard/tests/math/
H A Dpow.phpt2 Various pow() tests
11 $tests = <<<TESTS
144 include(dirname(__FILE__) . '/../../../../tests/quicktester.inc');
/PHP-7.2/ext/imap/tests/
H A Dbug63126.phpt27 $tests = array(
32 foreach ($tests as $name => $testparams) {
/PHP-7.2/ext/standard/tests/strings/
H A Dtrim.phpt6 $tests = <<<TESTS
24 include(dirname(__FILE__) . '/../../../../tests/quicktester.inc');
H A Dhtmlentities18.phpt5 $tests = array(
18 foreach ($tests as $test) {
/PHP-7.2/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.2/tests/classes/
H A Dserialize_001.phpt30 $tests = array('String', NULL, 42, false);
32 foreach($tests as $data)
/PHP-7.2/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.2/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

Completed in 27 milliseconds

12345678910>>...40