/PHP-7.3/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' . 89 'ct' => '61353b4c2806934a777ff51fa22a4755' . 106 'ct' => '8ce24998625615b603a033aca13fb894' .
|
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_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_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_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);
|
/PHP-7.3/sapi/fpm/fpm/ |
H A D | fpm_env.c | 89 int ct = 0; in unsetenv() local 92 while(environ[ct] != NULL) { in unsetenv() 93 if (nvmatch(name, environ[ct]) != 0) del=ct; /* <--- WTF?! */ in unsetenv() 94 { ct++; } /* <--- WTF?! */ in unsetenv() 97 environ[del] = environ[ct-1]; in unsetenv() 98 environ[ct-1] = NULL; in unsetenv()
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | stripcslashes_variation1.phpt | 25 return "obj'ct"; 164 string(6) "obj'ct"
|
H A D | stripslashes_variation1.phpt | 24 return "obj\'ct"; 163 string(6) "obj'ct"
|
H A D | addslashes_variation1.phpt | 24 return "obj'ct"; 162 string(7) "obj\'ct"
|
H A D | chunk_split_variation1.phpt | 160 string(9) "ob je ct "
|
/PHP-7.3/ext/pdo_dblib/ |
H A D | README | 5 - 'sybase' when built against Sybase ct-lib
|
/PHP-7.3/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-7.3/ext/exif/tests/ |
H A D | exif_imagetype_variation1.phpt | 23 return "obj'ct"; 197 Warning: exif_imagetype(obj'ct): failed to open stream: No such file or directory in %s on line %d
|
H A D | exif_tagname_variation1.phpt | 23 return "obj'ct";
|
H A D | exif_tagname_variation1-64bit.phpt | 25 return "obj'ct";
|
/PHP-7.3/ext/gd/ |
H A D | gd.c | 1821 int ct = (-1); in PHP_FUNCTION() local 1831 ct = gdImageColorAllocateAlpha(im, red, green, blue, alpha); in PHP_FUNCTION() 1832 if (ct < 0) { in PHP_FUNCTION() 1835 RETURN_LONG((zend_long)ct); in PHP_FUNCTION() 2837 int ct = (-1); in PHP_FUNCTION() local 2847 ct = gdImageColorAllocate(im, red, green, blue); in PHP_FUNCTION() 2848 if (ct < 0) { in PHP_FUNCTION() 2851 RETURN_LONG(ct); in PHP_FUNCTION()
|
/PHP-7.3/Zend/ |
H A D | zend_inheritance.c | 1022 zend_class_constant *ct; in do_inherit_iface_constant() local 1027 ct = pemalloc(sizeof(zend_class_constant), 1); in do_inherit_iface_constant() 1028 memcpy(ct, c, sizeof(zend_class_constant)); in do_inherit_iface_constant() 1029 c = ct; in do_inherit_iface_constant()
|
/PHP-7.3/ext/hash/tests/ |
H A D | fnv1a32.phpt | 190 array( 'X!pK_=!bT8V.RL.ts}$W8DdqCk$NVa$0ct\\C2', '380f7299' ),
|
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | regparse.c | 2184 CtypeNode* ct; in node_new_anychar_with_fixed_option() local 2190 ct = CTYPE_(node); in node_new_anychar_with_fixed_option() 2191 ct->options = option; in node_new_anychar_with_fixed_option()
|
H A D | regexec.c | 1635 #define STACK_PUSH_REPEAT_INC(sid, ct) do {\ argument 1639 stk->u.repeat_inc.count = (ct);\
|