/PHP-8.0/ext/phar/tests/ |
H A D | phar_buildfromiterator8.phpt | 27 ["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 D | phar_buildfromiterator10.phpt | 32 ["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 D | phar_buildfromiterator4.phpt | 43 '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 D | phar_buildfromiterator7.phpt | 41 …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 D | phar_buildfromiterator8.phpt | 28 ["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 D | tar_001.phpt | 11 $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 D | tar_002.phpt | 13 $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 D | tar_003.phpt | 18 $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 D | phar_buildfromiterator8.phpt | 28 ["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 D | skip.ini | 3 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 D | bug70868.phpt | 12 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 D | fileobject_004.phpt | 11 $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 D | bless_tests.php | 21 $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 D | curl_copy_handle_basic_006.phpt | 21 curl_setopt($ch, CURLOPT_USERAGENT, 'cURL phpt'); 35 string(9) "cURL phpt" 36 string(9) "cURL phpt"
|
H A D | curl_basic_005.phpt | 21 curl_setopt($ch, CURLOPT_USERAGENT, 'cURL phpt'); 31 string(9) "cURL phpt"
|
/PHP-8.0/tests/classes/ |
H A D | static_properties_003.phpt | 23 //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 D | 003.phpt | 11 $key = ftok(__DIR__."/003.phpt", 'q'); 33 $key = ftok(__DIR__."/003.phpt", 'q');
|
/PHP-8.0/Zend/tests/ |
H A D | 014.inc | 2 /* dummy file for 014.phpt */
|
/PHP-8.0/ext/oci8/tests/ |
H A D | lob_009.txt | 6 test lob_009.phpt
|
/PHP-8.0/ext/pdo_odbc/tests/ |
H A D | bug80783.phpt | 12 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt'); 28 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
|
H A D | bug80783a.phpt | 12 $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 D | bug75042-2.phpt | 2 phpt EXTENSIONS directive with static module
|
/PHP-8.0/ext/calendar/tests/ |
H A D | unixtojd.phpt | 19 // 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 D | flock_basic.phpt | 12 $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 D | syslog_basic.phpt | 5 openlog('phpt', LOG_NDELAY | LOG_PID, LOG_USER);
|