Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
NikiC
NikiC has asked
25
questions and find answers to
278
problems.
Stats
11.1k
EtPoint
4.3k
Vote count
25
questions
278
answers
About
PHP core developer working at JetBrains. Studied physics and computer science at TU Berlin.
Blog
Twitter
GitHub
PHP-Parser
: A PHP parser written in PHP
FastRoute
: Fast request router for PHP
scalar_objects
: Extension adding support for method calls on primitive types in PHP
iter
: Iteration primitives using generators
Contact mail:
[email protected]
NikiC questions
How to manage dependency autoloading
Why not eval() JSON?
exec() with timeout
Match list of incrementing integers using regex
What are the valid use cases of goto in PHP? [closed]
What does the b in front of string literals do?
Change array key without changing order
OutOfRangeException vs. OutOfBoundsException
What are the valid characters in PHP variable, method, class, etc names?
Compiling an AST back to source code
NikiC answers
(bool)true var does not get converted to array on array assignment, but (bool)false does. Why?
PHP Twig: access current template variable from within macro without passing?
constant vs properties in php?
Concatenate two variables to obtain one
Simulate php array language construct or parse with regexp?
Unset inside array_walk_recursive not working
Regex using PHP, any non-zero number containing the digits 0-9
password_compat for older php version
negative lookbehind and greedy quantifiers in php
How to round down to the nearest significant figure in php