Skip to content
Avatar

Sponsors

@redpanda-data
@upstash

Organizations

@php @FriendsOfSymfony @mentionapp @ThePHPF
Block or Report

Block or report arnaud-lb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. php/php-src Public

    The PHP Interpreter

    C 34.5k 7.3k

  2. PHP Static Analysis Tool - discover bugs in your code without running it!

    Nunjucks 11.4k 814

  3. php-rdkafka Public

    Production-ready, stable Kafka client for PHP

    C 1.8k 260

  4. Memory profiler for PHP. Helps finding memory leaks in PHP scripts.

    C 706 44

  5. php-go Public

    php-go allows to call Go code from PHP, with minimal code boilerplate

    C 163 18

  6. PHP namespace support for VIM. Types "use" statements for you

    Vim Script 255 29

437 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri
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

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
Opened 1 other issue in 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.