Home
last modified time | relevance | path

Searched refs:Z (Results 151 – 175 of 178) sorted by relevance

12345678

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput5235 /[Z\x{100}]/8DZ
238 [Z\x{100}]
246 Z\x{100}
247 0: Z
250 \x{100}Z
H A Dtestoutput14365 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 Z ^ _ ` a b c d e
H A Dtestoutput17232 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 Z ^ _ ` a b c d e
/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation24.phpt49 "%30c", "%[a-zA-Z@#$&0-9]", "%*c");
/PHP-5.5/ext/standard/html_tables/mappings/
H A DROMAN.TXT205 0x5A 0x005A # LATIN CAPITAL LETTER Z
237 0x7A 0x007A # LATIN SMALL LETTER Z
/PHP-5.5/
H A DREADME.PARAMETER_PARSING_API69 Z - the actual zval (zval**)
H A DUPGRADING119 line with Perl's behavior: - Implemented format character "Z": NULL
H A DREADME.RELEASE_PROCESS179 ``gpg -u YOUREMAIL --armor --detach-sign php-X.Y.Z.tar.xxx``
H A Dacinclude.m482 …fine ]$1[]ifelse([$2],,[ 1],[ $2])[" > ]ifelse([$3],,[include],[$3])[/php_]translit($1,A-Z,a-z)[.h]
335 gcc_arg_name=[ac_cv_gcc_arg]translit($1,A-Z-,a-z_)
336 AC_CACHE_CHECK([whether $CC supports $1], [ac_cv_gcc_arg]translit($1,A-Z-,a-z_), [
H A Dphp.ini-development1533 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
H A Dphp.ini-production1533 ; 6 (6 bits: 0-9, a-z, A-Z, "-", ",")
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY54 ONIG_OPTION_SINGLELINE: '$' -> '\Z' (as Perl)
104 ex. /\n\Z/.match("aaaaaaaaaa\n")
382 anchors(\A, \z, \Z) cause invalid result.
829 abort in "a".gsub(/a\Z/, "")
1371 ex. /[H-c]/i ==> (H-Z, 0x5b-0x60, a-c)/i
1372 ==> H-Z, h-z, 0x5b-0x60, a-c, A-C
1524 2003/06/26: [spec] don't change the meaning of '\Z' for REG_OPTION_SINGLELINE.
1613 (/\n$/ =~ "\n", /\n\Z/ =~ "\n") [ruby-dev:20125]
/PHP-5.5/win32/build/
H A Dconfig.w32.phpize.in2 // $Id: config.w32 306241 2010-12-11 22:18:10Z pajoye $
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI66 ONIG_OPTION_SINGLELINE '^' -> '\A', '$' -> '\Z'
/PHP-5.5/ext/date/lib/
H A Dparse_date.re541 while ((**ptr >= 'A' && **ptr <= 'Z') || (**ptr >= 'a' && **ptr <= 'z')) {
574 while ((**ptr >= 'A' && **ptr <= 'Z') || (**ptr >= 'a' && **ptr <= 'z')) {
831 tz = "("? [A-Za-z]{1,6} ")"? | [A-Z][a-z]+([_/-][A-Za-z]+)+;
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h5943 SQLITE_API int SQLITE_STDCALL sqlite3_blob_read(sqlite3_blob *, void *Z, int N, int iOffset);
/PHP-5.5/ext/ereg/regex/
H A Dtests16 # is newline, `S' is space, `T' is tab, `Z' is NUL.
/PHP-5.5/ext/wddx/tests/
H A Dbug37569.phpt121 <wddxPacket version='1.0'><header/><data><string>Z</string></data></wddxPacket>
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2107 "^A.*Z", /* the pattern */
3315 not affect \Z or \z.
5229 \s any character that matches \p{Z} or \h or \v
5429 Z Separator
5573 \Z matches at the end of the subject
5656 compile time. This does not affect the \Z assertion.
7373 re> /X(*MARK:A)Y|X(*MARK:B)Z/K
7394 re> /X(*MARK:A)Y|X(*MARK:B)Z/K
7787 Z Separator
7797 Xsp Perl space: property Z or tab, NL, VT, FF, CR
[all …]
/PHP-5.5/build/
H A Dlibtool.m41489 if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
4856 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4864 # +Z the default
4867 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
5092 # +Z the default
5139 # +Z the default
5142 _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1043 -Z x-compress
1045 +Z compress
/PHP-5.5/ext/pcre/pcrelib/
H A DHACKING191 OP_EODN match end of data or newline at end: \Z
H A DChangeLog290 29. For some types of pattern, for example /Z*(|d*){216}/, the auto-
1386 /A(*MARK:A)A+(*SKIP:B)Z|AAC/ this meant that the AAC branch was never
1861 of $, \z, \Z, \b, and \B. If the match point is at the end of the string,
2311 needed. This makes a difference in some odd cases such as Z(*FAIL) with the
2312 string "Z", which now yields "no match" instead of "partial match". In the
3160 "Z" feature of pcretest means that these can be cut out, making the tests
3327 I have added a new /Z option to pcretest that replaces the length and
5313 1. If the pattern /((Z)+|A)*/ was matched agained ZABCDEFG it matched Z instead
5571 4. Correct the implementation of \Z (it is permitted to match on the \n at the
H A DNEWS243 . Changed the way PCRE_PARTIAL_HARD affects the matching of $, \z, \Z, \b, and
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic113 # Z-machine: file(1) magic for Z-machine binaries.
118 #http://en.wikipedia.org/wiki/Z-machine
134 >>>>>>0 ubyte < 10 Infocom (Z-machine %d,
4018 >9 byte =0x08 \b, from Z-System
4759 # skip Infocom game Z-machine
9595 #0 beshort 0x601a Human68k Z executable
11968 #>65 string ZIVM (compress (.Z))
14299 >8 string Z native library file (.cmxa)
15189 0 regex \^(\ |\\t)*def\ +[a-zA-Z]+
15628 >0 regex include\ [A-Z]|def\ [a-z]|\ do$
[all …]

Completed in 214 milliseconds

12345678