Home
last modified time | relevance | path

Searched refs:Z (Results 101 – 125 of 135) sorted by relevance

123456

/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/standard/html_tables/mappings/
H A DCP1252.TXT109 0x5A 0x005A #LATIN CAPITAL LETTER Z
141 0x7A 0x007A #LATIN SMALL LETTER Z
161 0x8E 0x017D #LATIN CAPITAL LETTER Z WITH CARON
177 0x9E 0x017E #LATIN SMALL LETTER Z WITH CARON
H A D8859-15.TXT137 0x5A 0x005A # LATIN CAPITAL LETTER Z
169 0x7A 0x007A # LATIN SMALL LETTER Z
227 0xB4 0x017D # LATIN CAPITAL LETTER Z WITH CARON
231 0xB8 0x017E # LATIN SMALL LETTER Z WITH CARON
H A DCP1251.TXT109 0x5A 0x005A #LATIN CAPITAL LETTER Z
141 0x7A 0x007A #LATIN SMALL LETTER Z
H A D8859-5.TXT138 0x5A 0x005A # LATIN CAPITAL LETTER Z
170 0x7A 0x007A # LATIN SMALL LETTER Z
H A DCP866.TXT108 0x5a 0x005a #LATIN CAPITAL LETTER Z
140 0x7a 0x007a #LATIN SMALL LETTER Z
H A D8859-1.TXT138 0x5A 0x005A # LATIN CAPITAL LETTER Z
170 0x7A 0x007A # LATIN SMALL LETTER Z
H A DKOI8-R.TXT137 0x5A 0x005A # LATIN CAPITAL LETTER Z
169 0x7A 0x007A # LATIN SMALL LETTER Z
H A DROMAN.TXT205 0x5A 0x005A # LATIN CAPITAL LETTER Z
237 0x7A 0x007A # LATIN SMALL LETTER Z
/PHP-7.4/ext/filter/tests/
H A D043.phpt104 string(1) "Z"
/PHP-7.4/ext/standard/tests/array/
H A Darray_change_key_case.phpt20 array ("Z" => 1),
225 ["Z"]=>
/PHP-7.4/Zend/tests/assert/
H A Dexpect_015.phpt26 const Y = self::X, Z = "aaa";
168 const Y = self::X, Z = 'aaa';
/PHP-7.4/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-15.phpt26 0x017D => array(0xB4, "LATIN CAPITAL LETTER Z WITH CARON"),
30 0x017E => array(0xB8, "LATIN SMALL LETTER Z WITH CARON"),
177 LATIN CAPITAL LETTER Z WITH CARON: Ž => b4
189 LATIN SMALL LETTER Z WITH CARON: ž => b8
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation22.phpt38 "%30c", "%[a-zA-Z@#$&0-9]", "%*c");
H A Dfscanf_variation25.phpt35 "%30c", "%[a-zA-Z@#$&0-9]", "%*c");
H A Dfscanf_variation26.phpt30 "%30c", "%[a-zA-Z@#$&0-9]", "%*c");
H A Dfscanf_variation23.phpt43 "%30c", "%[a-zA-Z@#$&0-9]", "%*c");
H A Dfscanf_variation21.phpt47 "%30c", "%[a-zA-Z@#$&0-9]", "%*c");
H A Dfscanf_variation24.phpt49 "%30c", "%[a-zA-Z@#$&0-9]", "%*c");
/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/date/lib/
H A Dparse_iso_intervals.re192 datetimebasic = year4 monthlz daylz "T" hour24lz minutelz secondlz "Z";
193 datetimeextended = year4 "-" monthlz "-" daylz "T" hour24lz ':' minutelz ':' secondlz "Z";
H A Dparse_date.re541 while ((**ptr >= 'A' && **ptr <= 'Z') || (**ptr >= 'a' && **ptr <= 'z')) {
574 while ((**ptr >= 'A' && **ptr <= 'Z') || (**ptr >= 'a' && **ptr <= 'z')) {
904 tz = "("? [A-Za-z]{1,6} ")"? | [A-Z][a-z]+([_/-][A-Za-z]+)+;
/PHP-7.4/ext/standard/
H A Durl_scanner_ex.re174 alpha = [a-zA-Z];
175 alphanamespace = [a-zA-Z:];
176 alphadash = ([a-zA-Z] | "-");
/PHP-7.4/Zend/tests/
H A Dtemporary_cleaning_013.phpt263 function __toString() { $x = "Z"; return ++$x; }
/PHP-7.4/build/
H A Dphp.m478 …fine ]$1[]ifelse([$2],,[ 1],[ $2])[" > ]ifelse([$3],,[include],[$3])[/php_]translit($1,A-Z,a-z)[.h]
311 gcc_arg_name=[ac_cv_gcc_arg]translit($1,A-Z=-,a-z__)
312 AC_CACHE_CHECK([whether $CC supports $1], [ac_cv_gcc_arg]translit($1,A-Z=-,a-z__), [

Completed in 71 milliseconds

123456