Home
last modified time | relevance | path

Searched refs:S (Results 76 – 100 of 234) sorted by path

12345678910

/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_replace_callback.phpt11 echo mb_ereg_replace_callback('(\S+)', function($m){return $m[1].'('.strlen($m[1]).')';}, $str);
H A Dmb_ereg_variation6.phpt30 '\S+' => b'\S+',
123 --** Pattern is: \S+ **--
/PHP-5.5/ext/mbstring/ucgendat/
H A DOPENLDAP_LICENSE27 SHALL THE OPENLDAP FOUNDATION, ITS CONTRIBUTORS, OR THE AUTHOR(S)
28 OR OWNER(S) OF THE SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT,
/PHP-5.5/ext/mysqli/tests/
H A Dbug51647.phpt79 string(%d) "%S"
/PHP-5.5/ext/opcache/tests/
H A Dphp_cli_server.inc17 $cmd = "{$php_executable} -t {$doc_root} $ini -S " . PHP_CLI_SERVER_ADDRESS;
20 $cmd = "exec {$php_executable} -t {$doc_root} $ini -S " . PHP_CLI_SERVER_ADDRESS . " 2>/dev/null";
/PHP-5.5/ext/openssl/
H A DREADME8 NEW: support for S/MIME encrypt/decrypt/sign/verify, as well as more
114 PKCS7 (S/MIME) Sign/Verify/Encrypt/Decrypt Functions:
117 These functions allow you to manipulate S/MIME messages!
/PHP-5.5/ext/openssl/tests/
H A Dbug28382.phpt26 string(30) "SSL Client, SSL Server, S/MIME"
H A Dopenssl_x509_parse_basic.phpt246 string(14) "S/MIME signing"
255 string(17) "S/MIME encryption"
H A Dopenssl_x509_parse_basic_v9.phpt225 string(14) "S/MIME signing"
234 string(17) "S/MIME encryption"
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1136 6. If JIT is requested using /S++ or -s++ (instead of just /S+ or -s+) when
1141 or /S+[+] with a digit between 1 and 7.
1190 25. \s*\R was auto-possessifying the \s* when it should not, whereas \S*\R
1400 19. If the /S+ option was used in pcretest to study a pattern using JIT,
1401 subsequent uses of /S (without +) incorrectly behaved like /S+.
1654 20. If /S is present twice on a test pattern in pcretest input, it now
1741 39. Add minix to OS list not supporting the -S option in pcretest.
3122 characters were involved (for example /\S{2}/8g with "A\x{a3}BC").
3807 -S <number> sets the stack size, where <number> is in megabytes
3809 The -S option isn't available for Windows.
[all …]
H A DHACKING185 OP_NOT_WHITESPACE \S
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2367 This option changes the way PCRE processes \B, \b, \D, \d, \S, \s, \W,
5181 \S any character that is not a white space character
5220 match \d, \s, or \w, and always match \D, \S, and \W, although this may
5423 S Symbol
5832 The character escape sequences \d, \D, \h, \H, \p, \P, \s, \S, \v, \V,
5925 acters with the L, M, N, P, S, or Cf properties, except for:
5938 less than 128 that have the S (Symbol) property.
7730 \S a character that is not a white space character
7781 S Symbol
8258 6. The character escapes \b, \B, \d, \D, \s, \S, \w, and \W correctly
[all …]
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_32.c66 FAIL_IF(push_inst(compiler, op_v | S(src2) | T(src1) | D(dst), DR(dst))); \
79 return push_inst(compiler, ADDU | S(src2) | TA(0) | D(dst), DR(dst)); in emit_single_op()
94 return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xff), DR(dst)); in emit_single_op()
123 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | D(dst), DR(dst))); in emit_single_op()
132 FAIL_IF(push_inst(compiler, CLZ | S(src2) | T(dst) | D(dst), DR(dst))); in emit_single_op()
145 FAIL_IF(push_inst(compiler, ADDIU | S(dst) | T(dst) | IMM(1), DR(dst))); in emit_single_op()
146 FAIL_IF(push_inst(compiler, BGEZ | S(TMP_REG1) | IMM(-2), UNMOVABLE_INS)); in emit_single_op()
212 FAIL_IF(push_inst(compiler, ADDU | S(src1) | T(src2) | D(dst), DR(dst))); in emit_single_op()
303 return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst)); in emit_single_op()
305 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
[all …]
H A DsljitNativeMIPS_64.c129 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \
135 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \
157 FAIL_IF(push_inst(compiler, ins | S(src2) | T(src1) | D(dst), DR(dst))); \
181 return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xff), DR(dst)); in emit_single_op()
195 return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xffff), DR(dst)); in emit_single_op()
215 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | D(dst), DR(dst))); in emit_single_op()
233 FAIL_IF(push_inst(compiler, BEQ | S(TMP_REG1) | TA(0) | IMM(5), UNMOVABLE_INS)); in emit_single_op()
238 FAIL_IF(push_inst(compiler, BGEZ | S(TMP_REG1) | IMM(-2), UNMOVABLE_INS)); in emit_single_op()
396 return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst)); in emit_single_op()
397 FAIL_IF(push_inst(compiler, DMULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
[all …]
H A DsljitNativeMIPS_common.c79 #define S(s) (reg_map[s] << 21) macro
563 base = S(SLJIT_SP); in sljit_emit_enter()
569 base = S(TMP_REG2); in sljit_emit_enter()
626 base = S(SLJIT_SP); in sljit_emit_return()
630 base = S(TMP_REG1); in sljit_emit_return()
1701 PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS)); in sljit_emit_jump()
1819 PTR_FAIL_IF(push_inst(compiler, inst | S(src1) | JUMP_LENGTH, UNMOVABLE_INS)); in sljit_emit_cmp()
1848 PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS)); in sljit_emit_cmp()
1931 PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS)); in sljit_emit_fcmp()
1978 FAIL_IF(push_inst(compiler, ADDU_W | S(SLJIT_R0) | TA(0) | DA(4), 4)); in sljit_emit_ijump()
[all …]
H A DsljitNativePPC_32.c35 return push_inst(compiler, ORI | S(TMP_ZERO) | A(reg) | IMM(imm)); in load_immediate()
42 (RLWINM | S(src) | A(dst) | ((from) << 6) | (31 << 1))
54 return push_inst(compiler, OR | S(src2) | A(dst) | B(src2)); in emit_single_op()
62 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
66 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
77 return push_inst(compiler, EXTSH | S(src2) | A(dst)); in emit_single_op()
95 return push_inst(compiler, CNTLZW | RC(flags) | S(src2) | A(dst)); in emit_single_op()
125 return push_inst(compiler, MTXER | S(0)); in emit_single_op()
160 return push_inst(compiler, MTXER | S(0)); in emit_single_op()
185 return push_inst(compiler, ORI | S(src1) | A(dst) | compiler->imm); in emit_single_op()
[all …]
H A DsljitNativePPC_64.c89 return push_inst(compiler, ORI | S(reg) | A(reg) | tmp2); in load_immediate()
116 return push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)); in load_immediate()
121 (RLDICL | S(src) | A(dst) | ((from) << 6) | (1 << 5))
126 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
156 return push_inst(compiler, OR | S(src2) | A(dst) | B(src2)); in emit_single_op()
164 return push_inst(compiler, EXTSW | S(src2) | A(dst)); in emit_single_op()
177 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
181 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
192 return push_inst(compiler, EXTSH | S(src2) | A(dst)); in emit_single_op()
246 return push_inst(compiler, MTXER | S(0)); in emit_single_op()
[all …]
H A DsljitNativePPC_common.c112 #define S(s) (reg_map[s] << 21) macro
690 FAIL_IF(push_inst(compiler, MTLR | S(0))); in sljit_emit_return()
1005 FAIL_IF(push_inst(compiler, OR | S(reg) | A(tmp_r) | B(reg))); in getput_arg()
1313 FAIL_IF(push_inst(compiler, MTXER | S(TMP_ZERO))); in sljit_emit_op1()
1482 FAIL_IF(push_inst(compiler, MTXER | S(TMP_ZERO))); in sljit_emit_op2()
1796 FAIL_IF(push_inst(compiler, EXTSW | S(src) | A(TMP_REG1))); in sljit_emit_fop1_convd_fromw()
2037 FAIL_IF(push_inst(compiler, MTLR | S(src))); in sljit_emit_fast_return()
2043 FAIL_IF(push_inst(compiler, MTLR | S(TMP_REG2))); in sljit_emit_fast_return()
2157 PTR_FAIL_IF(push_inst(compiler, MTCTR | S(TMP_CALL_REG))); in sljit_emit_jump()
2200 FAIL_IF(push_inst(compiler, MTCTR | S(src_r))); in sljit_emit_ijump()
[all …]
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput1243 /^(\d+)\s+IN\s+SOA\s+(\S+)\s+(\S+)\s*\(\s*$/
320 /^[\w][\W][\s][\S][\d][\D][\b][\n][\c]][\022]/
401 /^From\s+\S+\s+([a-zA-Z]{3}\s+){2}\d{1,2}\s+\d\d:\d\d/
1506 abcdefghijk\12S
2584 /a[\S]b/
3630 (?(1) (.*?)\1 | (\S+)) # if quote found, match up to next matching
3639 (?(1) (.*?)\1 | (\S+)) # if quote found, match up to next matching
5629 /^(\d+)\s+IN\s+SOA\s+(\S+)\s+(\S+)\s*\(\s*$/
H A Dtestinput11131 /[[:^alpha:]\S]+/8WB
H A Dtestinput125 /abc/S+I
7 /(?(?C1)(?=a)a)/S+I
25 /abcd/S++
29 /abcd/S+
35 /abcd/S++
41 /abcd/S++1
48 /abcd/S++2
54 /abcd/S++3
60 /abcd/S++4
66 /abcd/S++5
[all …]
H A Dtestinput135 /abc/S+I
H A Dtestinput15294 /\S \S/I8ST1
346 /\S+\x{A0}/8BZ
349 /\S+\x{A0}/8BZT1
H A Dtestinput18222 /\S \S/I8ST1
284 /\S+\x{A0}/8BZ
287 /\S+\x{A0}/8BZT1
H A Dtestinput2786 /[\S]/DZ
1722 /a*\S/BZ
1726 / *\S/BZ
1746 /\d*\S/BZ
1784 /\S*a/BZ
1786 /\S*2/BZ
1794 /\S*\S/BZ
2207 /S+\h\S+\v/BZ
3731 /.?/S-I
3733 /.?/S!I
[all …]

Completed in 116 milliseconds

12345678910