Lines Matching refs:strpos
96 if (strpos($setting, '=')!==false) {
310 if (strpos($line, ':')!==false) {
534 if (strpos($line, '=')!==false) {
720 …$ta = strpos($a, "{$this->cwd}/tests")===0 ? 1 + (strpos($a, "{$this->cwd}/tests/run-test")===0 ? …
721 …$tb = strpos($b, "{$this->cwd}/tests")===0 ? 1 + (strpos($b, "{$this->cwd}/tests/run-test")===0 ? …
806 if (strpos($file,$this->conf['TEST_PHP_SRCDIR'])==0) {
1186 if (strpos($this->inisettings[$k]['local_value'],$this->cwd))
1386 if (strpos($line, ':')!==false) {
1421 $start = strpos($wanted_re, $r, $startOffset);
1424 $end = strpos($wanted_re, $r, $start+2);
1492 if (strpos($line, ':')!==false) {
1540 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'E') !== FALSE) {
1546 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'O') !== FALSE) {
1552 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'D') !== FALSE) {
1558 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'L') !== FALSE) {
1565 if (strpos($this->conf['TEST_PHP_LOG_FORMAT'],'C') !== FALSE) {