Home
last modified time | relevance | path

Searched refs:unlikely (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_server_version.phpt21 /* < 30000 = pre 3.2.3, very unlikely! */
H A Dmysqli_stmt_get_result_non_select.phpt36 printf("[004] It is very unlikely that SHOW ENGINES returns no data, check manually\n");
46 printf("[005] It is very unlikely that SHOW ENGINES does not show MyISAM, check manually\n");
/PHP-5.5/win32/build/
H A DDSP.README6 unlikely to match the official PHP distributed binaries.
/PHP-5.5/ext/oci8/tests/
H A Ddrcp_privileged.phpt13 …die("skip this test is unlikely to work with a remote database - unless an Oracle password file ha…
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog4180 names changed to start with "_pcre_" so that they are unlikely to clash
4415 occurrences of "<" in the file name (pretty unlikely); if there are,
4966 fact referenced, the optimization can be applied. It is unlikely that a
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt3058 whose byte-order is different. (This seems a highly unlikely scenario.)
10371 and unlikely ever to operate. They can be changed when PCRE is built,
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c8553 #define unlikely(X) (X) macro
68802 if( unlikely(szHdr<3 || (int)szHdr>m.n) ){
68817 if( unlikely(typeRowid<1 || typeRowid>9 || typeRowid==7) ){
68822 if( unlikely((u32)m.n<szHdr+lenRowid) ){
98163 FUNCTION2(unlikely, 1, 0, 0, noopFunc, SQLITE_FUNC_UNLIKELY),

Completed in 408 milliseconds