Home
last modified time | relevance | path

Searched refs:tests (Results 126 – 150 of 849) sorted by relevance

12345678910>>...34

/PHP-5.4/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+');
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-5.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_client.phpt6 require(dirname(__FILE__).'/../../pdo/tests/pdo_test.inc');
12 require(dirname(__FILE__) . '/../../pdo/tests/pdo_test.inc');
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_prefetch_2.phpt6 require(dirname(__FILE__).'/../../pdo/tests/pdo_test.inc');
12 require(dirname(__FILE__) . '/../../pdo/tests/pdo_test.inc');
H A Dpdo_oci_fread_1.phpt6 require(dirname(__FILE__).'/../../pdo/tests/pdo_test.inc');
13 require(dirname(__FILE__) . '/../../pdo/tests/pdo_test.inc');
/PHP-5.4/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-5.4/ext/standard/tests/math/
H A Dpow.phpt2 Various pow() tests
11 $tests = <<<TESTS
144 include(dirname(__FILE__) . '/../../../../tests/quicktester.inc');
/PHP-5.4/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-5.4/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
22 echo "Preparing test table for CopyTo tests\n";
74 Preparing test table for CopyTo tests
/PHP-5.4/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-5.4/tests/classes/
H A Dserialize_001.phpt30 $tests = array('String', NULL, 42, false);
32 foreach($tests as $data)
/PHP-5.4/ext/imap/tests/
H A Dbug63126.phpt27 $tests = array(
32 foreach ($tests as $name => $testparams) {
/PHP-5.4/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)
H A Dmysqli_stmt_reset.phpt13 // Note: No SQL tests here! We can expand one of the *fetch()
14 // tests to a generic SQL test, if we ever need that.
16 // fetch tests, because the fetch tests would have to call prepare/execute etc.
/PHP-5.4/ext/
H A Dext_skel128 dnl Write more examples of tests here...
245 mkdir tests || givup "Cannot create tests directory"
246 chmod 755 tests
247 sed -f sedscript <$skel_dir/tests/001.phpt > tests/001.phpt
/PHP-5.4/Zend/tests/
H A Dnowdoc.inc3 // Common definitions for heredoc/nowdoc tests.
/PHP-5.4/ext/standard/
H A Dcrypt_sha256.c631 } tests[] = variable
665 #define ntests (sizeof (tests) / sizeof (tests[0]))
713 sha256_process_bytes(tests[cnt].input, strlen(tests[cnt].input), &ctx); in main()
715 if (memcmp(tests[cnt].result, sum, 32) != 0) { in main()
721 for (i = 0; tests[cnt].input[i] != '\0'; ++i) { in main()
722 sha256_process_bytes(&tests[cnt].input[i], 1, &ctx); in main()
725 if (memcmp(tests[cnt].result, sum, 32) != 0) { in main()
/PHP-5.4/ext/session/tests/
H A Drfc1867_sid_get.phpt20 PHPSESSID=rfc1867-tests
26 rfc1867-tests-post
50 string(%d) "rfc1867-tests"
/PHP-5.4/scripts/dev/generate-phpt/src/
H A Dgenerate-phpt.php106 $tests = $testCaseContainer->getVariationTests(); variable
109 foreach($tests as $test) {
/PHP-5.4/ext/pcre/pcrelib/testdata/
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-5.4/ext/spl/tests/
H A DCallbackFilterIteratorTest.phpt28 $tests = array(
36 foreach($tests as $name => $test) {

Completed in 49 milliseconds

12345678910>>...34