Home
last modified time | relevance | path

Searched refs:serial (Results 1 – 20 of 20) sorted by relevance

/PHP-8.0/ext/hash/tests/
H A Dhash_serialize_003.phpt230 function test_serialization($serial, $hash, $algo) {
232 $ctx = unserialize(base64_decode($serial));
236 echo "$algo: unexpected hash $hash2 for serialization {$serial}\n";
239 echo "$algo: problem with serialization {$serial}\n";
250 $serial = base64_encode(serialize($ctx));
251 if (!in_array($serial, $slist)) {
252 echo "$algo: unexpected serialization $serial\n";
255 test_serialization($serial, $hash, $algo);
H A Dhash_serialize_001.phpt11 $serial = serialize($ctx0);
12 assert(is_string($serial));
14 $ctx1 = unserialize($serial);
16 $serial = serialize($ctx1);
17 assert(is_string($serial));
20 $ctx2 = unserialize($serial);
29 $serial = serialize($orig);
35 $copy = unserialize($serial);
H A Dhash_serialize_004.phpt24 ] as $serial) {
26 $ctx = unserialize(base64_decode($serial));
H A Dhash_serialize_002.phpt18 $serial = serialize($ctx0);
19 assert(is_string($serial));
/PHP-8.0/ext/openssl/tests/
H A Dbug39217.phpt2 Bug #39217 (Large serial number return -1)
H A Dbug52093.phpt2 Bug #52093 (openssl_csr_sign truncates $serial)
H A Dbug28382.phpt37 serial:00
H A Dopenssl_x509_parse_basic.phpt158 serial:AE:C5:56:CC:72:37:50:A2
306 serial:AE:C5:56:CC:72:37:50:A2
/PHP-8.0/ext/fileinfo/tests/
H A Dbug71434.phpt10 from serial import Serial
H A Dmagic私はガラスを食べられます3227 >>0x27 lelong x serial %08x,
5422 >7 string \001 serial file
11909 >>>0x130 search/55 \xee\x80\xc2\x05\xec\xa8\x40 \b,serial IO
12112 >>>>>>>>>39 ulelong x \b, serial number 0x%x
12183 >>>>>>>67 ulelong x \b, serial number 0x%x
12224 >>>>>>>>>72 ulequad x \b, serial number 0%llx
13118 >0x400 pstring x serial: %s
18775 0 lelong 0x0ff0a55a Intel serial flash for ICH/PCH ROM <= 5 or 3400 series A-step
18776 16 lelong 0x0ff0a55a Intel serial flash for PCH ROM
18924 >8 lelong x \b, serial %u
[all …]
H A Dmagic3227 >>0x27 lelong x serial %08x,
5422 >7 string \001 serial file
11909 >>>0x130 search/55 \xee\x80\xc2\x05\xec\xa8\x40 \b,serial IO
12112 >>>>>>>>>39 ulelong x \b, serial number 0x%x
12183 >>>>>>>67 ulelong x \b, serial number 0x%x
12224 >>>>>>>>>72 ulequad x \b, serial number 0%llx
13118 >0x400 pstring x serial: %s
18775 0 lelong 0x0ff0a55a Intel serial flash for ICH/PCH ROM <= 5 or 3400 series A-step
18776 16 lelong 0x0ff0a55a Intel serial flash for PCH ROM
18924 >8 lelong x \b, serial %u
[all …]
/PHP-8.0/build/
H A Dax_check_compile_flag.m437 #serial 6
H A Dax_gcc_func_attribute.m480 #serial 9
H A Dax_func_which_gethostbyname_r.m464 #serial 8
H A Dpkg.m42 # serial 12 (pkg-config-0.29.2)
H A Dlibtool.m410 # serial 52 AC_PROG_LIBTOOL
/PHP-8.0/ext/openssl/
H A Dopenssl.stub.php57 …l $ca_certificate, $private_key, int $days, ?array $options = null, int $serial = 0): OpenSSLCerti… argument
H A Dopenssl_arginfo.h92 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, serial, IS_LONG, 0, "0")
H A Dopenssl.c3270 zend_long serial = Z_L(0); in PHP_FUNCTION() local
3283 Z_PARAM_LONG(serial) in PHP_FUNCTION()
3353 ASN1_INTEGER_set_int64(X509_get_serialNumber(new_cert), serial); in PHP_FUNCTION()
3355 ASN1_INTEGER_set(X509_get_serialNumber(new_cert), serial); in PHP_FUNCTION()
/PHP-8.0/
H A DNEWS744 . Fixed bug #52093 (openssl_csr_sign truncates $serial). (cmb)

Completed in 147 milliseconds