Home
last modified time | relevance | path

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

12345678

/PHP-7.4/ext/intl/tests/
H A Duconverter_oop_basic.phpt11 var_dump(urlencode($c->convert("Stra\xDFa"))); // U+00DF LATIN SMALL LETTER SHARP S
/PHP-7.4/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt107 charName(): string(26) "LATIN SMALL LETTER SHARP S"
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_replace_callback.phpt12 echo mb_ereg_replace_callback('(\S+)', function ($m) {
H A Dmb_ereg_variation6.phpt30 '\S+' => '\S+',
123 --** Pattern is: \S+ **--
/PHP-7.4/ext/mysqli/tests/
H A Dbug51647.phpt111 string(%d) "%S"
117 string(%d) "%S"
/PHP-7.4/ext/opcache/tests/
H A Dblacklist.phpt17 * So, we should write `%S/tmp/path` as `/tmp/path`, except for Windows.
39 [5] => %S/tmp/path/?nocache.inc
40 [6] => %S/tmp/path/*/somedir
H A Dphp_cli_server.inc14 $cmd = [$php_executable, '-t', $doc_root, '-n', ...$ini_array, '-S', PHP_CLI_SERVER_ADDRESS];
/PHP-7.4/ext/openssl/tests/
H A Dbug28382.phpt25 string(30) "SSL Client, SSL Server, S/MIME"
H A Dopenssl_x509_parse_basic.phpt251 string(14) "S/MIME signing"
260 string(17) "S/MIME encryption"
H A Dprivate_rsa_4096.key34 haQ4ojojsPaQ6pMmf0JNXwnp8Rhz2+QNDyFzRm/gIQKCAQEA3dmA/S/kuAL/ZZHV
H A Dsigned.eml4 This is an S/MIME signed message
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_32.c81 return push_inst(compiler, ADDU | S(src2) | TA(0) | D(dst), DR(dst)); in emit_single_op()
96 return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xff), DR(dst)); in emit_single_op()
127 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | D(dst), DR(dst))); in emit_single_op()
136 FAIL_IF(push_inst(compiler, CLZ | S(src2) | T(dst) | D(dst), DR(dst))); in emit_single_op()
149 FAIL_IF(push_inst(compiler, ADDIU | S(dst) | T(dst) | IMM(1), DR(dst))); in emit_single_op()
150 FAIL_IF(push_inst(compiler, BGEZ | S(TMP_REG1) | IMM(-2), UNMOVABLE_INS)); in emit_single_op()
372 return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst)); in emit_single_op()
374 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
380 FAIL_IF(push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst))); in emit_single_op()
383 FAIL_IF(push_inst(compiler, MULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
[all …]
H A DsljitNativeMIPS_64.c135 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))); \
182 return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xff), DR(dst)); in emit_single_op()
197 return push_inst(compiler, ANDI | S(src2) | T(dst) | IMM(0xffff), DR(dst)); in emit_single_op()
218 FAIL_IF(push_inst(compiler, NOR | S(src2) | T(src2) | D(dst), DR(dst))); in emit_single_op()
241 FAIL_IF(push_inst(compiler, BGEZ | S(TMP_REG1) | IMM(-2), UNMOVABLE_INS)); in emit_single_op()
466 return push_inst(compiler, MUL | S(src1) | T(src2) | D(dst), DR(dst)); in emit_single_op()
467 FAIL_IF(push_inst(compiler, DMULT | S(src1) | T(src2), MOVABLE_INS)); in emit_single_op()
522 return push_inst(compiler, ORI | S(dst) | T(dst) | IMM(init_value), DR(dst)); in emit_const()
600 ins = DADDU | S(word_arg_count) | TA(0) | D(arg_count); in call_with_args()
[all …]
H A DsljitNativeMIPS_common.c104 #define S(s) (reg_map[s] << 21) macro
484 inst[1] = ORI | S(reg) | T(reg) | IMM((addr >> 16) & 0xffff); in put_label_set()
490 inst[1] = ORI | S(reg) | T(reg) | IMM((addr >> 32) & 0xffff); in put_label_set()
492 inst[3] = ORI | S(reg) | T(reg) | IMM((addr >> 16) & 0xffff); in put_label_set()
497 inst[1] = ORI | S(reg) | T(reg) | IMM(addr & 0xffff); in put_label_set()
773 base = S(SLJIT_SP); in sljit_emit_enter()
780 base = S(TMP_REG2); in sljit_emit_enter()
839 base = S(SLJIT_SP); in sljit_emit_return()
843 base = S(TMP_REG1); in sljit_emit_return()
2044 PTR_FAIL_IF(push_inst(compiler, JR | S(TMP_REG2), UNMOVABLE_INS)); in sljit_emit_cmp()
[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()
96 return push_inst(compiler, CNTLZW | S(src2) | A(dst)); in emit_single_op()
183 return push_inst(compiler, ANDI | S(src1) | A(dst) | compiler->imm); in emit_single_op()
194 return push_inst(compiler, ORI | S(src1) | A(dst) | compiler->imm); in emit_single_op()
198 return push_inst(compiler, ORIS | S(src1) | A(dst) | compiler->imm); in emit_single_op()
[all …]
H A DsljitNativePPC_64.c86 return push_inst(compiler, ORI | S(reg) | A(reg) | tmp2); in load_immediate()
113 return push_inst(compiler, ORI | S(reg) | A(reg) | IMM(imm)); in load_immediate()
118 (RLDICL | S(src) | A(dst) | ((from) << 6) | (1 << 5))
123 FAIL_IF(push_inst(compiler, EXTSW | S(src2) | A(TMP_REG2))); \
153 return push_inst(compiler, OR | S(src2) | A(dst) | B(src2)); in emit_single_op()
161 return push_inst(compiler, EXTSW | S(src2) | A(dst)); in emit_single_op()
174 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
178 return push_inst(compiler, EXTSB | S(src2) | A(dst)); in emit_single_op()
189 return push_inst(compiler, EXTSH | S(src2) | A(dst)); in emit_single_op()
218 return push_inst(compiler, CNTLZW | S(src2) | A(dst)); in emit_single_op()
[all …]
H A DsljitNativePPC_common.c119 #define S(s) (reg_map[s] << 21) macro
356 inst[0] = ORIS | S(TMP_ZERO) | A(reg) | IMM(addr >> 16); in put_label_set()
374 inst[1] = ORI | S(reg) | A(reg) | IMM(addr & 0xffff); in put_label_set()
817 FAIL_IF(push_inst(compiler, MTLR | S(0))); in sljit_emit_return()
1217 FAIL_IF(push_inst(compiler, MTXER | S(TMP_ZERO))); in sljit_emit_op1()
1360 FAIL_IF(push_inst(compiler, MTXER | S(TMP_ZERO))); in sljit_emit_op2()
1483 FAIL_IF(push_inst(compiler, MTXER | S(TMP_ZERO))); in sljit_emit_op2()
1548 FAIL_IF(push_inst(compiler, MTLR | S(src))); in sljit_emit_op_src()
1551 FAIL_IF(push_inst(compiler, MTLR | S(TMP_REG2))); in sljit_emit_op_src()
2056 FAIL_IF(push_inst(compiler, MTCTR | S(src_r))); in sljit_emit_ijump()
[all …]
/PHP-7.4/ext/pcre/tests/
H A D004.phpt6 …*(?:(=)[^,;]+)?((?:\s*,\s*\**\s*\w+(?:\[\s*\w*\s*\])?\s*(?:=[^,;]+)?)*)\s*;/S', 'unsigned int xpto…
9 var_dump(preg_match_all('/(?:\([^)]+\))?(&?)([\w>.()-]+(?:\[\w+\])?)\s*,?((?:\)*\s*=)?)/S', '&a, b,…
12 …se_parameters(?:_ex\s*\([^,]+,[^,]+|\s*\([^,]+),\s*"([^"]*)"\s*,\s*([^{;]*)/S', 'zend_parse_parame…
15 var_dump(preg_split('/PHP_(?:NAMED_)?(?:FUNCTION|METHOD)\s*\((\w+(?:,\s*\w+)?)\)/S', "PHP_FUNCTION(…
H A Dbug41148.phpt10 /* 0 */ "/\n(----+|____+)/S",
11 /* 1 */ "/\n-- */S",
12 /* 2 */ "/\n- */S",
13 /* 3 */ "/\n_ +/S",
14 /* 4 */ "/(^|[^{])[{][{][{]/S",
17 /* 7 */ "/[{][{]/S",
18 /* 8 */ "/[}][}]/S",
19 /* 9 */ "/[{]/S",
20 /* 10 */ "/[}]/S",
23 /* 13 */ "/<quote>/S",
[all …]
H A Dbug42298.phpt6 preg_match_all('/\S\S/u', $str, $m); var_dump($m);
7 preg_match_all('/\S{2}/u', $str, $m); var_dump($m);
H A Dbug52971.phpt6 $message = 'Der ist ein Süßwasserpool Süsswasserpool ... verschiedene Wassersportmöglichkeiten bei …
H A Dbug74873.phpt5 var_dump(preg_match('/\S+/', 'foo bar', $matches, 0, 99999));
H A Ddollar_endonly.phpt6 var_dump(preg_match_all('/^\S+.+$/', "aeiou\n", $m));
9 var_dump(preg_match_all('/^\S+.+$/D', "aeiou\n", $m));
12 var_dump(preg_match_all('/^\S+\s$/D', "aeiou\n", $m));
H A Dmatch_flags2.phpt12 var_dump(preg_match('/(?P<capt1>.)(x)(?P<letsmix>\S+)/', 'fjszxax', $match, PREG_OFFSET_CAPTURE));
H A Dstudy.phpt6 var_dump(preg_match('/(?:(?:(?:(?:(?:(.))))))/ S', 'aeiou', $dump));
11 var_dump(preg_match('/(?>..)((?:(?>.)|.|.|.|u))/S', 'aeiou', $dump));
15 var_dump(preg_match('/^aeiou$/S', 'aeiou', $dump));
17 var_dump(preg_match('/aeiou/S', 'aeiou', $dump));

Completed in 47 milliseconds

12345678