Home
last modified time | relevance | path

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

123456789

/PHP-7.4/ext/phar/tests/
H A Dphar_buildfromiterator8.phpt28 ["001.phpt"]=>
30 ["002.phpt"]=>
32 ["003.phpt"]=>
34 ["004.phpt"]=>
36 ["005.phpt"]=>
38 ["006.phpt"]=>
40 ["007.phpt"]=>
42 ["008.phpt"]=>
44 ["009.phpt"]=>
46 ["010.phpt"]=>
[all …]
H A Dphar_buildfromiterator10.phpt33 ["phar_ctx_001.phpt"]=>
37 ["phar_oo_001.phpt"]=>
39 ["phar_oo_002.phpt"]=>
41 ["phar_oo_003.phpt"]=>
43 ["phar_oo_004.phpt"]=>
45 ["phar_oo_005.phpt"]=>
47 ["phar_oo_006.phpt"]=>
49 ["phar_oo_007.phpt"]=>
51 ["phar_oo_008.phpt"]=>
53 ["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',
81 string(%d) "%sphar_buildfromiterator4.phpt"
H A Dphar_buildfromiterator7.phpt41 …buildFromIterator(new myIterator(array('a' => basename(__FILE__, 'php') . '/oopsie/there.phpt'))));
59 …or myIterator returned a file that could not be opened "phar_buildfromiterator7./oopsie/there.phpt"
/PHP-7.4/ext/phar/tests/tar/
H A Dphar_buildfromiterator8.phpt29 ["frontcontroller1.phar.phpt"]=>
31 ["frontcontroller10.phar.phpt"]=>
33 ["frontcontroller11.phar.phpt"]=>
35 ["frontcontroller12.phar.phpt"]=>
37 ["frontcontroller13.phar.phpt"]=>
39 ["frontcontroller14.phar.phpt"]=>
41 ["frontcontroller15.phar.phpt"]=>
43 ["frontcontroller16.phar.phpt"]=>
51 ["frontcontroller2.phar.phpt"]=>
57 ["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');
28 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');
31 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'));
62 tar_003.phpt
69 tar_003.phpt
H A Dphar_buildfromiterator4.phpt41 …var_dump($phar->buildFromIterator(new myIterator(array('a' => basename(__FILE__, 'php') . 'phpt'))…
63 string(%d) "%sphar_buildfromiterator4.phpt"
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_buildfromiterator8.phpt29 ["frontcontroller1.phar.phpt"]=>
31 ["frontcontroller10.phar.phpt"]=>
33 ["frontcontroller11.phar.phpt"]=>
35 ["frontcontroller12.phar.phpt"]=>
37 ["frontcontroller13.phar.phpt"]=>
39 ["frontcontroller14.phar.phpt"]=>
41 ["frontcontroller15.phar.phpt"]=>
43 ["frontcontroller16.phar.phpt"]=>
51 ["frontcontroller2.phar.phpt"]=>
57 ["frontcontroller3.phar.phpt"]=>
[all …]
/PHP-7.4/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-7.4/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);
20 string(19) "fileobject_004.phpt"
21 string(%d) "%sspl%stests%sfileobject_004.phpt"
/PHP-7.4/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-7.4/ext/curl/tests/
H A Dcurl_copy_handle_basic_006.phpt21 curl_setopt($ch, CURLOPT_USERAGENT, 'cURL phpt');
36 string(9) "cURL phpt"
37 string(9) "cURL phpt"
H A Dcurl_basic_005.phpt27 curl_setopt($ch, CURLOPT_USERAGENT, 'cURL phpt');
38 string(9) "cURL phpt"
/PHP-7.4/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-7.4/Zend/tests/
H A D014.inc2 /* dummy file for 014.phpt */
/PHP-7.4/ext/oci8/tests/
H A Dlob_009.txt6 test lob_009.phpt
/PHP-7.4/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-7.4/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-7.4/tests/run-test/
H A Dbug75042-2.phpt2 phpt EXTENSIONS directive with static module
/PHP-7.4/ext/standard/tests/misc/
H A Dsyslog_basic.phpt5 openlog('phpt', LOG_NDELAY | LOG_PID, LOG_USER);
/PHP-7.4/ext/standard/tests/file/
H A Dflock_basic.phpt13 $lock_file = preg_replace("~\.phpt?$~", null, __FILE__);
23 $lock_dir = sprintf("%s.dir", preg_replace("~\.phpt?$~", null, __FILE__));

Completed in 33 milliseconds

123456789