Lines Matching refs:strpos
104 if (strpos($setting, '=')!==false) {
318 if (strpos($line, ':')!==false) {
543 if (strpos($line, '=')!==false) {
729 …$ta = strpos($a, "{$this->cwd}/tests")===0 ? 1 + (strpos($a, "{$this->cwd}/tests/run-test")===0 ? …
730 …$tb = strpos($b, "{$this->cwd}/tests")===0 ? 1 + (strpos($b, "{$this->cwd}/tests/run-test")===0 ? …
818 if (strpos($file,$this->conf['TEST_PHP_SRCDIR'])==0) {
1198 if (strpos($this->inisettings[$k]['local_value'],$this->cwd))
1398 if (strpos($line, ':')!==false) {
1433 $start = strpos($wanted_re, $r, $startOffset);
1436 $end = strpos($wanted_re, $r, $start+2);
1504 if (strpos($line, ':')!==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) {