Home
last modified time | relevance | path

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

/PHP-8.2/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.phpt12 $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 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.2/ext/fileinfo/tests/upstream/
H A Dhddrawcopytool.result1 HDD Raw Copy Tool 1.10 - HD model: ST500DM0 02-1BD142 serial: 51D20233A7C0
H A Dfit-map-data.result1 FIT Map data, unit id 65536, serial 3879446968, Sat May 31 10:00:34 2014, manufacturer 1 (garmin), …
/PHP-8.2/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.phpt33 serial:00%A"
H A Dopenssl_x509_parse_basic.phpt162 serial:AE:C5:56:CC:72:37:50:A2%A"
309 serial:AE:C5:56:CC:72:37:50:A2%A"
H A Dopenssl_x509_parse_basic_openssl32.phpt171 serial:AE:C5:56:CC:72:37:50:A2%A"
327 serial:AE:C5:56:CC:72:37:50:A2%A"
/PHP-8.2/ext/fileinfo/tests/
H A Dbug71434.phpt10 from serial import Serial
H A Dmagic3471 >>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 Dmagic私はガラスを食べられます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.2/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.2/ext/openssl/
H A Dopenssl_arginfo.h92 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, serial, IS_LONG, 0, "0")
H A Dopenssl.c3153 zend_long serial = Z_L(0); in PHP_FUNCTION() local
3167 Z_PARAM_LONG(serial) in PHP_FUNCTION()
3237 ASN1_INTEGER_set_int64(X509_get_serialNumber(new_cert), serial); in PHP_FUNCTION()
3239 ASN1_INTEGER_set(X509_get_serialNumber(new_cert), serial); in PHP_FUNCTION()

Completed in 415 milliseconds