1
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Jun 19, 2024 — Jun 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
LambdaFunctionExpr gets use params More... about 13 years ago
- lambda expression grammar - LambdaFunctionExpr AST node (not fully implemented yet) - updated TreeVisitor More... about 13 years ago
- function custom attributes only before function declaration, "return:" selector allowed - global function cannot be private anymore - doc comments maintenance, annotation created only if there is a doc comment - lambda function grammar, disabled yet (conflicts) More... about 13 years ago
switch{} optimization; uses most efficient form of CompareEq More... about 13 years ago
CompareEq( object, string ) overload More... about 13 years ago
serialize/unserialize double test More... about 13 years ago
PhpFormatter.ObjectReader maintenance. More... about 13 years ago
unserialize() of double precision fixed More... about 13 years ago
GPPG enhancements, State is struct, Dictionary usage improved (faster, less memory?) More... about 13 years ago
CompareEq fix More... about 13 years ago
CompareEq with (object, int) overload, avoids boxing of second arg. More... about 13 years ago
UnexpectedValueException implemented More... about 13 years ago
ReflectionClass::getName() More... about 13 years ago
- ReflectionException implemented - ReflectionClass::name - ReflectionClass constants - error messages maintenance - exception throw helper - added XML comments - fix of PHP serializer exception throw More... about 13 years ago
- ReflectionClass::__construct - ReflectionClass::newInstance - ReflectionClass::newInstanceArgs More... about 13 years ago
LoadHtml() closes INPUT tag automatically More... about 13 years ago
IndirectTypeRef has public ClassNameVar exporession. (needed for VS integration) More... about 13 years ago
- glob reimplemented - fnmatch implemented More... about 13 years ago
method_exists() fixed to handle different argument types; does not throw a warning More... about 13 years ago
- stat() improvements (code duplicity, flags fixed, optimization) - compile warning fixed - EqualsOrdinalIgnoreCase optimized More... about 13 years ago
- Mono related fixes for stat and other fs functions More... about 13 years ago
managed mysql extension configuration example moved to the extension's Depoloyment folder, added MaxPoolSize option More... about 13 years ago
- pclose(), proc_close() do not throw a warning - proc_open() returns pipes in associative array, accepts 'bypass_shell' option - proc_get_status() fixes 'running' status More... about 13 years ago
Installer does not install XML doc comments for Core and ClassLibrary More... about 13 years ago
installer fix when setting Everyone's permission More... about 13 years ago
array_unique() fixed when array contains references More... about 13 years ago
(comments maintenance) More... about 13 years ago
array_unique() fixed to preserve order; saves memory; optimized More... about 13 years ago
gacall.cmd update More... about 13 years ago
- XML documentation generated for all the projects in output directory - VS: XML doc generator fix for nested types More... about 13 years ago