Home
last modified time | relevance | path

Searched refs:phpt (Results 1 – 25 of 203) sorted by relevance

123456789

/PHP-8.0/ext/phar/tests/
H A Dphar_buildfromiterator8.phpt27 ["001.phpt"]=>
29 ["002.phpt"]=>
31 ["003.phpt"]=>
33 ["004.phpt"]=>
35 ["005.phpt"]=>
37 ["006.phpt"]=>
39 ["007.phpt"]=>
41 ["008.phpt"]=>
43 ["009.phpt"]=>
45 ["010.phpt"]=>
[all …]
H A Dphar_buildfromiterator10.phpt32 ["phar_ctx_001.phpt"]=>
36 ["phar_oo_001.phpt"]=>
38 ["phar_oo_002.phpt"]=>
40 ["phar_oo_003.phpt"]=>
42 ["phar_oo_004.phpt"]=>
44 ["phar_oo_005.phpt"]=>
46 ["phar_oo_006.phpt"]=>
48 ["phar_oo_007.phpt"]=>
50 ["phar_oo_008.phpt"]=>
52 ["phar_oo_009.phpt"]=>
[all …]
H A Dphar_buildfromiterator4.phpt43 'a' => basename(__FILE__, 'php') . 'phpt',
45 '.phar/stub.php' => basename(__FILE__, 'php') . 'phpt',
46 '.phar/alias.txt' => basename(__FILE__, 'php') . 'phpt',
47 '.phar/oops' => basename(__FILE__, 'php') . 'phpt',
80 string(%d) "%sphar_buildfromiterator4.phpt"
H A Dphar_buildfromiterator7.phpt41 …buildFromIterator(new myIterator(array('a' => basename(__FILE__, 'php') . '/oopsie/there.phpt'))));
58 …or myIterator returned a file that could not be opened "phar_buildfromiterator7./oopsie/there.phpt"
/PHP-8.0/ext/phar/tests/tar/
H A Dphar_buildfromiterator8.phpt28 ["frontcontroller1.phar.phpt"]=>
30 ["frontcontroller10.phar.phpt"]=>
32 ["frontcontroller11.phar.phpt"]=>
34 ["frontcontroller12.phar.phpt"]=>
36 ["frontcontroller13.phar.phpt"]=>
38 ["frontcontroller14.phar.phpt"]=>
40 ["frontcontroller15.phar.phpt"]=>
42 ["frontcontroller16.phar.phpt"]=>
50 ["frontcontroller2.phar.phpt"]=>
56 ["frontcontroller3.phar.phpt"]=>
[all …]
H A Dtar_001.phpt11 $tar->addFile('tar_001.phpt', __FILE__);
14 $tar = fopen('phar://' . __DIR__ . '/tar_001.phar.tar/tar_001.phpt', 'rb');
27 Warning: fopen(phar://%star_001.phar.tar/tar_001.phpt): Failed to open stream: phar error: "%star_0…
H A Dtar_002.phpt13 $tar->addFile('tar_002.phpt', __FILE__);
16 $tar = fopen('phar://' . __DIR__ . '/tar_002.phar.tar/tar_002.phpt', 'rb');
30 Warning: fopen(phar://%star_002.phar.tar/tar_002.phpt): Failed to open stream: phar error: "%star_0…
H A Dtar_003.phpt18 $tar->addFile('tar_003.phpt', $g = fopen(__FILE__, 'r'));
61 tar_003.phpt
68 tar_003.phpt
/PHP-8.0/ext/phar/tests/zip/
H A Dphar_buildfromiterator8.phpt28 ["frontcontroller1.phar.phpt"]=>
30 ["frontcontroller10.phar.phpt"]=>
32 ["frontcontroller11.phar.phpt"]=>
34 ["frontcontroller12.phar.phpt"]=>
36 ["frontcontroller13.phar.phpt"]=>
38 ["frontcontroller14.phar.phpt"]=>
40 ["frontcontroller15.phar.phpt"]=>
42 ["frontcontroller16.phar.phpt"]=>
50 ["frontcontroller2.phar.phpt"]=>
56 ["frontcontroller3.phar.phpt"]=>
[all …]
/PHP-8.0/ext/pcre/tests/
H A Dskip.ini3 test[]=locales.phpt
7 test[]=007.phpt
8 test[]=bug27103.phpt
9 test[]=invalid_utf8_offset.phpt
10 test[]=invalid_utf8.phpt
11 test[]=preg_replace2.phpt
15 test[]=backtrack_limit.phpt
16 test[]=pcre_anchored.phpt
17 test[]=recursion_limit.phpt
/PHP-8.0/ext/spl/tests/
H A Dbug70868.phpt12 new \ArrayIterator(['A.phpt', 'B.phpt', 'C.phpt']),
13 '/\.phpt$/'
19 preg_replace('/\.phpt$/', '', '');
26 string(6) "A.phpt"
27 string(6) "B.phpt"
28 string(6) "C.phpt"
H A Dfileobject_004.phpt11 $fo = new SplFileObject('fileobject_004.phpt', 'r', true);
19 string(19) "fileobject_004.phpt"
20 string(%d) "%sspl%stests%sfileobject_004.phpt"
/PHP-8.0/scripts/dev/
H A Dbless_tests.php21 $phpt = file_get_contents($path); variable
24 if (false !== strpos($phpt, '--XFAIL--')) {
30 if (!preg_match('/--EXPECT(F?)--(.*)$/s', $phpt, $matches)) {
42 $phpt = insertOutput($phpt, $out); variable
43 file_put_contents($path, $phpt);
114 function insertOutput(string $phpt, string $out): string { argument
119 }, $phpt);
/PHP-8.0/ext/curl/tests/
H A Dcurl_copy_handle_basic_006.phpt21 curl_setopt($ch, CURLOPT_USERAGENT, 'cURL phpt');
35 string(9) "cURL phpt"
36 string(9) "cURL phpt"
H A Dcurl_basic_005.phpt21 curl_setopt($ch, CURLOPT_USERAGENT, 'cURL phpt');
31 string(9) "cURL phpt"
/PHP-8.0/tests/classes/
H A Dstatic_properties_003.phpt23 //unset($c->y); // Fatal error, tested in static_properties_003_error1.phpt
24 //echo $c->y; // Fatal error, tested in static_properties_003_error2.phpt
25 //$c->y = 1; // Fatal error, tested in static_properties_003_error3.phpt
26 //$c->y =& $ref; // Fatal error, tested in static_properties_003_error4.phpt
/PHP-8.0/ext/sysvshm/tests/
H A D003.phpt11 $key = ftok(__DIR__."/003.phpt", 'q');
33 $key = ftok(__DIR__."/003.phpt", 'q');
/PHP-8.0/Zend/tests/
H A D014.inc2 /* dummy file for 014.phpt */
/PHP-8.0/ext/oci8/tests/
H A Dlob_009.txt6 test lob_009.phpt
/PHP-8.0/ext/pdo_odbc/tests/
H A Dbug80783.phpt12 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
28 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
H A Dbug80783a.phpt12 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
29 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
/PHP-8.0/tests/run-test/
H A Dbug75042-2.phpt2 phpt EXTENSIONS directive with static module
/PHP-8.0/ext/calendar/tests/
H A Dunixtojd.phpt19 // easter_date.phpt passes
24 // -if omitted from easter_date.phpt, outputs DATE_TZ_ERRMSG warning
27 // -if omitted from unixtojd.phpt, does NOT output DATE_TZ_ERRMSG
/PHP-8.0/ext/standard/tests/file/
H A Dflock_basic.phpt12 $lock_file = preg_replace("~\.phpt?$~", null, __FILE__);
22 $lock_dir = sprintf("%s.dir", preg_replace("~\.phpt?$~", null, __FILE__));
/PHP-8.0/ext/standard/tests/misc/
H A Dsyslog_basic.phpt5 openlog('phpt', LOG_NDELAY | LOG_PID, LOG_USER);

Completed in 104 milliseconds

123456789