Lines Matching refs:FALSE
294 return FALSE;
313 return FALSE;
328 return FALSE;
835 function findFilesInDir($dir,$is_ext_dir=FALSE,$ignore=FALSE)
839 while (($name = readdir($o)) !== FALSE) {
846 $this->findFilesInDir("$dir/$name", FALSE, $ignore || $skip_ext);
1215 …reg_match("/^skip\s*(.+)\$/", $output)) ? preg_replace("/^skip\s*(.+)\$/", "\\1", $output) : FALSE;
1220 …reg_match("/^info\s*(.+)\$/", $output)) ? preg_replace("/^info\s*(.+)\$/", "\\1", $output) : FALSE;
1417 $failed = FALSE;
1552 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'E') !== FALSE) {
1558 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'O') !== FALSE) {
1564 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'D') !== FALSE) {
1570 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'L') !== FALSE) {
1577 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'C') !== FALSE) {