kakserpom / phpdaemon

Asynchronous server-side framework for network applications implemented in PHP using libevent
http://daemon.io/
GNU Lesser General Public License v3.0
1.53k stars 231 forks source link

Syntax fix on 33 #104

Closed Strangerxxx closed 11 years ago

Strangerxxx commented 11 years ago

Wrong array call with "[]" as in js, replaced with "array()" Parse error: syntax error, unexpected '[' in test.php on line 33

kakserpom commented 11 years ago

Thank you for making phpDaemon better.