Searched refs:serial (Results 1 – 21 of 21) sorted by relevance
/PHP-8.1/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 | 12 $serial = serialize($ctx0); 13 assert(is_string($serial)); 15 $ctx1 = unserialize($serial); 17 $serial = serialize($ctx1); 18 assert(is_string($serial)); 21 $ctx2 = unserialize($serial); 31 $serial = serialize($orig); 37 $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.1/ext/fileinfo/tests/upstream/ |
H A D | hddrawcopytool.result | 1 HDD Raw Copy Tool 1.10 - HD model: ST500DM0 02-1BD142 serial: 51D20233A7C0
|
H A D | fit-map-data.result | 1 FIT Map data, unit id 65536, serial 3879446968, Sat May 31 10:00:34 2014, manufacturer 1 (garmin), …
|
/PHP-8.1/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 | 33 serial:00%A"
|
H A D | openssl_x509_parse_basic.phpt | 158 serial:AE:C5:56:CC:72:37:50:A2%A" 305 serial:AE:C5:56:CC:72:37:50:A2%A"
|
/PHP-8.1/ext/fileinfo/tests/ |
H A D | bug71434.phpt | 10 from serial import Serial
|
H A D | magic | 3471 >>0x27 lelong x serial %08x, 5731 >7 string \001 serial file 11425 >>>0x64 ulelong x \b, serial number 0x%x 12590 >>>>>>>>>39 ulelong x \b, serial number 0x%x 12661 >>>>>>>67 ulelong x \b, serial number 0x%x 12702 >>>>>>>>>72 ulequad x \b, serial number 0%llx 13599 >0x400 pstring x serial: %s 19513 16 lelong 0x0ff0a55a Intel serial flash for PCH ROM 19661 >8 lelong x \b, serial %u 21864 >>39 lelong x \b, serial %u [all …]
|
H A D | magic私はガラスを食べられます | 3471 >>0x27 lelong x serial %08x, 5731 >7 string \001 serial file 11425 >>>0x64 ulelong x \b, serial number 0x%x 12590 >>>>>>>>>39 ulelong x \b, serial number 0x%x 12661 >>>>>>>67 ulelong x \b, serial number 0x%x 12702 >>>>>>>>>72 ulequad x \b, serial number 0%llx 13599 >0x400 pstring x serial: %s 19513 16 lelong 0x0ff0a55a Intel serial flash for PCH ROM 19661 >8 lelong x \b, serial %u 21864 >>39 lelong x \b, serial %u [all …]
|
/PHP-8.1/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.1/ext/openssl/ |
H A D | openssl.stub.php | 73 …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 | 3269 zend_long serial = Z_L(0); in PHP_FUNCTION() local 3282 Z_PARAM_LONG(serial) in PHP_FUNCTION() 3352 ASN1_INTEGER_set_int64(X509_get_serialNumber(new_cert), serial); in PHP_FUNCTION() 3354 ASN1_INTEGER_set(X509_get_serialNumber(new_cert), serial); in PHP_FUNCTION()
|
Completed in 159 milliseconds