Home
last modified time | relevance | path

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

12345678910>>...39

/PHP-7.4/ext/bz2/tests/
H A Dwith_strings.phpt20 $tests = <<<TESTS
24 include(__DIR__ . '/../../../tests/quicktester.inc');
/PHP-7.4/ext/pdo_odbc/tests/
H A Dbug67465.phpt6 require 'ext/pdo/tests/pdo_test.inc';
11 require 'ext/pdo/tests/pdo_test.inc';
/PHP-7.4/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 Dbug_39483.phpt7 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
12 require __DIR__ . '/../../../ext/pdo/tests/pdo_test.inc';
/PHP-7.4/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-7.4/ext/hash/tests/
H A Djoaat.phpt5 $tests = array(
16 foreach ($tests as $test) {
/PHP-7.4/ext/soap/tests/soap12/
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-7.4/ext/pdo_oci/tests/
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_stream_2b.phpt6 if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request');
7 require(__DIR__.'/../../pdo/tests/pdo_test.inc');
15 require('ext/pdo/tests/pdo_test.inc');
16 $db = PDOTest::test_factory('ext/pdo_oci/tests/common.phpt');
/PHP-7.4/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.
/PHP-7.4/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';
/PHP-7.4/ext/session/tests/
H A Drfc1867.phpt23 PHPSESSID=rfc1867-tests
25 PHPSESSID=rfc1867-tests-get
31 rfc1867-tests-post
55 string(%d) "rfc1867-tests"
H A Drfc1867_sid_cookie.phpt22 PHPSESSID=rfc1867-tests
24 PHPSESSID=rfc1867-tests-get
30 rfc1867-tests-post
54 string(%d) "rfc1867-tests"
H A Drfc1867_sid_get_2.phpt22 PHPSESSID=rfc1867-tests-cookie
24 PHPSESSID=rfc1867-tests
30 rfc1867-tests-post
54 string(%d) "rfc1867-tests"
H A Drfc1867_sid_only_cookie.phpt22 PHPSESSID=rfc1867-tests
24 PHPSESSID=rfc1867-tests-get
30 rfc1867-tests-post
54 string(%d) "rfc1867-tests"
H A Drfc1867_inter.phpt23 PHPSESSID=rfc1867-tests
25 PHPSESSID=rfc1867-tests-get
31 rfc1867-tests-post
59 string(%d) "rfc1867-tests"
/PHP-7.4/ext/sodium/tests/
H A Dinstalled.phpt9 you can add regression tests for your extension here
12 text in the --EXPECT-- section below for the tests
/PHP-7.4/ext/tokenizer/tests/
H A Dbug76437.phpt7 $tests = [
12 foreach ($tests as [$code, $index]) {
/PHP-7.4/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.4/ext/zip/tests/
H A Dbug78641.phpt22 string(5) "tests"
23 string(5) "tests"
/PHP-7.4/ext/pgsql/tests/
H A D80_bug14383.phpt5 require_once(__DIR__.'/../../dba/tests/skipif.inc');
18 require_once(__DIR__.'/../../dba/tests/test.inc');
19 require_once(__DIR__.'/../../dba/tests/dba_handler.inc');
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_decrypt_gcm.phpt2 openssl_decrypt() with GCM cipher algorithm tests
14 $tests = openssl_get_cipher_tests($method);
16 foreach ($tests as $idx => $test) {
H A Dopenssl_decrypt_ccm.phpt2 openssl_decrypt() with CCM cipher algorithm tests
16 $tests = openssl_get_cipher_tests($method);
17 foreach ($tests as $idx => $test) {

Completed in 36 milliseconds

12345678910>>...39