Home
last modified time | relevance | path

Searched refs:getContent (Results 1 – 25 of 26) sorted by relevance

12

/PHP-7.0/ext/phar/tests/tar/
H A Dlinks.phpt16 var_dump($p['testit/link']->getContent());
17 var_dump($p['testit/hard']->getContent());
18 var_dump($p['testit/file']->getContent());
20 var_dump($p['testit/link']->getContent());
H A Dlinks3.phpt14 echo $p['file.txt']->getContent();
15 echo $p['my/file']->getContent();
H A Dlinks4.phpt14 echo $p['file.txt']->getContent();
15 echo $p['link.txt']->getContent();
H A Dlinks5.phpt14 echo $p['hi/test.txt']->getContent();
15 echo $p['hi/link.txt']->getContent();
H A Dall.phpt37 var_dump($phar['a']->getContent(), $phar['b']->getContent(), $phar['c']->getContent());
H A DallU.phpt37 var_dump($phar['a']->getContent(), $phar['b']->getContent(), $phar['c']->getContent());
H A Dbignames_overflow.phpt25 echo $p1['a/' . str_repeat('a', 100)]->getContent() . "\n";
26 echo $p1[str_repeat('a', 155) . '/' . str_repeat('a', 100)]->getContent() . "\n";
H A Dbignames.phpt20 echo $p2[str_repeat('a', 100) . '/b']->getContent() . "\n";
21 echo $p2[str_repeat('a', 155) . '/' . str_repeat('b', 100)]->getContent() . "\n";
/PHP-7.0/ext/phar/tests/
H A Dphar_oo_getcontents.phpt2 Phar object: getContent()
16 echo $phar['a/b']->getContent() . "\n";
18 echo $phar['a']->getContent(), "\n";
23 echo $phar['hi']->getContent(), "\n";
H A Dphar_oo_getcontentsgz.phpt2 Phar object: getContent() (verify it works with compression)
21 echo $phar2['a']->getContent() . "\n";
H A Dbug71354.phpt8 var_dump($p['aaaa']->getContent());
H A Dphar_mount.phpt50 echo substr($a['testit2']->getContent(),0, 50),"\n";
H A Dphar_copy.phpt59 echo $p2['d']->getContent() . "\n";
/PHP-7.0/ext/phar/tests/cache_list/files/
H A Dwrite.phar3 echo $phar["test.txt"]->getContent();
6 echo $phar["test.txt"]->getContent();
H A Dwrite.phar.inc9 echo $phar["test.txt"]->getContent();
12 echo $phar["test.txt"]->getContent();
H A Dwrite25.phar6 echo $p["mounted"]->getContent(),"\nok\n";
H A Dwrite25.phar.inc12 echo $p["mounted"]->getContent(),"\nok\n";
H A Dwrite5.phar13 $arr[$name] = $file->getContent();
H A Dwrite5.phar.inc19 $arr[$name] = $file->getContent();
H A Dwrite6.phar14 $arr[$name] = $file->getContent();
H A Dwrite6.phar.inc20 $arr[$name] = $file->getContent();
/PHP-7.0/ext/phar/tests/zip/
H A Dall.phpt39 var_dump($phar['a']->getContent(), $phar['b']->getContent(), $phar['c']->getContent());
H A DallU.phpt39 var_dump($phar['a']->getContent(), $phar['b']->getContent(), $phar['c']->getContent());
H A Dlargezip.phpt21 var_dump(strlen($p2['big']->getContent()));
H A Dbzip2.phpt12 echo $file->getContent();

Completed in 58 milliseconds

12