D", $value, $match)) { return "U&'\\+".str_pad(dechex((int) $match[1]), 6, "0", \STR_PAD_LEFT)."'"; } return $value; case "binary": if ($value[0] === "x") { return "'\\x".substr($value, 2)."::bytea"; } // no break; default: return $value; } } public static function tearDownAfterClass(): void { if (static::$interface) { static::dbRaze(static::$interface); @pg_close(static::$interface); static::$interface = null; } parent::tearDownAfterClass(); } }