Home
last modified time | relevance | path

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

12345678910

/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput7376 /[\S]/WBZ8
394 /\S/WBZ8
471 /[[:^alpha:]\S]+/8WBZ
564 /^S(\X*)e(\X*)$/8
803 /\w+\P{P} \W+\p{Po} \w+\S \P{Xan}+\s \s+\P{Xan} \s+\W/BWZx
822 /\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
828 /\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+…
830 /\d+\s{0,5}=\s*\S?=\w{0,4}\W*/8WBZ
H A Dtestoutput18-16345 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
761 /\S \S/I8ST1
770 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
974 /\S+\x{A0}/8BZ
977 \S+
985 /\S+\x{A0}/8BZT1
988 \S++
H A Dtestoutput18-32343 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
758 /\S \S/I8ST1
767 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
971 /\S+\x{A0}/8BZ
974 \S+
982 /\S+\x{A0}/8BZT1
985 \S++
H A Dtestoutput2333 : ; < = > ? @ 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 [ \ ] ^
60 ? @ 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 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 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 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 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 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 Dtestoutput19104 Starting chars: S s \xff
/PHP-5.6/ext/standard/html_tables/mappings/
H A DCP1252.TXT102 0x53 0x0053 #LATIN CAPITAL LETTER S
134 0x73 0x0073 #LATIN SMALL LETTER S
157 0x8A 0x0160 #LATIN CAPITAL LETTER S WITH CARON
173 0x9A 0x0161 #LATIN SMALL LETTER S WITH CARON
242 0xDF 0x00DF #LATIN SMALL LETTER SHARP S
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
/PHP-5.6/ext/standard/tests/strings/
H A Dvfprintf_variation9.phpt79 ; � S
H A Dstrpos.phpt169 var_dump( strpos("Hello, world'S", "$needle'S") ); // works
173 var_dump( strpos("Hello, worldS", "${needle}S") ); // works
174 var_dump( strpos("Hello, worldS", "{$needle}S") ); // works
H A Dvprintf_variation7.phpt37 "%+s %-s %S",
H A Dvsprintf_variation7.phpt37 "%+s %-s %S",
H A Dvfprintf_variation7.phpt37 "%+s %-s %S",
/PHP-5.6/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-5.6/ext/pdo_sqlite/
H A Dsqlite_driver.c181 pdo_sqlite_stmt *S = ecalloc(1, sizeof(pdo_sqlite_stmt)); in sqlite_handle_preparer() local
185 S->H = H; in sqlite_handle_preparer()
186 stmt->driver_data = S; in sqlite_handle_preparer()
196 i = sqlite3_prepare(H->db, sql, sql_len, &S->stmt, &tail); in sqlite_handle_preparer()
/PHP-5.6/main/
H A Dbuild-defs.h.in15 | Author: Stig S�ther Bakken <ssb@php.net> |
/PHP-5.6/ext/date/tests/
H A Dbug27780.phpt38 echo $time, strftime(" [%Y-%m-%d %H:%M:%S %Z]", $time), " [$timestring]\n";
/PHP-5.6/ext/interbase/tests/
H A Dinterbase.inc69 /* M/D/Y H:M:S */
/PHP-5.6/ext/filter/tests/
H A D043.phpt97 string(1) "S"
/PHP-5.6/sapi/phpdbg/
H A DREADME.md74 - -S override SAPI name

Completed in 66 milliseconds

12345678910