Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/openssl/tests/
H A Dopenssl_verify_basic.phpt12 openssl_sign($data, $sign, $privkey);
13 var_dump(openssl_verify($data, $sign, $pubkey));
14 var_dump(openssl_verify($data, $sign, $privkey));
15 var_dump(openssl_verify($data, $sign, $wrong));
17 var_dump(openssl_verify($wrong, $sign, $pubkey));
H A Dopenssl_sign_basic.phpt11 var_dump(openssl_sign($data, $sign, $privkey)); // no output
12 var_dump(openssl_sign($data, $sign, $wrong));
13 var_dump(openssl_sign(array(), $sign, $privkey));
H A Dbug66501.phpt20 $res = openssl_sign($data ='alpha', $sign, $key, 'SHA1');
H A Dbug36732.phpt2 Bug #36732 (add support for req_extensions in openss_csr_new and sign)
/PHP-7.4/scripts/dev/
H A Dgen_verify_stub35 gpg --armor --detach-sign $TARBALL
37 gpg -u $GPG_USER --armor --detach-sign $TARBALL
/PHP-7.4/main/
H A Dsnprintf.c80 *sign = 0; in __cvt()
90 p = zend_dtoa(value, fmode + 2, ndigit, decpt, sign, &rve); in __cvt()
126 return(__cvt(value, ndigit, decpt, sign, 0, 1)); in php_ecvt()
132 return(__cvt(value, ndigit, decpt, sign, 1, 1)); in php_fcvt()
139 int i, decpt, sign; in php_gcvt() local
145 digits = zend_dtoa(value, mode, ndigit, &decpt, &sign, NULL); in php_gcvt()
157 if (sign) { in php_gcvt()
164 sign = 1; in php_gcvt()
167 sign = 0; in php_gcvt()
180 if (sign) { in php_gcvt()
[all …]
/PHP-7.4/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-7.4/Zend/
H A Dzend_strtod.h27 ZEND_API char * zend_dtoa(double _d, int mode, int ndigits, int *decpt, int *sign, char **rve);
H A Dzend_strtod.c1149 c->sign = i;
1942 if (sign)
1968 if (!sign)
1972 if (sign)
2062 if (sign)
2580 sign = 1;
2760 sign = 0;
2868 if (sign)
3800 *sign = 1;
3804 *sign = 0;
[all …]
/PHP-7.4/ext/standard/tests/misc/
H A Dbug65550.phpt2 Bug #65550 (get_browser() incorrectly parses entries with "+" sign)
/PHP-7.4/ext/standard/tests/strings/
H A Dstrip_tags_variation9.phpt17 "<html> \$ -> This represents the dollar sign</html><?php echo hello ?>",
40 string(50) "<html> $ -> This represents the dollar sign</html>"
H A Dstrip_tags_variation10.phpt18 '<html> \$ -> This represents the dollar sign</html><?php echo hello ?>',
42 string(51) "<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-7.4/ext/standard/
H A Dcrypt_blowfish.c556 BF_word safety, sign, diff, tmp[2]; in BF_set_key() local
596 sign = diff = 0; in BF_set_key()
612 sign |= tmp[1] & 0x80; in BF_set_key()
636 sign <<= 9; /* move the non-benign sign extension flag to bit 16 */ in BF_set_key()
637 sign &= ~diff & safety; /* action needed? */ in BF_set_key()
650 initial[0] ^= sign; in BF_set_key()
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dbcmath.h35 typedef enum {PLUS, MINUS} sign; typedef
41 sign n_sign;
/PHP-7.4/ext/standard/tests/array/
H A Darray_unshift_variation7.phpt23 "\$ -> This represents the dollar sign. hello dollar!!!",
63 string(53) "$ -> This represents the dollar sign. hello dollar!!!"
76 string(53) "$ -> This represents the dollar sign. hello dollar!!!"
H A Darray_unshift_variation8.phpt23 '\$ -> This represents the dollar sign. hello dollar!!!',
63 string(54) "\$ -> This represents the dollar sign. hello dollar!!!"
76 string(54) "\$ -> This represents the dollar sign. hello dollar!!!"
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug48660.phpt2 Bug #48660 (parse_ini_*(): dollar sign as last character of value fails)
/PHP-7.4/ext/filter/
H A Dlogical_filters.c98 int sign = 0, digit = 0; in php_filter_parse_int() local
103 sign = 1; in php_filter_parse_int()
117 ctx_value = ((sign)?-1:1) * ((*(str++)) - '0'); in php_filter_parse_int()
131 if ( (!sign) && ctx_value <= (ZEND_LONG_MAX-digit)/10 ) { in php_filter_parse_int()
133 } else if ( sign && ctx_value >= (ZEND_LONG_MIN+digit)/10) { in php_filter_parse_int()
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c844 static sljit_s32 emit_mov_int(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_int() argument
858 if (sign || ((sljit_uw)srcw <= 0x7fffffff)) { in emit_mov_int()
879 if (sign) { in emit_mov_int()
H A DsljitNativeARM_64.c1876 sljit_u32 sign = 0, inst; in sljit_emit_mem() local
1893 sign = 1; in sljit_emit_mem()
1898 sign = 1; in sljit_emit_mem()
1903 sign = 1; in sljit_emit_mem()
1914 inst |= sign ? 0x00800000 : 0x00400000; in sljit_emit_mem()
H A DsljitNativeX86_common.c1093 static sljit_s32 emit_mov_byte(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_byte() argument
1147 *inst = sign ? MOVSX_r_rm8 : MOVZX_r_rm8; in emit_mov_byte()
1152 if (sign) { in emit_mov_byte()
1176 *inst = sign ? MOVSX_r_rm8 : MOVZX_r_rm8; in emit_mov_byte()
1259 static sljit_s32 emit_mov_half(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_half() argument
1295 *inst = sign ? MOVSX_r_rm16 : MOVZX_r_rm16; in emit_mov_half()
/PHP-7.4/docs/
H A Drelease-process.md139 13. Run `scripts/dev/gen_verify_stub <version> [identity]`, this will sign the
241 10. Run `scripts/dev/gen_verify_stub <version> [identity]`, this will sign the
441 sign your key. Publish your public key to pgp.mit.edu with:
/PHP-7.4/win32/build/
H A Dphpize.js.in181 // If it is --foo=bar, split on the equals sign

Completed in 63 milliseconds

12