Lines Matching refs:pool

8     const P_PREFIX = '\[pool unconfined\] child \d+ said into stderr: ';
9 const P_PREFIX_STDOUT = '\[pool unconfined\] child \d+ said into stdout: ';
354 * @param string|null $pool
357 public function expectEntry(string $type, string $line, string $expectedMessage, $pool = null)
362 if ($pool !== null) {
363 $expectedMessage = '\[pool ' . $pool . '\] ' . $expectedMessage;
385 * @param string|null $pool
388 public function expectDebug(string $line, string $expectedMessage, $pool = null)
390 return $this->expectEntry(self::DEBUG, $line, $expectedMessage, $pool);
396 * @param string|null $pool
399 public function expectNotice(string $line, string $expectedMessage, $pool = null)
401 return $this->expectEntry(self::NOTICE, $line, $expectedMessage, $pool);
407 * @param string|null $pool
410 public function expectWarning(string $line, string $expectedMessage, $pool = null)
412 return $this->expectEntry(self::WARNING, $line, $expectedMessage, $pool);
418 * @param string|null $pool
421 public function expectError(string $line, string $expectedMessage, $pool = null)
423 return $this->expectEntry(self::ERROR, $line, $expectedMessage, $pool);
429 * @param string|null $pool
432 public function expectAlert(string $line, string $expectedMessage, $pool = null)
434 return $this->expectEntry(self::ALERT, $line, $expectedMessage, $pool);
462 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
464 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
466 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
477 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
479 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
481 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: "' .
483 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: pe is closed',