Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove preg_quote delimiter argument (minor) #4514

Closed
wants to merge 2 commits into from

Conversation

smnandre
Copy link
Contributor

Following code source instructions

src/Lexer.php#L91

// when PHP 7.3 is the min version, we will be able to remove the '#' part in preg_quote as it's part of the default

Same thing in ExtensionSet.php

I think this has already been done in 4.0 so please close if you did not want to update 3.x code for now

```php
// src/Lexer.php
//
// when PHP 7.3 is the min version, we will be able to remove the '#' part in preg_quote as it's part of the default
```
@fabpot
Copy link
Contributor

fabpot commented Dec 26, 2024

Correct, I don't want to do these changes in 3.x.

@fabpot fabpot closed this Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants