Home
last modified time | relevance | path

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

/PHP-7.1/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-7.1/ext/oci8/tests/
H A Ddrcp_privileged.phpt17 …die("skip this test is unlikely to work with a remote database - unless an Oracle password file ha…
/PHP-7.1/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-7.1/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-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c13370 #define unlikely(X) (X) macro
80989 if( unlikely(szHdr<3 || szHdr>(unsigned)m.n) ){
81004 if( unlikely(typeRowid<1 || typeRowid>9 || typeRowid==7) ){
81009 if( unlikely((u32)m.n<szHdr+lenRowid) ){
114911 FUNCTION2(unlikely, 1, 0, 0, noopFunc, SQLITE_FUNC_UNLIKELY),

Completed in 407 milliseconds