Home
last modified time | relevance | path

Searched refs:sign (Results 1 – 25 of 102) sorted by relevance

12345

/php-src/ext/openssl/tests/
H A Dopenssl_verify_basic.phpt12 openssl_sign($data, $sign, $privkey, OPENSSL_ALGO_SHA256);
13 var_dump(openssl_verify($data, $sign, $pubkey, OPENSSL_ALGO_SHA256));
14 var_dump(openssl_verify($data, $sign, $privkey, OPENSSL_ALGO_SHA256));
15 var_dump(openssl_verify($data, $sign, $wrong, OPENSSL_ALGO_SHA256));
17 var_dump(openssl_verify($wrong, $sign, $pubkey, OPENSSL_ALGO_SHA256));
H A Dopenssl_sign_basic.phpt11 var_dump(openssl_sign($data, $sign, $privkey, OPENSSL_ALGO_SHA256)); // no output
12 var_dump(openssl_sign($data, $sign, $wrong));
H A Dbug66501.phpt21 $res = openssl_sign($data ='alpha', $sign, $key, 'SHA256');
H A Dbug36732.phpt2 Bug #36732 (add support for req_extensions in openss_csr_new and sign)
/php-src/scripts/dev/
H A Dgen_verify_stub35 gpg --armor --detach-sign $TARBALL
37 gpg -u $GPG_USER --armor --detach-sign $TARBALL
/php-src/ext/standard/tests/strings/
H A Dsprintf_variation5.phpt22 var_dump(sprintf("%%+d = '%+d'", $n)); // sign specifier on a positive integer
23 var_dump(sprintf("%%+d = '%+d'", $u)); // sign specifier on a negative integer
H A Dstrip_tags_variation10.phpt13 '<html> \$ -> This represents the dollar sign</html><?php echo hello ?>',
37 string(51) "<html> \$ -> This represents the dollar sign</html>"
H A Dstrip_tags_variation9.phpt12 "<html> \$ -> This represents the dollar sign</html><?php echo hello ?>",
36 string(50) "<html> $ -> This represents the dollar sign</html>"
H A Dsprintf_f_2.phpt54 var_dump(sprintf("%%+d = '%+d'", $n)); // sign specifier on a positive integer
55 var_dump(sprintf("%%+d = '%+d'", $u)); // sign specifier on a negative integer
/php-src/tests/lang/string/
H A Dunicode_escape_sign.phpt2 Invalid Unicode escape sequence: Positive sign
H A Dunicode_escape_sign2.phpt2 Invalid Unicode escape sequence: Negative sign
/php-src/Zend/
H A Dzend_strtod.c1135 c->sign = i;
1958 if (sign)
2566 sign = 1;
2747 sign = 0;
2855 if (sign)
3780 *sign = 1; in zend_dtoa()
3784 *sign = 0; in zend_dtoa()
3816 if (*sign) in zend_dtoa()
4510 bool sign; in zend_gcvt() local
4528 if (sign) { in zend_gcvt()
[all …]
H A Dzend_strtod.h34 ZEND_API char *zend_dtoa(double _d, int mode, int ndigits, int *decpt, bool *sign, char **rve);
/php-src/ext/standard/tests/misc/
H A Dbug65550.phpt2 Bug #65550 (get_browser() incorrectly parses entries with "+" sign)
/php-src/ext/date/tests/
H A Dgh9880.phpt2 Bug GH-9880 (DateTime diff returns wrong sign on day count when using a timezone)
/php-src/ext/standard/
H A Dcrypt_blowfish.c538 BF_word safety, sign, diff, tmp[2]; in BF_set_key() local
578 sign = diff = 0; in BF_set_key()
594 sign |= tmp[1] & 0x80; in BF_set_key()
618 sign <<= 9; /* move the non-benign sign extension flag to bit 16 */ in BF_set_key()
619 sign &= ~diff & safety; /* action needed? */ in BF_set_key()
632 initial[0] ^= sign; in BF_set_key()
/php-src/ext/bcmath/libbcmath/src/
H A Dbcmath.h37 typedef enum {PLUS, MINUS} sign; typedef
42 sign n_sign;
/php-src/main/
H A Dsnprintf.c62 static char * __cvt(double value, int ndigit, int *decpt, bool *sign, int fmode, int pad) /* {{{ */ in __cvt() argument
77 *sign = 0; in __cvt()
87 p = zend_dtoa(value, fmode + 2, ndigit, decpt, sign, &rve); in __cvt()
121 static inline char *php_ecvt(double value, int ndigit, int *decpt, bool *sign) /* {{{ */ in php_ecvt() argument
123 return(__cvt(value, ndigit, decpt, sign, 0, 1)); in php_ecvt()
127 static inline char *php_fcvt(double value, int ndigit, int *decpt, bool *sign) /* {{{ */ in php_fcvt() argument
129 return(__cvt(value, ndigit, decpt, sign, 1, 1)); in php_fcvt()
/php-src/ext/standard/tests/array/
H A Darray_unshift_variation7.phpt18 "\$ -> This represents the dollar sign. hello dollar!!!",
58 string(53) "$ -> This represents the dollar sign. hello dollar!!!"
71 string(53) "$ -> This represents the dollar sign. hello dollar!!!"
H A Darray_unshift_variation8.phpt18 '\$ -> This represents the dollar sign. hello dollar!!!',
58 string(54) "\$ -> This represents the dollar sign. hello dollar!!!"
71 string(54) "\$ -> This represents the dollar sign. hello dollar!!!"
/php-src/ext/standard/tests/general_functions/
H A Dbug48660.phpt2 Bug #48660 (parse_ini_*(): dollar sign as last character of value fails)
/php-src/sapi/fpm/tests/
H A Dfcgi-env-pif-apache-pp-sn-strip-encoded-plus.phpt2 FPM: FastCGI env var path info fix for Apache ProxyPass SCRIPT_NAME encoded path and plush sign (GH…
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity.phpt10 foreach (['', '+', '-'] as $sign) {
16 $leadingWS, $sign, $midWS, $exp, $trailingWS);
24 $leadingWS, $sign, $midWS, $exp, $trailingWS);
H A Dzend_ini_parse_quantity_binary_prefixes.phpt10 foreach (['', '+', '-'] as $sign) {
16 $leadingWS, $sign, $midWS, $exp, $trailingWS);
22 $leadingWS, $sign, $midWS, $exp, $trailingWS);
H A Dzend_ini_parse_quantity_hex_prefixes.phpt10 foreach (['', '+', '-'] as $sign) {
16 $leadingWS, $sign, $midWS, $exp, $trailingWS);
22 $leadingWS, $sign, $midWS, $exp, $trailingWS);

Completed in 115 milliseconds

12345