Home
last modified time | relevance | path

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

123

/PHP-7.3/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.3/ext/phar/tests/zip/
H A Dcorrupt_004.phpt15 phar error: corrupted central directory entry, no magic signature in zip-based phar "%scdir_offset.…
/PHP-7.3/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.3/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 Dbug69441.phpt17 UnexpectedValueException: phar error: corrupted central directory entry, no magic signature in zip-…
H A Dtest_signaturealgos.phpt2 Phar: verify signature parsing works
/PHP-7.3/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.3/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.3/ext/imap/
H A Dconfig.w3223 AC_DEFINE('HAVE_NEW_MIME2TEXT', 1, 'Whether utf8_mime2text() has new signature');
H A Dconfig.m4128 AC_CACHE_CHECK(for utf8_mime2text signature, ac_cv_utf8_mime2text,
142 AC_DEFINE(HAVE_NEW_MIME2TEXT, 1, [Whether utf8_mime2text() has new signature])
162 …AC_MSG_ERROR([utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not ha…
165 …AC_MSG_ERROR([utf8_mime2text() has old signature, but U8T_CANONICAL is present. This should not ha…
/PHP-7.3/ext/phar/
H A Dconfig.m414 AC_MSG_WARN([Phar: sha256/sha512 signature support disabled if ext/hash is built shared])
H A Dzip.c303 if (mydata->signature) { \ in phar_parse_zipfile()
304 efree(mydata->signature); \ in phar_parse_zipfile()
325 if (mydata->signature) { \ in phar_parse_zipfile()
326 efree(mydata->signature); \ in phar_parse_zipfile()
348 if (memcmp("PK\1\2", zipentry.signature, 4)) { in phar_parse_zipfile()
817 strncpy(local.signature, "PK\3\4", 4); in phar_zip_changed_apply_int()
818 strncpy(central.signature, "PK\1\2", 4); in phar_zip_changed_apply_int()
1111 char *signature, sigbuf[8]; in phar_zip_applysignature() local
1157 efree(signature); in phar_zip_applysignature()
1166 efree(signature); in phar_zip_applysignature()
[all …]
/PHP-7.3/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.

Completed in 24 milliseconds

123