Home
last modified time | relevance | path

Searched refs:tests (Results 51 – 75 of 960) sorted by relevance

12345678910>>...39

/PHP-7.0/ext/soap/tests/soap12/
H A DT74.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
13 <test:Unknown 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:…
H A DT41.phpt13 <test:echoStruct xmlns:test="http://example.org/ts-tests"
16 xmlns:ns1="http://example.org/ts-tests/xsd">
29 …/ts-tests" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchem…
H A DT63.phpt11 <test:validateCountryCode xmlns:test="http://example.org/ts-tests"
12 env:role="http://example.org/ts-tests/C"
24 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Header><ns1:…
/PHP-7.0/ext/pdo_oci/tests/
H A Dpdo_oci_attr_drivername.phpt6 require(dirname(__FILE__).'/../../pdo/tests/pdo_test.inc');
12 require dirname(__FILE__) . '/../../pdo/tests/pdo_test.inc';
H A Dcheckliveness.phpt6 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');
H A Dpdo_oci_stream_2b.phpt6 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
7 require(dirname(__FILE__).'/../../pdo/tests/pdo_test.inc');
15 require('ext/pdo/tests/pdo_test.inc');
16 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
H A Dbug46274.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');
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_stmt_prepare.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.
H A Dmysqli_fetch_assoc_bit.phpt46 $tests = 0;
51 $tests = 0;
53 while ($tests < 10) {
55 $tests++;
56 if (1 == $tests)
58 else if (2 == $tests)
/PHP-7.0/ext/bz2/tests/
H A Dwith_strings.phpt20 $tests = <<<TESTS
24 include(dirname(__FILE__) . '/../../../tests/quicktester.inc');
/PHP-7.0/ext/zlib/tests/
H A Dcompress_zlib_wrapper.phpt12 $fp = fopen("compress.zlib://{$pfx}ext/xsl/tests/xslt.xsl.gz", "rb");
16 $fp = fopen("compress.zlib://". dirname(__FILE__). "/../../../ext/xsl/tests/xslt.xsl.gz", "rb");
/PHP-7.0/ext/pdo_mysql/tests/
H A Dshow_tables.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug_50323.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
54 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
H A Dbug_51670.phpt7 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-7.0/ext/xml/tests/
H A Dbug49687.phpt11 $tests = array(
16 foreach ($tests as $t) {
/PHP-7.0/ext/standard/tests/network/
H A Dgetmxrr.phpt13 $domains = array( 'mx1.tests.php.net', 'mx2.tests.php.net' );
/PHP-7.0/ext/standard/tests/array/
H A Dbug35014.phpt9 $tests = array(
21 foreach ($tests as $v) {
H A Dbug35014_64bit.phpt9 $tests = array(
21 foreach ($tests as $v) {
/PHP-7.0/ext/hash/tests/
H A Djoaat.phpt7 $tests = array(
18 foreach ($tests as $test) {
/PHP-7.0/ext/pgsql/tests/
H A D80_bug14383.phpt5 require_once(dirname(__FILE__).'/../../dba/tests/skipif.inc');
18 require_once(dirname(__FILE__).'/../../dba/tests/test.inc');
19 require_once(dirname(__FILE__).'/../../dba/tests/dba_handler.inc');
/PHP-7.0/ext/pdo_pgsql/tests/
H A Dbug61267.phpt6 require_once dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
12 require_once dirname(__FILE__) . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-7.0/ext/date/tests/
H A Dbug34771.phpt7 $tests = array(
14 foreach ($tests as $test) {
/PHP-7.0/ext/standard/tests/streams/
H A Dbug64433.phpt5 if(!file_exists(dirname(__FILE__)."/../../../../sapi/cli/tests/php_cli_server.inc"))
7 $res = @include dirname(__FILE__)."/../../../../sapi/cli/tests/php_cli_server.inc";
18 include dirname(__FILE__)."/../../../../sapi/cli/tests/php_cli_server.inc";
/PHP-7.0/ext/standard/tests/strings/
H A Dexplode_variation6.phpt2 Test explode() function : usage variations - misc tests
11 echo "*** Testing explode() function: misc tests ***\n";
44 *** Testing explode() function: misc tests ***
H A Dwordwrap.phpt6 $tests = <<<TESTS
34 include(dirname(__FILE__) . '/../../../../tests/quicktester.inc');

Completed in 43 milliseconds

12345678910>>...39