Home
last modified time | relevance | path

Searched refs:S (Results 151 – 175 of 197) sorted by relevance

12345678

/PHP-7.4/ext/standard/html_tables/mappings/
H A D8859-15.TXT130 0x53 0x0053 # LATIN CAPITAL LETTER S
162 0x73 0x0073 # LATIN SMALL LETTER S
213 0xA6 0x0160 # LATIN CAPITAL LETTER S WITH CARON
215 0xA8 0x0161 # LATIN SMALL LETTER S WITH CARON
270 0xDF 0x00DF # LATIN SMALL LETTER SHARP S
H A DROMAN.TXT89 # localizations: U.S., British, Canadian French, French, Swiss
198 0x53 0x0053 # LATIN CAPITAL LETTER S
230 0x73 0x0073 # LATIN SMALL LETTER S
282 0xA7 0x00DF # LATIN SMALL LETTER SHARP S
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
/PHP-7.4/ext/standard/tests/strings/
H A Dvsprintf_variation7.phpt37 "%+s %-s %S",
H A Dvprintf_variation7.phpt37 "%+s %-s %S",
H A Dvfprintf_variation7.phpt37 "%+s %-s %S",
H A Dstripos.phpt8 var_dump(stripos("test string", "t S"));
H A Dstrpos.phpt172 var_dump( strpos("Hello, world'S", "$needle'S") ); // works
176 var_dump( strpos("Hello, worldS", "${needle}S") ); // works
177 var_dump( strpos("Hello, worldS", "{$needle}S") ); // works
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 Dstrcasecmp.phpt94 var_dump(strcasecmp("Hello, world'S", "$str'S"));
98 var_dump(strcasecmp("Hello, worldS", "${str}S"));
99 var_dump(strcasecmp("Hello, worldS", "{$str}S"));
H A Dstrcmp.phpt94 var_dump(strcmp("Hello, world'S", "$str'S"));
98 var_dump(strcmp("Hello, worldS", "${str}S"));
99 var_dump(strcmp("Hello, worldS", "{$str}S"));
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c182 pdo_sqlite_stmt *S = ecalloc(1, sizeof(pdo_sqlite_stmt)); in sqlite_handle_preparer() local
186 S->H = H; in sqlite_handle_preparer()
187 stmt->driver_data = S; in sqlite_handle_preparer()
197 i = sqlite3_prepare_v2(H->db, sql, sql_len, &S->stmt, &tail); in sqlite_handle_preparer()
/PHP-7.4/ext/date/tests/
H A Dbug27780.phpt38 echo $time, strftime(" [%Y-%m-%d %H:%M:%S %Z]", $time), " [$timestring]\n";
/PHP-7.4/ext/filter/tests/
H A D043.phpt97 string(1) "S"
/PHP-7.4/sapi/phpdbg/
H A DREADME.md71 * `-S` override SAPI name
/PHP-7.4/ext/hash/
H A Dhash_gost.c123 #define S(s, l, r) \ macro
199 S(s, l, r); \
H A Dhash_ripemd.c170 static const unsigned char S[80] = { variable
184 #define ROLS(j, x) (((x) << S[j]) | ((x) >> (32 - S[j])))
/PHP-7.4/ext/intl/tests/
H A Dlocale_get_primary_language.phpt88 root: primary_language='%S'
H A Dnormalizer_normalize_kc_cf.phpt45 $char_long_s_dot = "\xE1\xBA\x9B"; // 'LATIN SMALL LETTER LONG S WITH DOT ABOVE' (U+1E9B)
/PHP-7.4/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt107 charName(): string(26) "LATIN SMALL LETTER SHARP S"
/PHP-7.4/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.4/ext/fileinfo/
H A Dmagicdata.patch80 >(2.S-2) belong !0x28632943
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.re194 …r "Y")? (number "M")? (number "W")? (number "D")? ("T" (number "H")? (number "M")? (number "S")?)?;
264 case 'S': s->period->s = nr; break;
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in308 ; %d/%b/%Y:%H:%M:%S %z (default)
310 ; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t
313 ; %d/%b/%Y:%H:%M:%S %z (default)
315 ; e.g. for a ISO8601 formatted timestring, use: %{%Y-%m-%dT%H:%M:%S%z}t

Completed in 43 milliseconds

12345678