Home
last modified time | relevance | path

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

12345678910>>...34

/PHP-7.4/ext/standard/tests/strings/
H A Dvsprintf_variation10.phpt53 array(true), array(false), array(TRUE), array(FALSE),
59 TRUE, 0, FALSE, 1,
60 true, false, TRUE, FALSE,
62 1, TRUE, 0, FALSE),
H A Dvsprintf_variation8.phpt49 array(true), array(false), array(TRUE), array(FALSE),
55 TRUE, FALSE, 1,
56 true, false, TRUE, FALSE,
58 1, TRUE, 0, FALSE),
H A Dstrstr.phpt51 FALSE,
52 "FALSE",
230 string(67) "-3.3445 NULL TRUE FALSE� abcd\xxyz �0 octal
240 string(67) "-3.3445 NULL TRUE FALSE� abcd\xxyz �0 octal
257 string(55) "NULL TRUE FALSE� abcd\xxyz �0 octal
262 string(74) "012033 -3.3445 NULL TRUE FALSE� abcd\xxyz �0 octal
279 string(50) "TRUE FALSE� abcd\xxyz �0 octal
284 string(73) "12033 -3.3445 NULL TRUE FALSE� abcd\xxyz �0 octal
301 string(45) "FALSE� abcd\xxyz �0 octal
311 string(60) " NULL TRUE FALSE� abcd\xxyz �0 octal
[all …]
H A Dvsprintf_basic4.phpt18 $arg2 = array(TRUE,FALSE);
19 $arg3 = array(TRUE,FALSE,TRUE);
H A Dvprintf_variation10.phpt53 array(true), array(false), array(TRUE), array(FALSE),
59 TRUE, 0, FALSE, 1,
60 true, false, TRUE, FALSE,
62 1, TRUE, 0, FALSE),
H A Dvprintf_variation16.phpt50 array(true), array(TRUE), array(FALSE),
56 TRUE, 0, FALSE, 1,
57 true, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvprintf_variation16_64bit.phpt50 array(true), array(TRUE), array(FALSE),
56 TRUE, 0, FALSE, 1,
57 true, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvsprintf_variation16.phpt50 array(true), array(TRUE), array(FALSE),
56 TRUE, 0, FALSE, 1,
57 true, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvsprintf_variation4.phpt50 array(true), array(false), array(TRUE), array(FALSE),
56 TRUE, 0, FALSE, 1,
57 true, false, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvprintf_variation4.phpt50 array(true), array(false), array(TRUE), array(FALSE),
56 TRUE, 0, FALSE, 1,
57 true, false, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvprintf_variation4_64bit.phpt50 array(true), array(false), array(TRUE), array(FALSE),
56 TRUE, 0, FALSE, 1,
57 true, false, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvfprintf_variation6.phpt46 array(true), array(false), array(TRUE), array(FALSE),
52 TRUE, 0, FALSE, 1,
53 true, false, TRUE, FALSE,
55 1, TRUE, 0, FALSE),
H A Dvsprintf_variation16_64bit.phpt50 array(true), array(TRUE), array(FALSE),
56 TRUE, 0, FALSE, 1,
57 true, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
H A Dvsprintf_variation4_64bit.phpt50 array(true), array(false), array(TRUE), array(FALSE),
56 TRUE, 0, FALSE, 1,
57 true, false, TRUE, FALSE,
59 1, TRUE, 0, FALSE),
/PHP-7.4/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h43 #define PDO_DBG_INF(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg…
44 #define PDO_DBG_ERR(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg…
45 #define PDO_DBG_INF_FMT(...) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log_va(PDO_MYSQ…
46 #define PDO_DBG_ERR_FMT(...) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log_va(PDO_MYSQ…
/PHP-7.4/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-7.4/tests/
H A Dquicktester.inc9 FALSE === @ fopen('non_existent_file')
36 if (strpos($test, $a_operator)!== FALSE) {
56 $result = FALSE;
/PHP-7.4/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)) ) {}
/PHP-7.4/ext/posix/tests/
H A Dposix_ttyname_variation2.phpt25 'uppercase FALSE' =>FALSE,
H A Dposix_seteuid_variation2.phpt24 'uppercase FALSE' =>FALSE,
H A Dposix_setgid_variation2.phpt24 'uppercase FALSE' =>FALSE,
H A Dposix_setuid_variation2.phpt24 'uppercase FALSE' =>FALSE,
/PHP-7.4/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) {
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_nice_variation2.phpt24 'uppercase FALSE' =>FALSE,

Completed in 36 milliseconds

12345678910>>...34