Popular repositories
-
simplexml_debug
Tools for debugging your code when working with PHP's SimpleXML functions.
-
help.github.com
GitHub help guides
JavaScript
-
php-amqplib
Forked from php-amqplib/php-amqplib
AMQP library for PHP
PHP
-
generate-ical
Entirely trival (KISS) ical generation in Ruby
Ruby
-
php-src
Forked from php/php-src
The PHP Interpreter
C
-
PHPCompatibility
Forked from wimg/PHPCompatibility
PHP Compatibility check for PHP_CodeSniffer
PHP
29 contributions in the last year
Contribution activity
August 2017
IMSoP has no activity yet for this period.
July 2017
Created a pull request in JetBrains/phpstorm-stubs
that received 1
comment
Add dummy ArrayAccess to SimpleXMLElement to fix WI-15760
The actual array access methods are not available, but the internal class implements the equivalent C-level handlers, so that [0], ['foo'], etc are…