Home
last modified time | relevance | path

Searched refs:signature (Results 26 – 50 of 73) sorted by relevance

123

/PHP-7.4/ext/phar/tests/zip/
H A Dcorrupt_004.phpt15 phar error: corrupted central directory entry, no magic signature in zip-based phar "%scdir_offset.…
H A Dcorrupt_007.phpt15 phar error: corrupted central directory entry, no magic signature in zip-based phar "%struncfilenam…
/PHP-7.4/Zend/tests/
H A Dobjects_005.phpt2 method overloading with different method signature
H A Dobjects_002.phpt2 method overloading with different method signature
H A Dobjects_004.phpt2 method overloading with different method signature
H A Dobjects_003.phpt2 method overloading with different method signature
H A Dobjects_008.phpt2 method overloading with different method signature
H A Dbug72496.phpt2 Bug #72496 (declare public method with signature incompatible with parent private method should not…
H A Dobjects_006.phpt2 method overloading with different method signature
H A Dobjects_007.phpt2 method overloading with different method signature
/PHP-7.4/tests/classes/
H A Dctor_in_interface_03.phpt2 ZE2 A class constructor must keep the signature of base class interfaces
H A Dctor_in_interface_04.phpt2 ZE2 A class constructor must keep the signature of base class interfaces
H A Dctor_in_interface_02.phpt2 ZE2 A class constructor must keep the signature of all interfaces
/PHP-7.4/ext/phar/tests/
H A D032.phpt28 phar "%s032.phar.php" does not have a signature===DONE===
H A Dbug69720.phar2 …������������������������������������������������������������������.phar/signature.bin�������������…
H A Dtest_signaturealgos.phpt2 Phar: verify signature parsing works
/PHP-7.4/Zend/tests/traits/bugs/
H A Dabstract-methods05.phpt2 The compatibility with the signature of abstract methods should be checked.
H A Dabstract-methods06.phpt2 The compatibility with the signature of abstract methods should be checked. (also checking the seco…
/PHP-7.4/ext/openssl/tests/
H A Dbug70438.phpt26 Warning: openssl_seal(): Unknown signature algorithm. in %s on line %d
H A Dopenssl_x509_fingerprint_basic.phpt50 Warning: openssl_x509_fingerprint(): Unknown signature algorithm in %s on line %d
/PHP-7.4/ext/imap/
H A Dconfig.w3222 AC_DEFINE('HAVE_NEW_MIME2TEXT', 1, 'Whether utf8_mime2text() has new signature');
H A Dconfig.m4131 AC_CACHE_CHECK(for utf8_mime2text signature, ac_cv_utf8_mime2text,
145 AC_DEFINE(HAVE_NEW_MIME2TEXT, 1, [Whether utf8_mime2text() has new signature])
165 …AC_MSG_ERROR([utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not ha…
168 …AC_MSG_ERROR([utf8_mime2text() has old signature, but U8T_CANONICAL is present. This should not ha…
/PHP-7.4/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_001.phpt2 …c_array() passes by reference if the array element is referenced, regardless of function signature.
/PHP-7.4/ext/phar/
H A Dzip.c331 if (mydata->signature) { \ in phar_parse_zipfile()
332 efree(mydata->signature); \ in phar_parse_zipfile()
353 if (mydata->signature) { \ in phar_parse_zipfile()
354 efree(mydata->signature); \ in phar_parse_zipfile()
376 if (memcmp("PK\1\2", zipentry.signature, 4)) { in phar_parse_zipfile()
851 memcpy(local.signature, "PK\3\4", 4); in phar_zip_changed_apply_int()
852 memcpy(central.signature, "PK\1\2", 4); in phar_zip_changed_apply_int()
1150 char *signature, sigbuf[8]; in phar_zip_applysignature() local
1196 efree(signature); in phar_zip_applysignature()
1205 efree(signature); in phar_zip_applysignature()
[all …]
H A Dphar.c212 if (phar->signature) { in PHP_INI_END()
214 phar->signature = NULL; in PHP_INI_END()
494 if (signature) {\
678 char *signature = NULL; in phar_parse_pharfile() local
993 if (signature) { in phar_parse_pharfile()
994 efree(signature); in phar_parse_pharfile()
1211 mydata->signature = signature; in phar_parse_pharfile()
1220 signature = NULL; in phar_parse_pharfile()
1227 signature = NULL; in phar_parse_pharfile()
2384 if (desc.signature[0] == 'P' && desc.signature[1] == 'K') { in phar_postprocess_file()
[all …]

Completed in 50 milliseconds

123