/PHP-8.0/ext/openssl/tests/ |
H A D | cipher_tests.inc | 10 'ct' => 'd2a1f0e051ea5f62081a7792073d593d', 20 'ct' => 'e3b201a9f5b71a7a9b1ceaeccd97e70b' . 34 'ct' => '9a5fcccdb4cf04e7293d2775cc76a488' . 44 'ct' => '', 51 'ct' => '0388dace60b6a392f328c2b971b2fe78', 61 'ct' => '42831ec2217774244b7221b784d0d49c' . 75 'ct' => '42831ec2217774244b7221b784d0d49c' . 120 'ct' => '', 128 'ct' => '6820B3657B6F615A', 136 'ct' => '', [all …]
|
H A D | bug41033.phpt | 14 $ct = "Hello I am some text!"; 15 openssl_sign($ct, $signature, $prkeyid, OPENSSL_ALGO_SHA1); 19 $valid = openssl_verify($ct, $signature, $pukeyid, OPENSSL_ALGO_SHA1);
|
H A D | openssl_decrypt_ocb.phpt | 18 $pt = openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA, 24 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA, 28 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA, 32 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA, 36 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
|
H A D | openssl_decrypt_ccm.phpt | 19 $pt = openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA, 26 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA, 29 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA, 32 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
|
H A D | openssl_decrypt_gcm.phpt | 18 $pt = openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA, 24 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA, 27 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA, 30 var_dump(openssl_decrypt($test['ct'], $method, $test['key'], OPENSSL_RAW_DATA,
|
H A D | openssl_encrypt_ccm.phpt | 19 $ct = openssl_encrypt($test['pt'], $method, $test['key'], OPENSSL_RAW_DATA, 21 var_dump($test['ct'] === $ct);
|
H A D | openssl_encrypt_gcm.phpt | 18 $ct = openssl_encrypt($test['pt'], $method, $test['key'], OPENSSL_RAW_DATA, 20 var_dump($test['ct'] === $ct);
|
H A D | openssl_encrypt_ocb.phpt | 18 $ct = openssl_encrypt($test['pt'], $method, $test['key'], OPENSSL_RAW_DATA, 20 var_dump($test['ct'] === $ct);
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_env.c | 88 int ct = 0; in unsetenv() local 91 while(environ[ct] != NULL) { in unsetenv() 92 if (nvmatch(name, environ[ct]) != 0) del=ct; /* <--- WTF?! */ in unsetenv() 93 { ct++; } /* <--- WTF?! */ in unsetenv() 96 environ[del] = environ[ct-1]; in unsetenv() 97 environ[ct-1] = NULL; in unsetenv()
|
/PHP-8.0/ext/gd/libgd/ |
H A D | gd.c | 310 int ct = (-1); in gdImageColorClosestAlpha() local 330 ct = i; in gdImageColorClosestAlpha() 334 return ct; in gdImageColorClosestAlpha() 476 int ct = (-1); in gdImageColorClosestHWB() local 490 ct = i; in gdImageColorClosestHWB() 494 return ct; in gdImageColorClosestHWB() 527 int ct = (-1); in gdImageColorAllocateAlpha() local 533 ct = i; in gdImageColorAllocateAlpha() 550 return ct; in gdImageColorAllocateAlpha() 572 int ct = -1; in gdImageColorResolveAlpha() local [all …]
|
/PHP-8.0/ext/gd/ |
H A D | gd.c | 1039 int ct = (-1); in PHP_FUNCTION() local 1052 ct = gdImageColorAllocateAlpha(im, red, green, blue, alpha); in PHP_FUNCTION() 1053 if (ct < 0) { in PHP_FUNCTION() 1056 RETURN_LONG((zend_long)ct); in PHP_FUNCTION() 2085 int ct = (-1); in PHP_FUNCTION() local 2097 ct = gdImageColorAllocate(im, red, green, blue); in PHP_FUNCTION() 2098 if (ct < 0) { in PHP_FUNCTION() 2101 RETURN_LONG(ct); in PHP_FUNCTION()
|
/PHP-8.0/Zend/ |
H A D | zend_inheritance.c | 1441 zend_class_constant *ct; in do_inherit_iface_constant() local 1446 ct = pemalloc(sizeof(zend_class_constant), 1); in do_inherit_iface_constant() 1447 memcpy(ct, c, sizeof(zend_class_constant)); in do_inherit_iface_constant() 1448 c = ct; in do_inherit_iface_constant()
|
/PHP-8.0/ext/hash/tests/ |
H A D | fnv1a32.phpt | 188 array( 'X!pK_=!bT8V.RL.ts}$W8DdqCk$NVa$0ct\\C2', '380f7299' ),
|