Searched refs:serial (Results 1 – 20 of 20) sorted by relevance
/PHP-8.0/ext/hash/tests/ |
H A D | hash_serialize_003.phpt | 230 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 D | hash_serialize_001.phpt | 11 $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 D | hash_serialize_004.phpt | 24 ] as $serial) { 26 $ctx = unserialize(base64_decode($serial));
|
H A D | hash_serialize_002.phpt | 18 $serial = serialize($ctx0); 19 assert(is_string($serial));
|
/PHP-8.0/ext/openssl/tests/ |
H A D | bug39217.phpt | 2 Bug #39217 (Large serial number return -1)
|
H A D | bug52093.phpt | 2 Bug #52093 (openssl_csr_sign truncates $serial)
|
H A D | bug28382.phpt | 37 serial:00
|
H A D | openssl_x509_parse_basic.phpt | 158 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 D | bug71434.phpt | 10 from serial import Serial
|
H A D | magic私はガラスを食べられます | 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 D | magic | 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 …]
|
/PHP-8.0/build/ |
H A D | ax_check_compile_flag.m4 | 37 #serial 6
|
H A D | ax_gcc_func_attribute.m4 | 80 #serial 9
|
H A D | ax_func_which_gethostbyname_r.m4 | 64 #serial 8
|
H A D | pkg.m4 | 2 # serial 12 (pkg-config-0.29.2)
|
H A D | libtool.m4 | 10 # serial 52 AC_PROG_LIBTOOL
|
/PHP-8.0/ext/openssl/ |
H A D | openssl.stub.php | 57 …l $ca_certificate, $private_key, int $days, ?array $options = null, int $serial = 0): OpenSSLCerti… argument
|
H A D | openssl_arginfo.h | 92 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, serial, IS_LONG, 0, "0")
|
H A D | openssl.c | 3270 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 D | NEWS | 744 . Fixed bug #52093 (openssl_csr_sign truncates $serial). (cmb)
|
Completed in 201 milliseconds