Searched refs:serial (Results 1 – 22 of 22) sorted by relevance
/php-src/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-src/ext/openssl/tests/ |
H A D | openssl_csr_sign_with_serial_hex.phpt | 2 openssl_csr_sign() with serial and serial_hex parameters 52 Warning: openssl_csr_sign(): Error parsing serial number in %s on line %d 55 Warning: openssl_csr_sign(): Error parsing serial number in %s on line %d 58 Warning: openssl_csr_sign(): Error parsing serial number because it is too long in %s on line %d
|
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 | 162 serial:AE:C5:56:CC:72:37:50:A2%A" 309 serial:AE:C5:56:CC:72:37:50:A2%A"
|
H A D | openssl_x509_parse_basic_openssl32.phpt | 171 serial:AE:C5:56:CC:72:37:50:A2%A" 327 serial:AE:C5:56:CC:72:37:50:A2%A"
|
/php-src/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-src/ext/fileinfo/tests/ |
H A D | bug71434.phpt | 10 from serial import Serial
|
H A D | magic私はガラスを食べられます | 3863 >>0x27 lelong x serial %08x, 6380 >7 string \001 serial file 12640 >>>0x64 ulelong x \b, serial number %#x 13805 >>>>>>>>>39 ulelong x \b, serial number %#x 13876 >>>>>>>67 ulelong x \b, serial number %#x 13917 >>>>>>>>>72 ulequad x \b, serial number 0%llx 14977 >0x400 pstring x serial: %s 22775 >8 lelong x \b, serial %u 25351 >>39 lelong x \b, serial %u 31547 >>0 ubyte 0x0C serial bus controller [all …]
|
H A D | magic | 3863 >>0x27 lelong x serial %08x, 6380 >7 string \001 serial file 12640 >>>0x64 ulelong x \b, serial number %#x 13805 >>>>>>>>>39 ulelong x \b, serial number %#x 13876 >>>>>>>67 ulelong x \b, serial number %#x 13917 >>>>>>>>>72 ulequad x \b, serial number 0%llx 14977 >0x400 pstring x serial: %s 22775 >8 lelong x \b, serial %u 25351 >>39 lelong x \b, serial %u 31547 >>0 ubyte 0x0C serial bus controller [all …]
|
/php-src/build/ |
H A D | ax_check_compile_flag.m4 | 37 #serial 7
|
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-src/ext/openssl/ |
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 | 3242 zend_long serial = Z_L(0); in PHP_FUNCTION() local 3257 Z_PARAM_LONG(serial) in PHP_FUNCTION() 3352 PHP_OPENSSL_ASN1_INTEGER_set(X509_get_serialNumber(new_cert), serial); in PHP_FUNCTION()
|
Completed in 242 milliseconds