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

preg_match greater than 0 #11293

Closed
ondrejmirtes opened this issue Jul 6, 2024 · 10 comments
Closed

preg_match greater than 0 #11293

ondrejmirtes opened this issue Jul 6, 2024 · 10 comments
Labels
Milestone

Comments

@ondrejmirtes
Copy link
Member

Bug report

All of these conditions should be understood the same way

/cc @staabm

Code snippet that reproduces the problem

https://phpstan.org/r/774080cc-2f73-49a5-a049-491d030ca831

Expected output

Same dumped type in all cases

Did PHPStan help you today? Did it make you happy in any way?

No response

@ondrejmirtes ondrejmirtes added this to the Easy fixes milestone Jul 6, 2024
@phpstan-bot
Copy link
Contributor

@ondrejmirtes After the latest push in 1.12.x, PHPStan now reports different result with your code snippet:

@@ @@
- 8: Dumped type: array{0?: string, 1?: string}
-15: Dumped type: array{string, string}
-22: Dumped type: array{0?: string, 1?: string}
-32: Dumped type: array{0?: string, 1?: string}
-41: Dumped type: array{0?: string, 1?: string}
+ 8: Dumped type: array<string>
+15: Dumped type: array<string>
+22: Dumped type: array<string>
+32: Dumped type: array<string>
+41: Dumped type: array<string>
Full report
Line Error
8 Dumped type: array<string>
15 Dumped type: array<string>
22 Dumped type: array<string>
32 Dumped type: array<string>
41 Dumped type: array<string>

@phpstan-bot
Copy link
Contributor

@ondrejmirtes After the latest push in 1.12.x, PHPStan now reports different result with your code snippet:

@@ @@
- 8: Dumped type: array{0?: string, 1?: string}
-15: Dumped type: array{string, string}
-22: Dumped type: array{0?: string, 1?: string}
-32: Dumped type: array{0?: string, 1?: string}
-41: Dumped type: array{0?: string, 1?: string}
+ 8: Dumped type: array{0?: string, 1?: numeric-string}
+15: Dumped type: array{string, numeric-string}
+22: Dumped type: array{0?: string, 1?: numeric-string}
+32: Dumped type: array{0?: string, 1?: numeric-string}
+41: Dumped type: array{0?: string, 1?: numeric-string}
Full report
Line Error
8 Dumped type: array{0?: string, 1?: numeric-string}
15 Dumped type: array{string, numeric-string}
22 Dumped type: array{0?: string, 1?: numeric-string}
32 Dumped type: array{0?: string, 1?: numeric-string}
41 Dumped type: array{0?: string, 1?: numeric-string}

@phpstan-bot
Copy link
Contributor

@ondrejmirtes After the latest push in 1.12.x, PHPStan now reports different result with your code snippet:

@@ @@
- 8: Dumped type: array{0?: string, 1?: string}
-15: Dumped type: array{string, string}
-22: Dumped type: array{0?: string, 1?: string}
-32: Dumped type: array{0?: string, 1?: string}
-41: Dumped type: array{0?: string, 1?: string}
+ 8: Dumped type: array{0?: string, 1?: non-falsy-string&numeric-string}
+15: Dumped type: array{string, non-falsy-string&numeric-string}
+22: Dumped type: array{0?: string, 1?: non-falsy-string&numeric-string}
+32: Dumped type: array{0?: string, 1?: non-falsy-string&numeric-string}
+41: Dumped type: array{0?: string, 1?: non-falsy-string&numeric-string}
Full report
Line Error
8 Dumped type: array{0?: string, 1?: non-falsy-string&numeric-string}
15 Dumped type: array{string, non-falsy-string&numeric-string}
22 Dumped type: array{0?: string, 1?: non-falsy-string&numeric-string}
32 Dumped type: array{0?: string, 1?: non-falsy-string&numeric-string}
41 Dumped type: array{0?: string, 1?: non-falsy-string&numeric-string}

@dktapps
Copy link
Contributor

dktapps commented Sep 3, 2024

@staabm
Copy link
Contributor

staabm commented Sep 3, 2024

@phpstan-bot
Copy link
Contributor

@staabm After the latest push in 1.12.x, PHPStan now reports different result with your code snippet:

@@ @@
-17: Offset 'background_image' might not exist on array{0?: string, background_image?: string, 1?: string}.
+17: Offset 'background_image' might not exist on array{0?: string, background_image?: non-empty-string, 1?: non-empty-string}.
Full report
Line Error
17 Offset 'background_image' might not exist on array{0?: string, background_image?: non-empty-string, 1?: non-empty-string}.

@nicholasruunu
Copy link

@ondrejmirtes
Copy link
Member Author

@nicholasruunu Unrelated, please open a separate discussion.

@ondrejmirtes
Copy link
Member Author

Fixed phpstan/phpstan-src#3612

Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants