Home
last modified time | relevance | path

Searched refs:any (Results 626 – 638 of 638) sorted by relevance

1...<<212223242526

/PHP-5.4/ext/pcre/pcrelib/testdata/
H A Dtestoutput27902 a\nb\<any>
7906 a\rb\<any>
7908 a\x85b\<any>
7913 /^abc./mgx<any>
7923 /abc.$/mgx<any>
7933 /a/<cr><any>
7935 /a/<any><crlf>
8130 /.+foo/<any>
8148 /^$/mg<any>
8158 /(?m)^$/<any>g+
[all …]
H A Dtestoutput9943 /^abc./mgx8<any>
955 /abc.$/mgx8<any>
1199 /X/8f<any>
H A Dtestoutput18248 /a(*:any
8252 MK: any \x0aname
H A Dtestinput14947 /a(*:any
/PHP-5.4/build/
H A Dlibtool.m4775 # Append any errors to the config.log.
810 # (any single argument exceeding 2000 bytes causes a buffer overrun
3717 # link with -lc, and that would cause any symbols used from libc to
4125 # (at your option) any later version.
5162 # ICC 10 doesn't accept -KPIC any more.
5357 # as well as any symbol that contains `d'.
6146 # link with -lc, and that would cause any symbols used from libc to
/PHP-5.4/sapi/thttpd/
H A Dthttpd_patch422 /* Remove any leading slashes. */
1894 + ** any further requests on this connection. Some broken HTTP/1.1
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt133 …is is not a mistake that I use %unicode|string%(1) "1" here! Andrey did not go for int to avoid any
/PHP-5.4/ext/gd/libgd/
H A Dgd.c42 #define __attribute__(any) /*nothing */ argument
/PHP-5.4/
H A DNEWS674 . Fixed bug #66229 (128.0.0.0/16 isn't reserved any longer). (Adam)
2046 EXT_TYPE_UNUSED flag any more. This is a very rare and useless case.
3427 . Fixed bug #53198 (changing INI setting "from" with ini_set did not have any
3927 - Fixed bug #51171 (curl_setopt() doesn't output any errors or warnings when
4510 - Changed HTTP stream wrapper to accept any code between and including
4710 . Added support for element names in context of XMLSchema's <any>. (Dmitry)
4881 - Added json_last_error() to return any error information from json_decode().
6553 - Added support for hex numbers of any size. (Matt)
7813 - Fixed bug #31347 (is_dir and is_file (incorrectly) return true for any string
H A Dltmain.sh6381 $echo "See any operating system documentation about shared libraries for"
/PHP-5.4/ext/mbstring/oniguruma/
H A DHISTORY312 ex. /(?x)(?<= # <any-utf-8 multibyte char>o\n~) /
/PHP-5.4/tests/lang/
H A D024.phpt27 /* test just about any operator possible on $i and $j (ints) */
51 /* test just about any operator possible on $i and $j (floats) */
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.c142230 const int any = SQLITE_ANY;
142244 rc = sqlite3_create_function(db, zName, 1, any, p, scalarFunc, 0, 0);
142247 rc = sqlite3_create_function(db, zName, 2, any, p, scalarFunc, 0, 0);
142251 rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0);
142254 rc = sqlite3_create_function(db, zTest2, 0, any, pdb, intTestFunc, 0, 0);

Completed in 476 milliseconds

1...<<212223242526