Searched refs:getContent (Results 1 – 25 of 25) sorted by relevance
/PHP-5.3/ext/phar/tests/tar/ |
H A D | links.phpt | 16 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 D | links3.phpt | 14 echo $p['file.txt']->getContent(); 15 echo $p['my/file']->getContent();
|
H A D | links4.phpt | 14 echo $p['file.txt']->getContent(); 15 echo $p['link.txt']->getContent();
|
H A D | links5.phpt | 14 echo $p['hi/test.txt']->getContent(); 15 echo $p['hi/link.txt']->getContent();
|
H A D | all.phpt | 37 var_dump($phar['a']->getContent(), $phar['b']->getContent(), $phar['c']->getContent());
|
H A D | allU.phpt | 37 var_dump($phar['a']->getContent(), $phar['b']->getContent(), $phar['c']->getContent());
|
H A D | bignames_overflow.phpt | 25 echo $p1['a/' . str_repeat('a', 100)]->getContent() . "\n"; 26 echo $p1[str_repeat('a', 155) . '/' . str_repeat('a', 100)]->getContent() . "\n";
|
H A D | bignames.phpt | 20 echo $p2[str_repeat('a', 100) . '/b']->getContent() . "\n"; 21 echo $p2[str_repeat('a', 155) . '/' . str_repeat('b', 100)]->getContent() . "\n";
|
/PHP-5.3/ext/phar/tests/ |
H A D | phar_oo_getcontents.phpt | 2 Phar object: getContent() 16 echo $phar['a/b']->getContent() . "\n"; 18 echo $phar['a']->getContent(), "\n"; 23 echo $phar['hi']->getContent(), "\n";
|
H A D | phar_oo_getcontentsgz.phpt | 2 Phar object: getContent() (verify it works with compression) 21 echo $phar2['a']->getContent() . "\n";
|
H A D | phar_mount.phpt | 51 echo substr($a['testit2']->getContent(),0, 50),"\n";
|
H A D | phar_copy.phpt | 59 echo $p2['d']->getContent() . "\n";
|
/PHP-5.3/ext/phar/tests/cache_list/files/ |
H A D | write.phar | 3 echo $phar["test.txt"]->getContent(); 6 echo $phar["test.txt"]->getContent();
|
H A D | write.phar.inc | 9 echo $phar["test.txt"]->getContent(); 12 echo $phar["test.txt"]->getContent();
|
H A D | write25.phar | 6 echo $p["mounted"]->getContent(),"\nok\n";
|
H A D | write25.phar.inc | 12 echo $p["mounted"]->getContent(),"\nok\n";
|
H A D | write5.phar | 13 $arr[$name] = $file->getContent();
|
H A D | write5.phar.inc | 19 $arr[$name] = $file->getContent();
|
H A D | write6.phar | 14 $arr[$name] = $file->getContent();
|
H A D | write6.phar.inc | 20 $arr[$name] = $file->getContent();
|
/PHP-5.3/ext/phar/tests/zip/ |
H A D | all.phpt | 39 var_dump($phar['a']->getContent(), $phar['b']->getContent(), $phar['c']->getContent());
|
H A D | allU.phpt | 39 var_dump($phar['a']->getContent(), $phar['b']->getContent(), $phar['c']->getContent());
|
H A D | largezip.phpt | 21 var_dump(strlen($p2['big']->getContent()));
|
H A D | bzip2.phpt | 12 echo $file->getContent();
|
/PHP-5.3/ext/phar/ |
H A D | phar_object.c | 4888 PHP_METHOD(PharFileInfo, getContent) argument 5416 PHP_ME(PharFileInfo, getContent, arginfo_phar__void, ZEND_ACC_PUBLIC)
|
Completed in 38 milliseconds