-
Mention
- Paris, France
- @arnaud_lb
Block or Report
Block or report arnaud-lb
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
phpstan/phpstan Public
PHP Static Analysis Tool - discover bugs in your code without running it!
-
-
php-memory-profiler Public
Memory profiler for PHP. Helps finding memory leaks in PHP scripts.
-
vim-php-namespace Public
PHP namespace support for VIM. Types "use" statements for you
437 contributions in the last year
Less
More
Activity overview
Contributed to
php/php-src,
arnaud-lb/php-rdkafka,
arnaud-lb/php-memory-profiler
and 33 other
repositories
Contribution activity
October 2022
Created 17 commits in 2 repositories
Created 2 repositories
Created a pull request in php/php-src that received 3 comments
Opened 3 other pull requests in 2 repositories
php/php-src
2
open
php/doc-en
1
merged
Reviewed 5 pull requests in 2 repositories
php/php-src
4 pull requests
php/doc-en
1 pull request
Created an issue in php/php-src that received 1 comment
Generator crashes when interrupted during a function call with extra named params
Description The following code: <?php function f(...$x) { } function g() { f(a: 1, b: yield); }; $gen = g(); foreach ($gen as $value) { break; } Re…
1
comment



