Home
last modified time | relevance | path

Searched refs:require_hash (Results 1 – 25 of 245) sorted by relevance

12345678910

/PHP-7.4/ext/phar/tests/
H A Dini_set_off.phpt8 phar.require_hash=0
12 var_dump(ini_set('phar.require_hash', 1));
14 var_dump(ini_get('phar.require_hash'));
16 ini_set('phar.require_hash', 0);
24 var_dump(ini_get('phar.require_hash'));
27 ini_set('phar.require_hash', 0);
34 var_dump(ini_get('phar.require_hash'));
37 ini_set('phar.require_hash', 0);
45 var_dump(ini_get('phar.require_hash'));
50 var_dump(ini_set('phar.require_hash', 0));
[all …]
H A Dini_set.phpt2 Phar: test ini_set with readonly and require_hash enabled
8 phar.require_hash=1
12 var_dump(ini_set('phar.require_hash', 1));
14 var_dump(ini_get('phar.require_hash'));
16 var_dump(ini_set('phar.require_hash', 0));
18 var_dump(ini_get('phar.require_hash'));
H A Dphpinfo_001.phpt13 phar.require_hash=0
19 ini_set('phar.require_hash',1);
42 phar.require_hash => Off => Off
62 phar.require_hash => On => Off
H A Dphpinfo_002.phpt13 phar.require_hash=1
40 phar.require_hash => On => On
H A Dphpinfo_003.phpt13 phar.require_hash=1
40 phar.require_hash => On => On
H A Dphar_oo_nosig.phpt6 phar.require_hash=0
H A Dphar_get_supported_signatures_002.phpt10 phar.require_hash=0
H A Dphar_get_supportedcomp2.phpt8 phar.require_hash=0
H A Dphar_get_supportedcomp3.phpt8 phar.require_hash=0
H A Dphar_get_supported_signatures_002a.phpt10 phar.require_hash=0
H A Dphar_get_supportedcomp1.phpt8 phar.require_hash=0
H A D032.phpt6 phar.require_hash=1
H A Dbug46178.phpt6 phar.require_hash=0
H A Dbug60164.phpt8 phar.require_hash=0
H A Dbug74196.phpt7 phar.require_hash=0
H A Dphar_buildfromdirectory1.phpt6 phar.require_hash=0
H A Dphar_buildfromiterator1.phpt6 phar.require_hash=0
H A D012.phpt6 phar.require_hash=0
H A Dcreate_new_phar_c.phpt7 phar.require_hash=1
/PHP-7.4/ext/phar/tests/tar/
H A Drequire_hash.phpt2 Phar: tar-based phar, require_hash=1, no signature
7 phar.require_hash=0
10 ini_set('phar.require_hash', 1);
12 $fname = __DIR__ . '/require_hash.phar.tar';
14 $fname2 = __DIR__ . '/require_hash.tar';
29 ini_set('phar.require_hash', 0);
44 @unlink(__DIR__ . '/require_hash.phar.tar');
45 @unlink(__DIR__ . '/require_hash.tar');
H A Dtar_nohash.phpt2 Phar: tar archive, require_hash=1, should not error out
8 phar.require_hash=1
H A Dtar_openssl_hash.phpt2 Phar: tar archive, require_hash=1, OpenSSL hash
9 phar.require_hash=1
H A Dlinks3.phpt6 phar.require_hash=0
H A Dlinks4.phpt6 phar.require_hash=0
H A Dlinks5.phpt6 phar.require_hash=0

Completed in 23 milliseconds

12345678910