Skip to content

Conversation

@staabm
Copy link
Contributor

@staabm staabm commented Dec 22, 2025

regex re-validation/AST-parsing currently is the slowest parts in some tests.

can be seen in

➜  cat foo.php 
<?php

class Foo
{

        public function doFoo(DateTimeImmutable $d): void
        {
                $a = $d->format('j. n. Y');
        }

}

➜  blackfire run /opt/homebrew/bin/php bin/phpstan analyze foo.php --debug 
grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant