/php-src/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"
|
/php-src/ext/phar/tests/zip/ |
H A D | phar_buildfromiterator8.phpt | 22 ["frontcontroller1.phar.phpt"]=> 24 ["frontcontroller10.phar.phpt"]=> 26 ["frontcontroller11.phar.phpt"]=> 28 ["frontcontroller12.phar.phpt"]=> 30 ["frontcontroller13.phar.phpt"]=> 32 ["frontcontroller14.phar.phpt"]=> 34 ["frontcontroller15.phar.phpt"]=> 36 ["frontcontroller16.phar.phpt"]=> 44 ["frontcontroller2.phar.phpt"]=> 50 ["frontcontroller3.phar.phpt"]=> [all …]
|
/php-src/ext/phar/tests/tar/ |
H A D | phar_buildfromiterator8.phpt | 22 ["frontcontroller1.phar.phpt"]=> 24 ["frontcontroller10.phar.phpt"]=> 26 ["frontcontroller11.phar.phpt"]=> 28 ["frontcontroller12.phar.phpt"]=> 30 ["frontcontroller13.phar.phpt"]=> 32 ["frontcontroller14.phar.phpt"]=> 34 ["frontcontroller15.phar.phpt"]=> 36 ["frontcontroller16.phar.phpt"]=> 44 ["frontcontroller2.phar.phpt"]=> 50 ["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-src/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-src/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"
|
/php-src/ext/spl/tests/SplFileObject/ |
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%etests%eSplFileObject%efileobject_004.phpt"
|
/php-src/ext/pdo_pgsql/tests/ |
H A D | gh16314.phpt | 17 $pdo = PDOTest::test_factory(__DIR__ . '/common.phpt', Pdo\Pgsql::class, false); 20 $pdo = PDOTest::test_factory(__DIR__ . '/common.phpt', Pdo\Pgsql::class, true); 23 $pdo = PDOTest::test_factory(__DIR__ . '/common.phpt', Pdo::class, false); 26 $pdo = PDOTest::test_factory(__DIR__ . '/common.phpt', Pdo::class, true);
|
H A D | bug_14244.phpt | 16 $pdo = PDOTest::test_factory(__DIR__ . '/common.phpt'); 20 echo "Already working (see bug64953.phpt):\n"; 36 Already working (see bug64953.phpt):
|
H A D | bug36727.phpt | 15 $db = PDOTest::test_factory(__DIR__ . '/common.phpt'); 25 $db = PDOTest::test_factory(__DIR__ . '/common.phpt');
|
H A D | bug72633.phpt | 16 $db = PDOTest::test_factory(__DIR__ . '/common.phpt'); 39 $db = PDOTest::test_factory(__DIR__ . '/common.phpt');
|
/php-src/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); 118 function insertOutput(string $phpt, string $out): string { argument 123 }, $phpt);
|
/php-src/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-src/tests/classes/ |
H A D | static_properties_003.phpt | 24 //unset($c->y); // Fatal error, tested in static_properties_003_error1.phpt 25 //echo $c->y; // Fatal error, tested in static_properties_003_error2.phpt 26 //$c->y = 1; // Fatal error, tested in static_properties_003_error3.phpt 27 //$c->y =& $ref; // Fatal error, tested in static_properties_003_error4.phpt
|
/php-src/ext/sysvshm/tests/ |
H A D | 003.phpt | 13 $key = ftok(__DIR__."/003.phpt", 'q'); 35 $key = ftok(__DIR__."/003.phpt", 'q');
|
/php-src/ext/pdo_sqlite/tests/ |
H A D | bug33841.phpt | 8 $db = PDOTest::test_factory(__DIR__ . '/common.phpt'); 25 $db = PDOTest::test_factory(__DIR__ . '/common.phpt');
|
/php-src/ext/pdo_odbc/tests/ |
H A D | bug80783.phpt | 13 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt'); 29 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
|
H A D | pdoodbc_001.phpt | 14 $config = PDOTest::get_config(__DIR__ . "/common.phpt"); 29 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
|
H A D | bug80783a.phpt | 18 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt'); 35 $db = PDOTest::test_factory(dirname(__FILE__) . '/common.phpt');
|
/php-src/Zend/tests/ |
H A D | 014.inc | 2 /* dummy file for 014.phpt */
|