From 603dc40e5e3160926b742448f842b1a4476813c2 Mon Sep 17 00:00:00 2001 From: Donatello-za Date: Thu, 10 May 2018 09:28:36 +0200 Subject: [PATCH] Issue #165: Improved backward compatibility with PHP 5.3 --- src/ExtEvLoop.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ExtEvLoop.php b/src/ExtEvLoop.php index 74db6d02..4347263c 100644 --- a/src/ExtEvLoop.php +++ b/src/ExtEvLoop.php @@ -40,12 +40,12 @@ class ExtEvLoop implements LoopInterface /** * @var EvIo[] */ - private $readStreams = []; + private $readStreams = array(); /** * @var EvIo[] */ - private $writeStreams = []; + private $writeStreams = array(); /** * @var bool @@ -60,7 +60,7 @@ class ExtEvLoop implements LoopInterface /** * @var \EvSignal[] */ - private $signalEvents = []; + private $signalEvents = array(); public function __construct() { pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy