Saif Eddin Gmati
Saif Eddin Gmati
while analyzing a script, it would be nice to be able to inspect the type of a variable if it's not a parameter. e.g: ``` $pattern = re"/(?PPHP)/"; ``` `$pattern`...
**Describe the bug** HHVM results in a fatal error when accessing a property which name contains a NUL byte. This is most likey inherited from the fact that PHP 5.0...
Union Types
## Proposal I would like to propose adding union types into hack, once again. this request proposes adding the ability to declare a type alias using multiple types, that can...
**Describe the bug** running the following code results in a verification error ```hack async function main(): Awaitable { concurrent { await async {}; await async { try { do {await...
Currently, roadrunner allows sending 1 response at the time, this means we can't send early hint ( or any other 1xx ) responses. **Describe the solution you'd like** A solution...
I would like to see a first-party integration for Mercure protocol with roadrunner, which could serve as a replacement for WebSocket broadcasting. Mercure is used widely in the Symfony ecosystem,...
i intend to follow up with PR next week, first i have some questions : - does AirShip uses any global variables ? ( $_COOKIES, $_POST, $_GET ... etc) -...
continuous of #602
Signed-off-by: azjezz
new components: - [Async] `Awaitable` handle + async helpers based on [`revolt`](https://github.com/revoltphp) ( #244 ) - [File] a new high level abstraction for file resources. - [Network] a high level...