Home
last modified time | relevance | path

Searched refs:FALSE (Results 51 – 75 of 653) sorted by relevance

12345678910>>...27

/PHP-8.0/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h37 #define PDO_DBG_INF(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg…
38 #define PDO_DBG_ERR(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg…
39 #define PDO_DBG_INF_FMT(...) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log_va(PDO_MYSQ…
40 #define PDO_DBG_ERR_FMT(...) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log_va(PDO_MYSQ…
/PHP-8.0/ext/posix/tests/
H A Dposix_ttyname_variation2.phpt25 'uppercase FALSE' =>FALSE,
H A Dposix_setuid_variation2.phpt24 'uppercase FALSE' =>FALSE,
H A Dposix_seteuid_variation2.phpt24 'uppercase FALSE' =>FALSE,
H A Dposix_setgid_variation2.phpt24 'uppercase FALSE' =>FALSE,
/PHP-8.0/ext/standard/tests/general_functions/
H A Dproc_nice_variation2.phpt24 'uppercase FALSE' =>FALSE,
/PHP-8.0/ext/dba/tests/
H A Dbug38698.phpt17 if (($db_make=dba_open($db_file, "n", 'cdb_make'))!==FALSE) {
18 if (isLittleEndian() === FALSE) {
H A Ddba009.phpt12 if (($db=dba_popen($db_file, "n", $handler))!==FALSE) {
21 if (($db=dba_popen($db_file, "n", $handler))!==FALSE) {
H A Ddba_db4_015.phpt16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
21 if (($db_file = dba_popen($db_filename, "wl", $handler)) !== FALSE) {
H A Ddba_db4_013.phpt16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
21 if (($db_file = dba_popen($db_filename, "rl", $handler)) !== FALSE) {
/PHP-8.0/tests/
H A Dquicktester.inc9 FALSE === @ fopen('non_existent_file')
36 if (strpos($test, $a_operator)!== FALSE) {
56 $result = FALSE;
/PHP-8.0/ext/standard/tests/file/
H A Dfseek_dir_basic.phpt16 while( FALSE !== ($files[] = readdir($dh)) ) {}
25 while( FALSE !== ($files[] = readdir($dh)) ) {}
34 while( FALSE !== ($files[] = readdir($dh)) ) {}
H A Dfscanf_variation14.phpt46 "FALSE",
140 string(5) "FALSE"
215 string(5) "FALSE"
290 string(5) "FALSE"
365 string(5) "FALSE"
440 string(5) "FALSE"
515 string(5) "FALSE"
617 string(5) "FALSE"
692 string(5) "FALSE"
842 string(5) "FALSE"
[all …]
H A Dfnmatch_basic.phpt25 var_dump( fnmatch(FALSE, FALSE) );
/PHP-8.0/ext/gd/libgd/
H A Dgd_gif_in.c36 #define FALSE 0 macro
147 int ZeroDataBlock = FALSE; in gdImageCreateFromGifCtx()
299 return FALSE; in ReadColorMap()
321 return FALSE; in DoExtension()
328 return FALSE; in DoExtension()
385 scd->done = FALSE; in GetCode_()
459 sd->fresh = FALSE; in LWZReadByte_()
462 GetCode(fd, &sd->scd, sd->code_size, FALSE, ZeroDataBlockP); in LWZReadByte_()
483 GetCode(fd, &sd->scd, sd->code_size, FALSE, ZeroDataBlockP); in LWZReadByte_()
600 while ((v = LWZReadByte(fd, &sd, FALSE, c, ZeroDataBlockP)) >= 0) { in ReadImage()
[all …]
/PHP-8.0/ext/standard/tests/strings/
H A Dvfprintf_basic4.phpt13 $arg2 = array(TRUE,FALSE);
14 $arg3 = array(TRUE,FALSE,TRUE);
H A Dvprintf_variation14.phpt52 array(true), array(TRUE), array(FALSE),
58 TRUE, FALSE, 1,
59 true, TRUE, FALSE,
61 1, TRUE, 0, FALSE),
H A Dvprintf_variation14_64bit.phpt52 array(true), array(TRUE), array(FALSE),
58 TRUE, FALSE, 1,
59 true, TRUE, FALSE,
61 1, TRUE, 0, FALSE),
H A Dvprintf_variation18.phpt41 array(true), array(false), array(TRUE), array(FALSE),
47 TRUE, FALSE, 1,
48 true, false, TRUE, FALSE,
50 1, TRUE, 0, FALSE),
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_study.c114 BOOL had_recurse = FALSE; in find_minlength()
242 had_recurse = FALSE; in find_minlength()
1097 try_next = FALSE; in set_start_bits()
1146 try_next = FALSE; in set_start_bits()
1238 try_next = FALSE; in set_start_bits()
1249 try_next = FALSE; in set_start_bits()
1291 try_next = FALSE; in set_start_bits()
1325 try_next = FALSE; in set_start_bits()
1335 try_next = FALSE; in set_start_bits()
1340 try_next = FALSE; in set_start_bits()
[all …]
/PHP-8.0/ext/intl/tests/
H A Duconverter_func_subst.phpt12 if ($ret === FALSE) {
18 if ($ret === FALSE) {
/PHP-8.0/ext/phar/tests/files/
H A Dopenssl.cnf33 basicConstraints = CA:FALSE
42 basicConstraints=CA:FALSE
/PHP-8.0/ext/session/tests/
H A Dsession_set_cookie_params_variation4.phpt15 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE));
23 var_dump(session_set_cookie_params(3600, "/path", "blah", FALSE));
/PHP-8.0/ext/standard/tests/array/
H A Darray_values.phpt25 array(TRUE, FALSE, NULL, true, false, null, "TRUE", "FALSE",
186 string(5) "FALSE"
/PHP-8.0/ext/openssl/tests/
H A Dopenssl.cnf40 basicConstraints = CA:FALSE
49 basicConstraints=CA:FALSE

Completed in 38 milliseconds

12345678910>>...27