Home
last modified time | relevance | path

Searched refs:sign (Results 26 – 50 of 56) sorted by relevance

123

/PHP-7.3/
H A DREADME.RELEASE_PROCESS96 13. run ``scripts/dev/gen_verify_stub <version> [identity]``, this will sign the tarballs
194 ``gpg -u YOUREMAIL --armor --detach-sign php-X.Y.Z.tar.xxx``
362 one or more of the previous RMs sign your key. Publish your public key to pgp.mit.edu with:
H A DREADME.TESTING97 sign '#' in test names and/or test cases are named bug12345.phpt.
H A Dphp.ini-development59 ; sign, or by using the None keyword:
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_64.c1814 sljit_u32 sign = 0, inst; in sljit_emit_mem() local
1831 sign = 1; in sljit_emit_mem()
1836 sign = 1; in sljit_emit_mem()
1841 sign = 1; in sljit_emit_mem()
1852 inst |= sign ? 0x00800000 : 0x00400000; in sljit_emit_mem()
H A DsljitNativeX86_common.c888 static sljit_s32 emit_mov_byte(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_byte() argument
942 *inst = sign ? MOVSX_r_rm8 : MOVZX_r_rm8; in emit_mov_byte()
947 if (sign) { in emit_mov_byte()
971 *inst = sign ? MOVSX_r_rm8 : MOVZX_r_rm8; in emit_mov_byte()
1054 static sljit_s32 emit_mov_half(struct sljit_compiler *compiler, sljit_s32 sign, in emit_mov_half() argument
1090 *inst = sign ? MOVSX_r_rm16 : MOVZX_r_rm16; in emit_mov_half()
/PHP-7.3/win32/build/
H A Dphpize.js.in181 // If it is --foo=bar, split on the equals sign
/PHP-7.3/ext/standard/tests/general_functions/
H A Dgettype_settype_variation1.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation6.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation8.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation7.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation5.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation2.phpt107 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation3.phpt104 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
H A Dgettype_settype_variation4.phpt111 "-0x80001", // invalid numerics as its prefix with sign or have decimal points
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c4324 int r, sign, exist_level; in fetch_name_with_level() local
4337 sign = 1; in fetch_name_with_level()
4359 sign = -1; in fetch_name_with_level()
4364 sign = 1; in fetch_name_with_level()
4435 *rback_num *= sign; in fetch_name_with_level()
4458 int r, sign; in fetch_name() local
4476 sign = 1; in fetch_name()
4496 sign = -1; in fetch_name()
4506 sign = 1; in fetch_name()
4563 *rback_num *= sign; in fetch_name()
/PHP-7.3/ext/standard/html_tables/mappings/
H A DCP1251.TXT15 # Column #3 is the Unicode name (follows a comment sign, '#')
H A D8859-5.TXT33 # Column #3 the Unicode name (follows a comment sign, '#')
H A DCP1252.TXT15 # Column #3 is the Unicode name (follows a comment sign, '#')
H A DCP866.TXT14 # Column #3 is the Unicode name (follows a comment sign, '#')
H A D8859-1.TXT33 # Column #3 the Unicode name (follows a comment sign, '#')
H A D8859-15.TXT34 # Column #3 the Unicode name (follows a comment sign, '#')
H A DKOI8-R.TXT36 # Column #3 the Unicode name (follows a comment sign, '#')
H A DROMAN.TXT102 # a "currency sign" variant of the Mac OS Roman encoding that still
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1239 int sign = 0; in read_number() local
1250 sign = +1; in read_number()
1256 sign = -1; in read_number()
1272 if (allow_sign >= 0 && sign != 0) in read_number()
1280 if (sign > 0) n += allow_sign; in read_number()
/PHP-7.3/ext/openssl/
H A Dopenssl.c5390 if (p7->d.sign != NULL) { in PHP_FUNCTION()
5391 certs = p7->d.sign->cert; in PHP_FUNCTION()
5392 crls = p7->d.sign->crl; in PHP_FUNCTION()

Completed in 123 milliseconds

123