Home
last modified time | relevance | path

Searched refs:X (Results 401 – 416 of 416) sorted by relevance

1...<<11121314151617

/PHP-7.2/Zend/
H A DZend.m444 dnl Hack to work around a Mac OS X cpp problem
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog21 following '+' or '?' (example: /X+(?#comment)?Y/.
91 (a) A pattern such as (?=.*X)X$ was incorrectly optimized as if it needed
92 both an initial 'X' and a following 'X'.
516 38. If a greedy quantified \X was preceded by \C in UTF mode (e.g. \C\X*),
789 that were repeated with a maximizing qualifier (e.g. \X* or \X{2,5}) when
1175 10. Changed the meaning of \X so that it now matches a Unicode extended
1313 (c) \X did not give a hard partial match after matching one or more
2707 ^X(?3)(a)(?|(b)|(q))(Y) is an example.
3248 trying to match (((?(1)X|))*) but it was OK with ((?(1)X|)*) where the
5026 \L, \l, \N, \P, \p, \U, \u, and \X.
[all …]
H A DNEWS139 . \X now matches a Unicode extended grapheme cluster.
568 means that the patterns items such as \p{Lu} and \X can now be used. Only
H A DREADME248 include support for the \P, \p, and \X sequences that recognize Unicode
/PHP-7.2/ext/pcre/pcrelib/testdata/
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-7.2/ext/ftp/tests/
H A Dserver.inc411 fputs($fs, "X");
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt2460 45 support for \P, \p, and \X has not been compiled
3391 (*MARK:A)(X|Y)
5334 \X a Unicode extended grapheme cluster
5482 PCRE later than 8.31, \X matches one of these clusters.
6000 the characters J, U and X respectively.
6224 the \X escape sequence
7377 re> /X(*MARK:A)Y|X(*MARK:B)Z/K
7398 re> /X(*MARK:A)Y|X(*MARK:B)Z/K
7739 \X a Unicode extended grapheme cluster
8877 /123\w+X|dogY/
[all …]
/PHP-7.2/ext/gd/
H A Dgd.c3627 zend_long SIZE, X, Y, COL; in php_imagechar() local
3635 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlllsl", &IM, &SIZE, &X, &Y, &C, &C_len, &COL) == FAIL… in php_imagechar()
3653 x = X; in php_imagechar()
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in295 ; - %{X-Powered-By}o
/PHP-7.2/ext/wddx/tests/
H A Dbug37569.phpt113 <wddxPacket version='1.0'><header/><data><string>X</string></data></wddxPacket>
/PHP-7.2/win32/
H A Dinstall.txt63 have a web server (e.g. Apache on Linux and MacOS X; IIS on Windows).
1509 * > run -X -f /path/to/httpd.conf
1511 * > run -X -f /path/to/httpd.conf
/PHP-7.2/ext/date/lib/
H A Dparse_date.re896 monthroman = "I" | "II" | "III" | "IV" | "V" | "VI" | "VII" | "VIII" | "IX" | "X" | "XI" | "XII";
/PHP-7.2/
H A Dphp.ini-development1064 ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
H A Dphp.ini-production1066 ; Add X-PHP-Originating-Script: that will include uid of the script followed by the filename
H A DNEWS1870 . Fixed bug #75075 (unpack with X* causes infinity loop). (Laruence)

Completed in 120 milliseconds

1...<<11121314151617