Home
last modified time | relevance | path

Searched refs:S (Results 201 – 225 of 257) sorted by relevance

1234567891011

/PHP-7.2/ext/date/tests/
H A Dstrftime_variation2.phpt15 $format = '%b %d %Y %H:%M:%S';
H A Dgmstrftime_variation2.phpt22 $format = '%b %d %Y %H:%M:%S';
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput16137 Starting chars: S s \xc5
H A Dtestoutput5330 /[Ä-Ü]/8S
342 /[\x{c4}-\x{dc}]/8S
563 /\x{100}*\S/8DZ
567 \S
1437 /\S \S/8T1
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 Dtestinput8749 /^(\d+)\s+IN\s+SOA\s+(\S+)\s+(\S+)\s*\(\s*$/
826 /^[\w][\W][\s][\S][\d][\D][\b][\n][\c]][\022]/
891 /^From\s+\S+\s+([a-zA-Z]{3}\s+){2}\d{1,2}\s+\d\d:\d\d/
1940 abcdefghijk\12S
2910 /a[\S]b/
3986 /(a|b)/S>testsavedregex
/PHP-7.2/ext/zlib/tests/
H A Dbug_52944_corrupted_data.inc133 'Arb5+gT6CqAeKTDY6JpKdLALzk92T1SmJcDP/8fnv3z+p8///Ot/0j7/4+f/S/v8v37+y6//y+d/+PxPGnz63z//Z+3zvwDEv3…
/PHP-7.2/ext/interbase/tests/
H A D007.phpt29 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
H A D006.phpt35 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.re196 …r "Y")? (number "M")? (number "W")? (number "D")? ("T" (number "H")? (number "M")? (number "S")?)?;
266 case 'S': s->period->s = nr; break;
/PHP-7.2/ext/hash/
H A Dhash_ripemd.c172 static const unsigned char S[80] = { variable
186 #define ROLS(j, x) (((x) << S[j]) | ((x) >> (32 - S[j])))
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in307 ; %d/%b/%Y:%H:%M:%S %z (default)
309 ; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
312 ; %d/%b/%Y:%H:%M:%S %z (default)
314 ; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
/PHP-7.2/ext/standard/tests/strings/
H A Dstrcmp.phpt118 var_dump(strcmp("Hello, world'S", "$str'S"));
122 var_dump(strcmp("Hello, worldS", "${str}S"));
123 var_dump(strcmp("Hello, worldS", "{$str}S"));
H A Dstrcasecmp.phpt118 var_dump(strcasecmp("Hello, world'S", "$str'S"));
122 var_dump(strcasecmp("Hello, worldS", "${str}S"));
123 var_dump(strcasecmp("Hello, worldS", "{$str}S"));
H A Dhtml_entity_decode_macroman.phpt45 0x00DF => array(0xA7, "LATIN SMALL LETTER SHARP S"),
273 LATIN SMALL LETTER SHARP S: &#xDF; => a7
/PHP-7.2/ext/standard/html_tables/mappings/
H A DCP1251.TXT102 0x53 0x0053 #LATIN CAPITAL LETTER S
134 0x73 0x0073 #LATIN SMALL LETTER S
H A D8859-5.TXT131 0x53 0x0053 # LATIN CAPITAL LETTER S
163 0x73 0x0073 # LATIN SMALL LETTER S
H A DCP866.TXT101 0x53 0x0053 #LATIN CAPITAL LETTER S
133 0x73 0x0073 #LATIN SMALL LETTER S
H A DKOI8-R.TXT130 0x53 0x0053 # LATIN CAPITAL LETTER S
162 0x73 0x0073 # LATIN SMALL LETTER S
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DUNICODE_PROPERTIES34 32: S
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_parser.c1100 # define YYCASE_(N, S) \ in yysyntax_error() argument
1102 yyformat = S; \ in yysyntax_error()
/PHP-7.2/ext/json/
H A Djson_parser.tab.c996 # define YYCASE_(N, S) \ in yysyntax_error() argument
998 yyformat = S; \ in yysyntax_error()
/PHP-7.2/
H A DREADME.PARAMETER_PARSING_API69 S - string (with possible null bytes) as zend_string (zend_string*)
H A Dconfig.guess602 DPX/2?00:B.O.S.:*:*)
1168 SM[BE]S:UNIX_SV:*:*)
/PHP-7.2/ext/intl/tests/
H A Dnormalizer_normalize.phpt57 $char_long_s_dot = "\xE1\xBA\x9B"; // 'LATIN SMALL LETTER LONG S WITH DOT ABOVE' (U+1E9B)

Completed in 83 milliseconds

1234567891011