Home
last modified time | relevance | path

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

1234567891011

/PHP-8.0/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);
41 phar.require_hash => Off => Off
61 phar.require_hash => On => Off
H A Dphpinfo_002.phpt13 phar.require_hash=1
39 phar.require_hash => On => On
H A Dphpinfo_003.phpt13 phar.require_hash=1
39 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
/PHP-8.0/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);
43 @unlink(__DIR__ . '/require_hash.phar.tar');
44 @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
/PHP-8.0/ext/phar/tests/zip/
H A Drequire_hash.phpt2 Phar: zip-based phar, require_hash=1, no signature
10 phar.require_hash=0
13 ini_set('phar.require_hash', 1);
15 $fname = __DIR__ . '/require_hash.phar.zip';
17 $fname2 = __DIR__ . '/require_hash.zip';
32 ini_set('phar.require_hash', 0);
47 @unlink(__DIR__ . '/require_hash.phar.zip');
48 @unlink(__DIR__ . '/require_hash.zip');
H A Dzlib.phpt4 phar.require_hash=0
H A Dfrontcontroller1.phar.phpt4 phar.require_hash=0
H A Dfrontcontroller4.phar.phpt4 phar.require_hash=0
H A Dfrontcontroller5.phar.phpt4 phar.require_hash=0

Completed in 32 milliseconds

1234567891011