Searched refs:PharFileInfo (Results 1 – 17 of 17) sorted by relevance
/PHP-7.1/ext/phar/tests/ |
H A D | pharfileinfo_construct.phpt | 2 Phar: PharFileInfo::__construct 14 $a = new PharFileInfo($pname . '/oops'); 21 $a = new PharFileInfo(array()); 31 $a = new PharFileInfo($pname . '/oops/I/do/not/exist'); 43 $a = new PharFileInfo(__FILE__); 53 PharFileInfo::__construct() expects parameter 1 to be a valid path, array given
|
H A D | pharfileinfo_destruct.phpt | 2 Phar: PharFileInfo::__destruct 15 $b = new PharFileInfo($pname . '/a/subdir'); 18 $b = new PharFileInfo($pname . '/a/subdir/here');
|
H A D | pharfileinfo_getcrc32.phpt | 2 Phar: PharFileInfo::getCRC32 22 $b = new PharFileInfo($pname . '/a/subdir'); 29 $b = new PharFileInfo($pname . '/a/subdir/here');
|
H A D | pharfileinfo_chmod.phpt | 2 Phar: PharFileInfo::chmod extra code coverage 32 Warning: PharFileInfo::chmod() expects parameter 1 to be integer, array given in %spharfileinfo_chm…
|
H A D | pharfileinfo_setmetadata.phpt | 2 Phar: PharFileInfo::setMetadata/delMetadata extra code coverage 52 Warning: PharFileInfo::setMetadata() expects exactly 1 parameter, 3 given in %spharfileinfo_setmeta…
|
H A D | refcount1_5_2.phpt | 54 object(PharFileInfo)#%d (0) { 60 object(PharFileInfo)#%d (0) {
|
H A D | refcount1.phpt | 44 object(PharFileInfo)#%d (2) { 54 object(PharFileInfo)#%d (2) {
|
H A D | pharfileinfo_compression.phpt | 2 Phar: PharFileInfo compression-related methods 79 Warning: PharFileInfo::isCompressed() expects parameter 1 to be integer, array given in %spharfilei…
|
H A D | bug69720.phpt | 13 // $file is a PharFileInfo class, and inherits from SplFileInfo
|
H A D | phar_oo_compressed_001b.phpt | 2 Phar: PharFileInfo::compress(Phar::BZ2)
|
H A D | phar_oo_compressed_001.phpt | 2 Phar: PharFileInfo::compress(Phar::GZ)
|
/PHP-7.1/ext/phar/tests/tar/ |
H A D | refcount1_5_2.phpt | 54 object(PharFileInfo)#%d (0) { 60 object(PharFileInfo)#%d (0) {
|
H A D | refcount1.phpt | 56 object(PharFileInfo)#%d (2) { 66 object(PharFileInfo)#%d (2) {
|
/PHP-7.1/ext/phar/tests/zip/ |
H A D | refcount1_5_2.phpt | 54 object(PharFileInfo)#%d (0) { 60 object(PharFileInfo)#%d (0) {
|
H A D | refcount1.phpt | 52 object(PharFileInfo)#%d (2) { 62 object(PharFileInfo)#%d (2) {
|
/PHP-7.1/ext/phar/ |
H A D | TODO | 10 class PharFileInfo completely [Marcus] 21 PharFileInfo class [Greg] 24 X add PharFileInfo::setMetaData($metadata) [Marcus] 25 X add PharFileInfo::getMetaData() [Marcus] 48 X add PharFileInfo::hasMetadata(), PharFileInfo::delMetadata() [Marcus]
|
H A D | phar_object.c | 4457 PHP_METHOD(PharFileInfo, __construct) in PHP_METHOD() argument 4532 PHP_METHOD(PharFileInfo, __destruct) in PHP_METHOD() argument 4594 PHP_METHOD(PharFileInfo, getCRC32) in PHP_METHOD() argument 4650 PHP_METHOD(PharFileInfo, chmod) in PHP_METHOD() argument 4713 PHP_METHOD(PharFileInfo, hasMetadata) in PHP_METHOD() argument 4728 PHP_METHOD(PharFileInfo, getMetadata) in PHP_METHOD() argument 4752 PHP_METHOD(PharFileInfo, setMetadata) in PHP_METHOD() argument 4805 PHP_METHOD(PharFileInfo, delMetadata) in PHP_METHOD() argument 4861 PHP_METHOD(PharFileInfo, getContent) in PHP_METHOD() argument 4912 PHP_METHOD(PharFileInfo, compress) in PHP_METHOD() argument [all …]
|
Completed in 32 milliseconds