- Berlin, Germany
- nikic@php.net
- http://nikic.github.com/
Popular repositories
-
PHP-Parser
A PHP parser written in PHP
-
FastRoute
Fast request router for PHP
-
scalar_objects
Extension that adds support for method calls on primitive types in PHP
-
iter
Iteration primitives using generators
-
php-ast
Extension exposing PHP 7 abstract syntax tree
-
Phlexy
Lexing experiments in PHP
1,271 contributions in the last year
Contribution activity
January 2017
Created a pull request in php/php-src
that received 6
comments
Add support for "xfailif" to phpt SKIPIF sections
If SKIPIF output starts with "xfail" instead of "skip", the test
will be marked as XFAIL with the following message. Example:
--TEST--
Test xfailif…
- Bugfix for #73987
- Add variadic type and obj info macros
- Refactor HashContext into an Object
- Enable HT RC=1 assertions
- Remove remnants of TSRMLS_* macro calls
- Add php_hash_ops->is_crypto; disallow is_crypto=0 hashes in hash_hmac*(), hash_pbkdf2()
- Implement Parameter Type Widening RFC
- Add hash_hkdf() to ext/hash
- opcache: print restart reason
- Detect binary prefix in intval() with base = 0
- add a attribute to specify CN in PDO(version 7)
- Add missing PCNTL WCONTINUED constant and pcntl_wifcontinued function
- Fix gmp (bug #69993) and ldap failing to configure under Ubuntu 16.04 LTS
Created an issue in Microsoft/tolerant-php-parser
that received 4
comments
LHS of assignment must be variable
Noticed while looking at example 4:
In PHP an expression like $a == $b = $c is parsed as $a == ($b = $c), because this is the only valid way to par…