jaxl / JAXL

Asynchronous, non-blocking I/O, event based PHP library for writing custom TCP/IP client and server implementations. From it's previous versions, library inherits a full blown stable support for XMPP protocol stack. In v3.0, support for HTTP protocol stack was also added.
http://jaxl.readthedocs.org/
Other
379 stars 121 forks source link

Fix a bunch of PHP notices #62

Closed joshuaspence closed 8 years ago

joshuaspence commented 8 years ago

Fixes a few "undefined offset" notices.

frost-nzcr4 commented 8 years ago

Suppress of undefined offset it's bad practice.

joshuaspence commented 8 years ago

Sure. The alternative is to use isset everywhere.