Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/phar/tests/zip/
H A Dcorrupt_007.phpt16 phar error: corrupted central directory entry, no magic signature in zip-based phar "%struncfilenam…
/PHP-5.5/Zend/tests/
H A Dobjects_008.phpt2 method overloading with different method signature
H A Dobjects_009.phpt2 method overloading with different method signature
H A Dobjects_006.phpt2 method overloading with different method signature
H A Dobjects_007.phpt2 method overloading with different method signature
/PHP-5.5/tests/classes/
H A Dctor_in_interface_02.phpt2 ZE2 A class constructor must keep the signature of all interfaces
/PHP-5.5/ext/phar/tests/
H A Dbug69720.phar2 …������������������������������������������������������������������.phar/signature.bin�������������…
H A Dbug69441.phpt17 …' with message 'phar error: corrupted central directory entry, no magic signature in zip-based pha…
H A Dtest_signaturealgos.phpt2 Phar: verify signature parsing works
/PHP-5.5/Zend/tests/traits/bugs/
H A Dabstract-methods06.phpt2 The compatibility with the signature of abstract methods should be checked. (also checking the seco…
/PHP-5.5/ext/imap/
H A Dconfig.w3224 AC_DEFINE('HAVE_NEW_MIME2TEXT', 1, 'Whether utf8_mime2text() has new signature');
H A Dconfig.m4130 AC_CACHE_CHECK(for utf8_mime2text signature, ac_cv_utf8_mime2text,
144 AC_DEFINE(HAVE_NEW_MIME2TEXT, 1, [Whether utf8_mime2text() has new signature])
164 …AC_MSG_ERROR([utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not ha…
167 …AC_MSG_ERROR([utf8_mime2text() has old signature, but U8T_CANONICAL is present. This should not ha…
/PHP-5.5/ext/phar/
H A Dconfig.m415 AC_MSG_WARN([Phar: sha256/sha512 signature support disabled if ext/hash is built shared])
H A Dzip.c313 if (mydata->signature) { \ in phar_parse_zipfile()
314 efree(mydata->signature); \ in phar_parse_zipfile()
337 if (mydata->signature) { \ in phar_parse_zipfile()
338 efree(mydata->signature); \ in phar_parse_zipfile()
360 if (memcmp("PK\1\2", zipentry.signature, 4)) { in phar_parse_zipfile()
796 strncpy(local.signature, "PK\3\4", 4); in phar_zip_changed_apply()
797 strncpy(central.signature, "PK\1\2", 4); in phar_zip_changed_apply()
1085 char *signature, sigbuf[8]; in phar_zip_applysignature() local
1131 efree(signature); in phar_zip_applysignature()
1140 efree(signature); in phar_zip_applysignature()
[all …]
H A Dphar.c219 if (phar->signature) { in PHP_INI_END()
221 phar->signature = NULL; in PHP_INI_END()
495 if (signature) {\
660 char *signature = NULL; local
987 if (signature) {
988 efree(signature);
1199 mydata->signature = signature;
1208 signature = NULL;
1215 signature = NULL;
2448 if (desc.signature[0] == 'P' && desc.signature[1] == 'K') {
[all …]
H A Dconfig.w3242 WARNING('Phar: sha256/sha512 signature support disabled if ext/hash is built shared');
H A Dtar.c305 …fp) - size - 512, myphar->sig_flags, buf + 8, size - 8, fname, &myphar->signature, &myphar->sig_le… in phar_parse_tarfile()
602 if (!myphar->is_data && PHAR_G(require_hash) && !myphar->signature) { in phar_parse_tarfile()
950 char *buf, *signature, *tmp, sigbuf[8]; in phar_tar_flush() local
1194 …if (FAILURE == phar_create_signature(phar, newfile, &signature, &signature_length, error TSRMLS_CC… in phar_tar_flush()
1228 …y.fp, sigbuf, 8) || signature_length != (int)php_stream_write(entry.fp, signature, signature_lengt… in phar_tar_flush()
1229 efree(signature); in phar_tar_flush()
1241 efree(signature); in phar_tar_flush()
H A Dphar_internal.h331 char *signature; member
592 …_phar, php_uint32 sig_type, char *sig, int sig_len, char *fname, char **signature, int *signature_…
593 int phar_create_signature(phar_archive_data *phar, php_stream *fp, char **signature, int *signature…
/PHP-5.5/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-5.5/ext/intl/tests/
H A Dcollator_asort.phpt34 // Preppend test signature to output string
H A Dcollator_asort_variant2.phpt34 // Preppend test signature to output string
H A Dcollator_sort_with_sort_keys.phpt36 // Preppend test signature to output string
H A Dcollator_sort_with_sort_keys_variant2.phpt36 // Preppend test signature to output string
H A Dcollator_sort.phpt35 // Preppend test signature to output string
H A Dcollator_sort_variant2.phpt35 // Preppend test signature to output string

Completed in 72 milliseconds

123