Skip to content

Parse error in test.php (unclosed braces?) #271

@kmott

Description

@kmott

Describe the bug

I run nightly host tests, but noticed the following errors starting on 9/10:

Parse error: Unclosed '{' on line 68 does not match ')' in /tmp/src/test.php on line 69

To Reproduce

  1. git clone this repo as of 9/10
  2. Change to the dir where you checked out code
  3. Run PHP docker image: docker run -it --rm -v $(pwd):/tmp/src php:8.3-cli /bin/bash
  4. Change to /tmp/src, and run: php test.php
  5. See error.

Expected behavior

No error.

Screenshots

N/A

Additional context

N/A

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions