Home
last modified time | relevance | path

Searched refs:S (Results 176 – 200 of 234) sorted by relevance

12345678910

/PHP-5.5/ext/standard/tests/strings/
H A Dstr_replace.phpt219 var_dump( str_replace("world'S", "FOUND", "$str'S") );
223 var_dump( str_replace("worldS", "FOUND", "${str}S") );
224 var_dump( str_replace("worldS", "FOUND", "{$str}S") );
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: ß => a7
/PHP-5.5/ext/standard/html_tables/mappings/
H A D8859-1.TXT131 0x53 0x0053 # LATIN CAPITAL LETTER S
163 0x73 0x0073 # LATIN SMALL LETTER S
271 0xDF 0x00DF # LATIN SMALL LETTER SHARP S (German)
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-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/interbase/tests/
H A D003.phpt34 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
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-5.5/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-5.5/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-5.5/ext/date/lib/
H A Dparse_iso_intervals.re268 …r "Y")? (number "M")? (number "W")? (number "D")? ("T" (number "H")? (number "M")? (number "S")?)?;
338 case 'S': s->period->s = nr; break;
/PHP-5.5/ext/hash/
H A Dhash_ripemd.c168 static const unsigned char S[80] = { variable
182 #define ROLS(j, x) (((x) << S[j]) | ((x) >> (32 - S[j])))
/PHP-5.5/
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES50 includes "S". If you have specifically configured your system to not
H A Dconfig.guess586 DPX/2?00:B.O.S.:*:*)
1154 SM[BE]S:UNIX_SV:*:*)
/PHP-5.5/Zend/RFCs/
H A D002.txt4 Maintainer: Stig S. Bakken <ssb@php.net>
/PHP-5.5/ext/pcre/pcrelib/testdata/
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*$/
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DRE60 \S non whitespace char
91 S, Sc, Sk, Sm, So, Z, Zl, Zp, Zs,
/PHP-5.5/ext/ereg/regex/
H A Dtests16 # is newline, `S' is space, `T' is tab, `Z' is NUL.
293 [[:punct:]]+ - S%-&T %-&

Completed in 47 milliseconds

12345678910