Tsygankov-Slava

Results 6 issues of Tsygankov-Slava

Fixed `catch` location detection. Added errors for unimplemented features and tests: - `finally` syntax - `readonly` classes syntax - `first class callable` syntax - `intersection types` - `explicit octal integer...

missing functionality
compiler

PHP 7.x added a lot of different things and changed a lot of behaviors. This issue is tracking the status of PHP 7 implementation in KPHP. The following emoji will...

PHP7

Example code: ```php

bug
compiler

PHP code: ```c++ 1|

bug
small fix

In PHP 7.1, function `strpos` can accept the negative parameter `offset`. Link: https://www.php.net/manual/ru/function.strpos.php ### PHP function ```php strpos(string $haystack, string $needle, int $offset = 0): int|false ``` ### Current behavior...

differs from PHP

Added errors for unimplemented features and tests: - `finally` syntax - `readonly` classes syntax - `first class callable` syntax - `intersection types` - `explicit octal integer literal` notation - `constants...