Home
last modified time | relevance | path

Searched refs:k (Results 276 – 294 of 294) sorted by relevance

1...<<1112

/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_fetch_field_flags.phpt208 foreach ($column_def as $k => $v) {
H A Dmysqli_get_client_stats.phpt536 foreach ($info as $k => $v)
537 if ($info[$k] != $expected[$k])
538 printf("$k - $v != %s\n", $expected[$k]);
H A Dmysqli_stmt_bind_param.phpt359 foreach ($value_list as $k => $values) {
/PHP-5.3/ext/phar/tests/cache_list/files/
H A Dnophar.phar296 �8�ā�k����GBMB
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c64655 for(k=0; k<u.aj.n; k++) if( aPermute[k]>mx ) mx = aPermute[k];
70227 for(k=0; k<pUsing->nId; k++){
76204 for(k=sqliteHashFirst(&pSchema->tblHash); k; k=sqliteHashNext(k)){
80047 for(k=0; k<pIdx->nColumn; k++){
80983 for(k=sqliteHashFirst(&pDb->pSchema->tblHash); k; k=sqliteHashNext(k)){
93721 for(k=0; k<pEList->nExpr; k++){
93740 for(k=0; k<pEList->nExpr; k++){
98910 for(pTerm=pWC->a, k=pWC->nTerm; k; k--, pTerm++){
101992 for(k=0; k<nConstraint; k++){
102432 for(k=1; k<=nNotReady; k++){
[all …]
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput25752 Need char = 'k'
5763 Need char = 'k'
5776 Need char = 'k'
5813 1: k
5846 11: k
5867 11: k
8298 /(?<A>tom|bon)-\k{A}/
9080 /\k''/
9083 /\k<>/
9086 /\k{}/
[all …]
H A Dtestoutput81565 /^(a(b(c)))(d(e(f)))(h(i(j)))(k(l(m)))$/
1569 /^(?:a(b(c)))(?:d(e(f)))(?:h(i(j)))(?:k(l(m)))$/
3042 /(a)(b)(c)(d)(e)(f)(g)(h)(i)(j)(k)\12\123/
3136 /[^k]$/
3144 /[^k]{2,3}$/
3160 /^\d{8,}\@.+[^k]$/
5045 /(bc+d$|ef*g.|h?i(j|k))/
5089 /[k]/
5502 /(bc+d$|ef*g.|h?i(j|k))/i
5556 /[k]/i
/PHP-5.3/
H A Dltmain.sh4125 k=1
4126 output=$output_objdir/$output_la-${k}.$objext
4138 if test "$k" -eq 1 ; then
4146 last_robj=$output_objdir/$output_la-${k}.$objext
4147 k=`expr $k + 1`
4148 output=$output_objdir/$output_la-${k}.$objext
H A Dphp.ini-development414 ;realpath_cache_size = 16k
H A Dphp.ini-production414 ;realpath_cache_size = 16k
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic3041 0 long 0406 68k Blit mpx/mux executable
3730 #>3 string =1 \b, compression block size 100k
3731 #>3 string =2 \b, compression block size 200k
3732 #>3 string =3 \b, compression block size 300k
3733 #>3 string =4 \b, compression block size 400k
3734 #>3 string =5 \b, compression block size 500k
3735 #>3 string =6 \b, compression block size 600k
4972 >>18 leshort 97 NatSemi 32k,
5085 >>18 beshort 97 NatSemi 32k,
5307 # not for BeOS floppy 1440k, MBRs
[all …]
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DAPI298 Return the group number corresponding to the named backref (\k<name>).
/PHP-5.3/ext/pcre/pcrelib/
H A DNEWS280 \k{name} and \g{name} are synonyms for \k<name>.
H A DChangeLog771 31. If \k was not followed by a braced, angle-bracketed, or quoted name, PCRE
1855 makes it give the same error for \k'' (previously it complained that that
2245 (e) \k{name} is synonymous with \k<name> and \k'name' (.NET compatible).
2630 (c) A backreference to a named group can now be defined as \k<name> or
2631 \k'name' as well as (?P=name). The new forms, as well as being in Perl
2932 (k) Allow "-" to be used as a file name for -f as well as for a data file.
3307 (k) Re-factored the options decoding logic because we are going to add
4746 4. A regex ending with a one-character negative class (e.g. /[^k]$/) did not
/PHP-5.3/ext/mbstring/oniguruma/
H A DHISTORY198 \k<name+n>, \k<name-n>
1443 backref: \k<name>, call: \g<name> (thanks akr)
1755 2002/03/11: [new] \k (single-byte word char), \K (multi-byte char).
/PHP-5.3/ext/wddx/tests/
H A Dbug37569.phpt189 <wddxPacket version='1.0'><header/><data><string>k</string></data></wddxPacket>
/PHP-5.3/build/
H A Dlibtool.m4828 # the test eventually succeeds (with a max line length of 256k).
1694 linux* | k*bsd*-gnu)
2480 linux* | k*bsd*-gnu)
3326 linux* | k*bsd*-gnu)
4569 linux* | k*bsd*-gnu)
4887 linux* | k*bsd*-gnu)
5157 linux* | k*bsd*-gnu)
5500 gnu* | linux* | k*bsd*-gnu)
/PHP-5.3/ext/mbstring/
H A DREADME_PHP3-i18n-ja648 "k" : FW katakana -> HW katakana
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt2390 69 \k is not followed by a braced, angle-bracketed, or quoted name
4473 (k) The alternative matching functions (pcre_dfa_exec(),
6160 subpatterns. The .NET syntax \k{name} and the Perl syntax \k<name> or
6161 \k'name' are supported, as is the Python syntax (?P=name). Perl 5.10's
6166 (?<p1>(?i)rah)\s+\k<p1>
6167 (?'p1'(?i)rah)\s+\k{p1}
7454 \k<name> reference by name (Perl)
7455 \k'name' reference by name (Perl)
7457 \k{name} reference by name (.NET)

Completed in 475 milliseconds

1...<<1112