Home
last modified time | relevance | path

Searched refs:PharFileInfo (Results 1 – 25 of 210) sorted by relevance

123456789

/dports/archivers/php80-phar/php-8.0.15/ext/phar/
H A Dphar_object_arginfo.h422 ZEND_METHOD(PharFileInfo, __construct);
423 ZEND_METHOD(PharFileInfo, __destruct);
424 ZEND_METHOD(PharFileInfo, chmod);
425 ZEND_METHOD(PharFileInfo, compress);
426 ZEND_METHOD(PharFileInfo, decompress);
427 ZEND_METHOD(PharFileInfo, delMetadata);
429 ZEND_METHOD(PharFileInfo, getCRC32);
430 ZEND_METHOD(PharFileInfo, getContent);
431 ZEND_METHOD(PharFileInfo, getMetadata);
433 ZEND_METHOD(PharFileInfo, hasMetadata);
[all …]
/dports/lang/php80/php-8.0.15/ext/phar/
H A Dphar_object_arginfo.h422 ZEND_METHOD(PharFileInfo, __construct);
423 ZEND_METHOD(PharFileInfo, __destruct);
424 ZEND_METHOD(PharFileInfo, chmod);
425 ZEND_METHOD(PharFileInfo, compress);
426 ZEND_METHOD(PharFileInfo, decompress);
427 ZEND_METHOD(PharFileInfo, delMetadata);
429 ZEND_METHOD(PharFileInfo, getCRC32);
430 ZEND_METHOD(PharFileInfo, getContent);
431 ZEND_METHOD(PharFileInfo, getMetadata);
433 ZEND_METHOD(PharFileInfo, hasMetadata);
[all …]
/dports/www/mod_php80/php-8.0.15/ext/phar/
H A Dphar_object_arginfo.h422 ZEND_METHOD(PharFileInfo, __construct);
423 ZEND_METHOD(PharFileInfo, __destruct);
424 ZEND_METHOD(PharFileInfo, chmod);
425 ZEND_METHOD(PharFileInfo, compress);
426 ZEND_METHOD(PharFileInfo, decompress);
427 ZEND_METHOD(PharFileInfo, delMetadata);
429 ZEND_METHOD(PharFileInfo, getCRC32);
430 ZEND_METHOD(PharFileInfo, getContent);
431 ZEND_METHOD(PharFileInfo, getMetadata);
433 ZEND_METHOD(PharFileInfo, hasMetadata);
[all …]
/dports/archivers/php81-phar/php-8.1.1/ext/phar/
H A Dphar_object_arginfo.h444 ZEND_METHOD(PharFileInfo, __construct);
445 ZEND_METHOD(PharFileInfo, __destruct);
446 ZEND_METHOD(PharFileInfo, chmod);
447 ZEND_METHOD(PharFileInfo, compress);
448 ZEND_METHOD(PharFileInfo, decompress);
449 ZEND_METHOD(PharFileInfo, delMetadata);
451 ZEND_METHOD(PharFileInfo, getCRC32);
452 ZEND_METHOD(PharFileInfo, getContent);
453 ZEND_METHOD(PharFileInfo, getMetadata);
455 ZEND_METHOD(PharFileInfo, hasMetadata);
[all …]
/dports/www/mod_php81/php-8.1.1/ext/phar/
H A Dphar_object_arginfo.h444 ZEND_METHOD(PharFileInfo, __construct);
445 ZEND_METHOD(PharFileInfo, __destruct);
446 ZEND_METHOD(PharFileInfo, chmod);
447 ZEND_METHOD(PharFileInfo, compress);
448 ZEND_METHOD(PharFileInfo, decompress);
449 ZEND_METHOD(PharFileInfo, delMetadata);
451 ZEND_METHOD(PharFileInfo, getCRC32);
452 ZEND_METHOD(PharFileInfo, getContent);
453 ZEND_METHOD(PharFileInfo, getMetadata);
455 ZEND_METHOD(PharFileInfo, hasMetadata);
[all …]
/dports/lang/php81/php-8.1.1/ext/phar/
H A Dphar_object_arginfo.h444 ZEND_METHOD(PharFileInfo, __construct);
445 ZEND_METHOD(PharFileInfo, __destruct);
446 ZEND_METHOD(PharFileInfo, chmod);
447 ZEND_METHOD(PharFileInfo, compress);
448 ZEND_METHOD(PharFileInfo, decompress);
449 ZEND_METHOD(PharFileInfo, delMetadata);
451 ZEND_METHOD(PharFileInfo, getCRC32);
452 ZEND_METHOD(PharFileInfo, getContent);
453 ZEND_METHOD(PharFileInfo, getMetadata);
455 ZEND_METHOD(PharFileInfo, hasMetadata);
[all …]
/dports/archivers/php81-phar/php-8.1.1/ext/phar/tests/
H A Dpharfileinfo_construct.phpt2 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__);
52 PharFileInfo::__construct(): Argument #1 ($filename) must be of type string, array given
H A Dpharfileinfo_destruct.phpt2 Phar: PharFileInfo::__destruct
15 $b = new PharFileInfo($pname . '/a/subdir');
18 $b = new PharFileInfo($pname . '/a/subdir/here');
/dports/www/mod_php81/php-8.1.1/ext/phar/tests/
H A Dpharfileinfo_construct.phpt2 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__);
52 PharFileInfo::__construct(): Argument #1 ($filename) must be of type string, array given
H A Dpharfileinfo_destruct.phpt2 Phar: PharFileInfo::__destruct
15 $b = new PharFileInfo($pname . '/a/subdir');
18 $b = new PharFileInfo($pname . '/a/subdir/here');
/dports/lang/php81/php-8.1.1/ext/phar/tests/
H A Dpharfileinfo_construct.phpt2 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__);
52 PharFileInfo::__construct(): Argument #1 ($filename) must be of type string, array given
H A Dpharfileinfo_destruct.phpt2 Phar: PharFileInfo::__destruct
15 $b = new PharFileInfo($pname . '/a/subdir');
18 $b = new PharFileInfo($pname . '/a/subdir/here');
/dports/lang/php73/php-7.3.33/ext/phar/tests/
H A Dpharfileinfo_construct.phpt2 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
/dports/archivers/php73-phar/php-7.3.33/ext/phar/tests/
H A Dpharfileinfo_construct.phpt2 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
/dports/archivers/php74-phar/php-7.4.27/ext/phar/tests/
H A Dpharfileinfo_construct.phpt2 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 Dpharfileinfo_destruct.phpt2 Phar: PharFileInfo::__destruct
15 $b = new PharFileInfo($pname . '/a/subdir');
18 $b = new PharFileInfo($pname . '/a/subdir/here');
/dports/archivers/php80-phar/php-8.0.15/ext/phar/tests/
H A Dpharfileinfo_construct.phpt2 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__);
52 PharFileInfo::__construct(): Argument #1 ($filename) must be of type string, array given
H A Dpharfileinfo_destruct.phpt2 Phar: PharFileInfo::__destruct
15 $b = new PharFileInfo($pname . '/a/subdir');
18 $b = new PharFileInfo($pname . '/a/subdir/here');
/dports/lang/php74/php-7.4.27/ext/phar/tests/
H A Dpharfileinfo_construct.phpt2 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 Dpharfileinfo_destruct.phpt2 Phar: PharFileInfo::__destruct
15 $b = new PharFileInfo($pname . '/a/subdir');
18 $b = new PharFileInfo($pname . '/a/subdir/here');
/dports/lang/php80/php-8.0.15/ext/phar/tests/
H A Dpharfileinfo_construct.phpt2 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__);
52 PharFileInfo::__construct(): Argument #1 ($filename) must be of type string, array given
H A Dpharfileinfo_destruct.phpt2 Phar: PharFileInfo::__destruct
15 $b = new PharFileInfo($pname . '/a/subdir');
18 $b = new PharFileInfo($pname . '/a/subdir/here');
/dports/www/mod_php73/php-7.3.33/ext/phar/tests/
H A Dpharfileinfo_construct.phpt2 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
/dports/www/mod_php74/php-7.4.27/ext/phar/tests/
H A Dpharfileinfo_construct.phpt2 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
/dports/www/mod_php80/php-8.0.15/ext/phar/tests/
H A Dpharfileinfo_construct.phpt2 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__);
52 PharFileInfo::__construct(): Argument #1 ($filename) must be of type string, array given

123456789