Home
last modified time | relevance | path

Searched refs:tests (Results 26 – 50 of 952) sorted by relevance

12345678910>>...39

/PHP-7.4/ext/session/tests/
H A Drfc1867_disabled_2.phpt22 PHPSESSID=rfc1867-tests
24 PHPSESSID=rfc1867-tests-get
30 rfc1867-tests-post
49 string(%d) "rfc1867-tests"
H A Drfc1867_no_name.phpt22 PHPSESSID=rfc1867-tests
24 PHPSESSID=rfc1867-tests-get
30 rfc1867-tests-post
49 string(%d) "rfc1867-tests"
H A Drfc1867_cleanup.phpt23 PHPSESSID=rfc1867-tests
25 PHPSESSID=rfc1867-tests-get
31 rfc1867-tests-post
55 string(%d) "rfc1867-tests"
/PHP-7.4/ext/soap/tests/soap12/
H A DT26.phpt10 <?xml-stylesheet href="http://example.org/ts-tests/sub.xsl" type = "text/xsl"?>
12 <test:echoOk xmlns:test="http://example.org/ts-tests">foo</test:echoOk>
20 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Body><ns1:re…
H A DT32.phpt11 <test:requiredHeader xmlns:test="http://example.org/ts-tests"
15 <test:echoHeader xmlns:test="http://example.org/ts-tests">
24 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Body><ns1:ec…
H A DT02.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
12 env:role="http://example.org/ts-tests/C">foo</test:echoOk>
22 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Header><ns1:…
H A DT22.phpt11 <test:echoOk xmlns:test="http://example.org/ts-tests"
15 <test:echoOk xmlns:test="http://example.org/ts-tests">foo</test:echoOk>
23 …http://www.w3.org/2003/05/soap-envelope" xmlns:ns1="http://example.org/ts-tests"><env:Header><ns1:…
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:…
/PHP-7.4/ext/standard/tests/math/
H A Dround.phpt2 Simple math tests
11 $tests = <<<TESTS
34 include(__DIR__ . '/../../../../tests/quicktester.inc');
/PHP-7.4/ext/standard/tests/file/
H A Dreadlink_realpath_variation2-win32.phpt24 mkdir("$name_prefix/readlink_realpath_variation2/home/tests/link/", 0777, true);
26 $filename = "$name_prefix/readlink_realpath_variation2/home/tests/link/readlink_realpath_variation2…
32 …"$name_prefix////readlink_realpath_variation2/home/tests/link/readlink_realpath_variation2_link.tm…
33 …"$name_prefix/./readlink_realpath_variation2/home/../home//tests//..//..//..//home//readlink_realp…
67 unlink("$name_prefix/home/tests/link/readlink_realpath_variation2.tmp");
68 rmdir("$name_prefix/home/tests/link/");
69 rmdir("$name_prefix/home/tests/");
90 Warning: unlink(%s/./readlink_realpath_variation2/home/../home//tests//..//..//..//home//readlink_r…
104 Warning: unlink(%s/./readlink_realpath_variation2/home/../home//tests//..//..//..//home//readlink_r…
H A Dbug24482.phpt12 // run this test in ext/standard/tests (see bug #64714)
13 chdir(__DIR__); // ensure in ext/standard/tests/file
14 chdir('..'); // move up to ext/standard/tests
/PHP-7.4/
H A D.gitignore175 /ext/*/run-tests.php
221 # Generated by `./run-tests.php` upon failure
222 **/tests/**/*.diff
223 **/tests/**/*.out*
224 **/tests/**/*.php
225 **/tests/**/*.exp
226 **/tests/**/*.log
227 **/tests/**/*.sh
230 **/tests/**/*.db
233 /ext/pdo_odbc/tests/*.mdb
[all …]
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug44301.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 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';
/PHP-7.4/ext/date/tests/
H A Dbug34676.phpt7 $tests = array(
11 foreach ($tests as $test) {
H A Dbug64887.phpt7 $tests = [
27 foreach ( $tests as $test )
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities17.phpt5 $tests = array(
18 foreach ($tests as $test) {
22 foreach ($tests as $test) {
H A Dstr_rot13_basic.phpt11 echo "\nBasic tests\n";
12 var_dump(str_rot13("str_rot13() tests starting"));
30 $str = "str_rot13() tests starting";
43 Basic tests
H A Dbug49687.phpt6 $tests = array(
11 foreach ($tests as $t) {
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-7.4/ext/pdo_odbc/tests/
H A Dbug80783.phpt6 require 'ext/pdo/tests/pdo_test.inc';
11 require 'ext/pdo/tests/pdo_test.inc';
27 require 'ext/pdo/tests/pdo_test.inc';
H A Dbug80783a.phpt6 require 'ext/pdo/tests/pdo_test.inc';
11 require 'ext/pdo/tests/pdo_test.inc';
28 require 'ext/pdo/tests/pdo_test.inc';
/PHP-7.4/ext/mbstring/tests/
H A Dcasefolding.phpt8 $tests = [
23 foreach ($tests as list($a, $b)) {

Completed in 59 milliseconds

12345678910>>...39