Home
last modified time | relevance | path

Searched refs:k (Results 326 – 334 of 334) sorted by relevance

1...<<11121314

/PHP-5.6/ext/pcre/pcrelib/
H A DNEWS385 \k{name} and \g{name} are synonyms for \k<name>.
H A DChangeLog30 current group, for example in this pattern: /(?|(\k'Pm')|(?'Pm'))/, caused
39 numbers, for example: /(?J:(?|(?'R')(\k'R')|((?'R'))))/. This has been
117 30. Error messages for syntax errors following \g and \k were giving inaccurate
1707 31. If \k was not followed by a braced, angle-bracketed, or quoted name, PCRE
2792 makes it give the same error for \k'' (previously it complained that that
3182 (e) \k{name} is synonymous with \k<name> and \k'name' (.NET compatible).
3567 (c) A backreference to a named group can now be defined as \k<name> or
3568 \k'name' as well as (?P=name). The new forms, as well as being in Perl
3869 (k) Allow "-" to be used as a file name for -f as well as for a data file.
4244 (k) Re-factored the options decoding logic because we are going to add
[all …]
/PHP-5.6/ext/wddx/tests/
H A Dbug37569.phpt189 <wddxPacket version='1.0'><header/><data><string>k</string></data></wddxPacket>
/PHP-5.6/build/
H A Dlibtool.m4834 # the test eventually succeeds (with a max line length of 256k).
1696 linux* | k*bsd*-gnu)
2483 linux* | k*bsd*-gnu)
3329 linux* | k*bsd*-gnu)
4572 linux* | k*bsd*-gnu)
4890 linux* | k*bsd*-gnu)
5160 linux* | k*bsd*-gnu)
5503 gnu* | linux* | k*bsd*-gnu)
/PHP-5.6/ext/mbstring/
H A DREADME_PHP3-i18n-ja648 "k" : FW katakana -> HW katakana
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt2489 69 \k is not followed by a braced, angle-bracketed, or quoted name
4708 (k) The alternative matching functions (pcre_dfa_exec(),
6196 (?:(?<n>foo)|(?<n>bar))\k<n>
6552 subpatterns. The .NET syntax \k{name} and the Perl syntax \k<name> or
6553 \k'name' are supported, as is the Python syntax (?P=name). Perl 5.10's
6558 (?<p1>(?i)rah)\s+\k<p1>
6559 (?'p1'(?i)rah)\s+\k{p1}
7992 \k<name> reference by name (Perl)
7993 \k'name' reference by name (Perl)
7995 \k{name} reference by name (.NET)
/PHP-5.6/
H A Dphp.ini-development330 ;realpath_cache_size = 16k
H A Dphp.ini-production330 ;realpath_cache_size = 16k
H A DNEWS5036 (r dot i dot k at free dot fr, Ilia)

Completed in 107 milliseconds

1...<<11121314