Home
last modified time | relevance | path

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

1234567891011

/PHP-7.2/ext/standard/tests/strings/
H A Dvsprintf_variation7.phpt37 "%+s %-s %S",
H A Dvfprintf_variation7.phpt37 "%+s %-s %S",
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") );
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput2580 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^
107 ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c
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 Dtestoutput15487 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y
880 /\S \S/I8ST1
889 D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h
1081 /\S+\x{A0}/8BZ
1084 \S+
1092 /\S+\x{A0}/8BZT1
1095 \S++
H A Dtestoutput125 /abc/S+I
73 /abcd/S++
79 /abcd/S+
89 /abcd/S++
99 /abcd/S++1
111 /abcd/S++2
121 /abcd/S++3
131 /abcd/S++4
141 /abcd/S++5
151 /abcd/S++6
[all …]
H A Dtestinput5115 /[Ä-Ü]/8S
123 /[\x{c4}-\x{dc}]/8S
156 /\x{100}*\S/8DZ
612 /\S \S/8T1
H A Dtestinput9260 />\S/8
305 /\S+/8
310 /\S{2,3}/8
316 /\S{2,3}?/8
H A Dtestoutput7703 /[\S]/WBZ8
763 /\S/WBZ8
983 /[[:^alpha:]\S]+/8WBZ
1220 /^S(\X*)e(\X*)$/8
2039 /\w+\P{P} \W+\p{Po} \w+\S \P{Xan}+\s \s+\P{Xan} \s+\W/BWZx
2155 /\D+\X \d+\X \S+\X \s+\X \W+\X \w+\X \C+\X \R+\X \H+\X \h+\X \V+\X \v+\X a+\X \n+\X .+\X/BZx
2162 \S+
2210 /\X+\D \X+\d \X+\S \X+\s \X+\W \X+\w \X+. \X+\C \X+\R \X+\H \X+\h \X+\V \X+\v \X+\X \X+\Z \X+\z \X+…
2218 \S
2251 /\d+\s{0,5}=\s*\S?=\w{0,4}\W*/8WBZ
H A Dtestoutput19104 Starting chars: S s \xff
H A Dtestinput11131 /[[:^alpha:]\S]+/8WB
/PHP-7.2/ext/phar/
H A DLICENSE86 THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
89 IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
/PHP-7.2/main/
H A Dbuild-defs.h.in15 | Author: Stig Sæther Bakken <ssb@php.net> |
/PHP-7.2/ext/interbase/tests/
H A Dinterbase.inc69 /* M/D/Y H:M:S */
H A D003.phpt34 ini_set('ibase.timestampformat',"%m/%d/%Y %H:%M:%S");
/PHP-7.2/ext/date/tests/
H A Dbug27780.phpt38 echo $time, strftime(" [%Y-%m-%d %H:%M:%S %Z]", $time), " [$timestring]\n";
/PHP-7.2/ext/filter/tests/
H A D043.phpt97 string(1) "S"
/PHP-7.2/sapi/phpdbg/
H A DREADME.md74 - -S override SAPI name
/PHP-7.2/ext/hash/
H A Dhash_gost.c125 #define S(s, l, r) \ macro
201 S(s, l, r); \
/PHP-7.2/ext/intl/tests/
H A Dlocale_get_primary_language.phpt88 root: primary_language='%S'
/PHP-7.2/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt107 charName(): string(26) "LATIN SMALL LETTER SHARP S"
/PHP-7.2/ext/standard/html_tables/mappings/
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)
/PHP-7.2/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!

Completed in 41 milliseconds

1234567891011