Lines Matching refs:pool

8     const P_PREFIX = '\[pool unconfined\] child \d+ said into stderr: ';
312 * @param string|null $pool
315 public function expectEntry(string $type, string $line, string $expectedMessage, $pool = null)
320 if ($pool !== null) {
321 $expectedMessage = '\[pool ' . $pool . '\] ' . $expectedMessage;
343 * @param string|null $pool
346 public function expectDebug(string $line, string $expectedMessage, $pool = null)
348 return $this->expectEntry('DEBUG', $line, $expectedMessage, $pool);
354 * @param string|null $pool
357 public function expectNotice(string $line, string $expectedMessage, $pool = null)
359 return $this->expectEntry('NOTICE', $line, $expectedMessage, $pool);
365 * @param string|null $pool
368 public function expectWarning(string $line, string $expectedMessage, $pool = null)
370 return $this->expectEntry('WARNING', $line, $expectedMessage, $pool);
376 * @param string|null $pool
379 public function expectError(string $line, string $expectedMessage, $pool = null)
381 return $this->expectEntry('ERROR', $line, $expectedMessage, $pool);
387 * @param string|null $pool
390 public function expectAlert(string $line, string $expectedMessage, $pool = null)
392 return $this->expectEntry('ALERT', $line, $expectedMessage, $pool);
421 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
423 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
425 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
436 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
438 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
440 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
442 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: pe is closed',