/PHP-8.3/ext/openssl/tests/ |
H A D | openssl_verify_basic.phpt | 12 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 D | openssl_sign_basic.phpt | 11 var_dump(openssl_sign($data, $sign, $privkey, OPENSSL_ALGO_SHA256)); // no output 12 var_dump(openssl_sign($data, $sign, $wrong));
|
H A D | bug66501.phpt | 21 $res = openssl_sign($data ='alpha', $sign, $key, 'SHA256');
|
H A D | bug36732.phpt | 2 Bug #36732 (add support for req_extensions in openss_csr_new and sign)
|
/PHP-8.3/scripts/dev/ |
H A D | gen_verify_stub | 35 gpg --armor --detach-sign $TARBALL 37 gpg -u $GPG_USER --armor --detach-sign $TARBALL
|
/PHP-8.3/ext/standard/tests/strings/ |
H A D | sprintf_variation5.phpt | 22 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 D | strip_tags_variation10.phpt | 13 '<html> \$ -> This represents the dollar sign</html><?php echo hello ?>', 37 string(51) "<html> \$ -> This represents the dollar sign</html>"
|
H A D | strip_tags_variation9.phpt | 12 "<html> \$ -> This represents the dollar sign</html><?php echo hello ?>", 36 string(50) "<html> $ -> This represents the dollar sign</html>"
|
H A D | sprintf_f_2.phpt | 54 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-8.3/tests/lang/string/ |
H A D | unicode_escape_sign.phpt | 2 Invalid Unicode escape sequence: Positive sign
|
H A D | unicode_escape_sign2.phpt | 2 Invalid Unicode escape sequence: Negative sign
|
/PHP-8.3/ext/opcache/jit/libudis86/ |
H A D | syn.h | 47 void ud_syn_print_mem_disp(struct ud* u, const struct ud_operand *, int sign);
|
H A D | syn.c | 197 ud_syn_print_mem_disp(struct ud* u, const struct ud_operand *op, int sign) in ud_syn_print_mem_disp() argument 251 ud_asmprintf(u, "%s0x%" FMT64 "x", sign? "+" : "", v); in ud_syn_print_mem_disp()
|
/PHP-8.3/Zend/ |
H A D | zend_strtod.c | 1139 c->sign = i; 1962 if (sign) 2570 sign = 1; 2751 sign = 0; 2859 if (sign) 3791 *sign = 1; in zend_dtoa() 3795 *sign = 0; in zend_dtoa() 3827 if (*sign) in zend_dtoa() 4521 bool sign; in zend_gcvt() local 4539 if (sign) { in zend_gcvt() [all …]
|
H A D | zend_strtod.h | 27 ZEND_API char *zend_dtoa(double _d, int mode, int ndigits, int *decpt, bool *sign, char **rve);
|
/PHP-8.3/ext/standard/tests/misc/ |
H A D | bug65550.phpt | 2 Bug #65550 (get_browser() incorrectly parses entries with "+" sign)
|
/PHP-8.3/ext/date/tests/ |
H A D | gh9880.phpt | 2 Bug GH-9880 (DateTime diff returns wrong sign on day count when using a timezone)
|
/PHP-8.3/ext/standard/ |
H A D | crypt_blowfish.c | 538 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-8.3/ext/bcmath/libbcmath/src/ |
H A D | bcmath.h | 37 typedef enum {PLUS, MINUS} sign; typedef 42 sign n_sign;
|
/PHP-8.3/main/ |
H A D | snprintf.c | 62 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-8.3/ext/standard/tests/array/ |
H A D | array_unshift_variation7.phpt | 18 "\$ -> 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 D | array_unshift_variation8.phpt | 18 '\$ -> 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-8.3/ext/standard/tests/general_functions/ |
H A D | bug48660.phpt | 2 Bug #48660 (parse_ini_*(): dollar sign as last character of value fails)
|
/PHP-8.3/sapi/fpm/tests/ |
H A D | fcgi-env-pif-apache-pp-sn-strip-encoded-plus.phpt | 2 FPM: FastCGI env var path info fix for Apache ProxyPass SCRIPT_NAME encoded path and plush sign (GH…
|
/PHP-8.3/Zend/tests/zend_ini/ |
H A D | zend_ini_parse_quantity.phpt | 10 foreach (['', '+', '-'] as $sign) { 16 $leadingWS, $sign, $midWS, $exp, $trailingWS); 24 $leadingWS, $sign, $midWS, $exp, $trailingWS);
|