Home
last modified time | relevance | path

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

12345678910>>...55

/PHP-7.0/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h42 #define PDO_DBG_INF(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg…
43 #define PDO_DBG_ERR(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg…
44 #define PDO_DBG_INF_FMT(...) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log_va(PDO_MYSQ…
45 #define PDO_DBG_ERR_FMT(...) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log_va(PDO_MYSQ…
/PHP-7.0/ext/pgsql/tests/
H A D31nb_async_query_prepared.phpt26 if ($nb_send === FALSE) {
40 if ($nb_send === FALSE) {
78 if ($nb_send === FALSE) {
92 if ($nb_send === FALSE) {
/PHP-7.0/ext/standard/tests/strings/
H A Dvprintf_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 Dvprintf_variation8.phpt49 array(true), array(false), array(TRUE), array(FALSE),
55 TRUE, 0, FALSE, 1,
56 true, false, TRUE, FALSE,
58 1, TRUE, 0, FALSE),
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 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 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 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 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_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.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 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.0/ext/dba/tests/
H A Ddba_cdb_001.phpt17 if (($db_file = dba_open($db_filename, 'n', $handler))!==FALSE) {
35 if (($db_file = dba_open($db_filename, 'c', $handler))!==FALSE) {
45 if (($db_file = dba_open($db_filename, 'r', $handler))!==FALSE) {
55 if (($db_file = dba_open($db_filename, 'w', $handler))!==FALSE) {
/PHP-7.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)) ) {}
/PHP-7.0/tests/
H A Dquicktester.inc9 FALSE === @ fopen('non_existent_file')
36 if (strpos($test, $a_operator)!== FALSE) {
56 $result = FALSE;
/PHP-7.0/ext/curl/tests/
H A Dcurl_basic_022.phpt22 string(38) ".php.net TRUE / FALSE 2145916799 C1 v1"
24 string(38) ".php.net TRUE / FALSE 2145916799 C2 v2"
/PHP-7.0/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.0/ext/standard/tests/general_functions/
H A Dproc_nice_variation2.phpt24 'uppercase FALSE' =>FALSE,

Completed in 33 milliseconds

12345678910>>...55