Skip to content
View nikic's full-sized avatar

Organizations

@php

Block or report nikic

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. llvm/llvm-project Public

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

    LLVM 32.1k 13.3k

  2. PHP-Parser Public

    A PHP parser written in PHP

    PHP 17.2k 1.1k

  3. FastRoute Public

    Fast request router for PHP

    PHP 5.2k 451

  4. scalar_objects Public

    Extension that adds support for method calls on primitive types in PHP

    PHP 1.1k 44

  5. iter Public

    Iteration primitives using generators

    PHP 1.1k 70

  6. PHP-Fuzzer Public

    Experimental fuzzer for PHP libraries

    PHP 421 18

4,062 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created a pull request in llvm/llvm-project that received 10 comments

[LangRef] Update initializes definition

Specify the initializes attribute in terms of an "initialized" shadow state, such that: Loads prior to initialization return undef. Bytes that are…

+18 −4 lines changed 10 comments
Opened 14 other pull requests in 2 repositories
Reviewed 153 pull requests in 5 repositories

Created an issue in llvm/llvm-project that received 2 comments

[ConstraintElim] Failure to eliminate cmp of usub.sat

https://alive2.llvm.org/ce/z/4ZG-nD define i1 @src(i64 %index, i64 %limit) { %precond = icmp ult i64 %index, %limit call void @llvm.assume(i1 %precond

2 comments
Opened 7 other issues in 3 repositories
Loading