Home
last modified time | relevance | path

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

12345678910>>...39

/PHP-8.0/ext/standard/tests/strings/
H A Dbug69144.phpt5 $tests = array('bar' => '', 'foo' => 'o', 'foobar' => '', 'hello' => 'hello');
7 foreach ($tests as $input => $expected) {
H A Dhtmlspecialchars_decode_variation7.phpt5 $tests = array(
16 foreach ($tests as $t) {
27 foreach ($tests as $t) {
38 foreach ($tests as $t) {
49 foreach ($tests as $t) {
60 foreach ($tests as $t) {
71 foreach ($tests as $t) {
/PHP-8.0/ext/pdo_oci/tests/
H A Dbug54379.phpt7 require __DIR__.'/../../pdo/tests/pdo_test.inc';
14 require 'ext/pdo/tests/pdo_test.inc';
15 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
H A Dpdo_oci_attr_drivername.phpt6 require(__DIR__.'/../../pdo/tests/pdo_test.inc');
12 require __DIR__ . '/../../pdo/tests/pdo_test.inc';
H A Dcheckliveness.phpt6 require __DIR__.'/../../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_phpinfo.phpt6 require(__DIR__.'/../../pdo/tests/pdo_test.inc');
11 require(__DIR__.'/../../pdo/tests/pdo_test.inc');
/PHP-8.0/ext/date/tests/
H A Dbug64887.phpt7 $tests = [
27 foreach ( $tests as $test )
H A Dbug78984.phpt7 $tests = [ '-3', '+3', '+1345', '+30157' ];
9 foreach ($tests as $test)
/PHP-8.0/ext/standard/tests/array/
H A Dbug35014.phpt7 $tests = array(
18 foreach ($tests as $v) {
H A Dbug35014_64bit.phpt9 $tests = array(
20 foreach ($tests as $v) {
/PHP-8.0/ext/pdo_odbc/tests/
H A Dbug67465.phpt6 require 'ext/pdo/tests/pdo_test.inc';
11 require 'ext/pdo/tests/pdo_test.inc';
/PHP-8.0/ext/bz2/tests/
H A Dwith_strings.phpt20 $tests = <<<TESTS
24 include(__DIR__ . '/../../../tests/quicktester.inc');
/PHP-8.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 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:…
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…
/PHP-8.0/ext/pdo_mysql/tests/
H A Dshow_tables.phpt7 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
12 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
H A DREADME.md1 # The pdo_mysql extension tests
3 You must set the following environment variables to run the tests:
37 The MySQL user used to run the tests must have full permissions on the test
/PHP-8.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://". __DIR__. "/../../../ext/xsl/tests/xslt.xsl.gz", "rb");
/PHP-8.0/ext/hash/tests/
H A Djoaat.phpt5 $tests = array(
16 foreach ($tests as $test) {
/PHP-8.0/ext/session/tests/
H A Drfc1867_sid_cookie.phpt20 PHPSESSID=rfc1867-tests
22 PHPSESSID=rfc1867-tests-get
28 rfc1867-tests-post
52 string(%d) "rfc1867-tests"
H A Drfc1867_sid_get_2.phpt20 PHPSESSID=rfc1867-tests-cookie
22 PHPSESSID=rfc1867-tests
28 rfc1867-tests-post
52 string(%d) "rfc1867-tests"
H A Drfc1867.phpt21 PHPSESSID=rfc1867-tests
23 PHPSESSID=rfc1867-tests-get
29 rfc1867-tests-post
53 string(%d) "rfc1867-tests"
/PHP-8.0/ext/standard/tests/math/
H A Dlcg_value_basic.phpt9 echo "\n lcg_value tests...\n";
30 lcg_value tests...
/PHP-8.0/ext/standard/tests/assert/
H A Dassert04.phpt2 misc assert() tests tests
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug61267.phpt6 require_once __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
12 require_once __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';

Completed in 26 milliseconds

12345678910>>...39