Saif Eddin Gmati

Results 67 issues of 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...

## 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...

feature request
wishlist
hack

**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...

C-enhancement
P-HTTP

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,...

C-enhancement
S-RFC
Y-Low
P-broadcast
P-new-plugin

i intend to follow up with PR next week, first i have some questions : - does AirShip uses any global variables ? ( $_COOKIES, $_POST, $_GET ... etc) -...

Signed-off-by: azjezz

Priority: Medium
Status: In Progress
Status: Review Needed
Type: Enhancement
Experimental

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...

hacktoberfest
Type: Meta