1
I Use This!
Inactive

Commits : Listings

Analyzed 21 days ago. based on code collected 21 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PHPDoc parser keeps NEWLINE and processes it, needed for @return without type More... about 10 years ago
more math functions commented More... about 10 years ago
PHPDoc works for abstract classes/methods More... about 10 years ago
PHPDoc works for methods More... about 10 years ago
PHPDoc parser accepts @param without type specified (affects PHP/Phalanger Tools) More... about 10 years ago
- round() reimplemented as it is in PHP to avoid .NET rounding errors. - round() accepts 3rd argument as of PHP 5.3 More... about 10 years ago
Automatic pre-build event that updates FileVersionInfo (and other version infos) according to current TFS changeset number. If there is no tf.exe or history, "notfs" is added into the version number. More... about 10 years ago
fix "Version string portion was too short or too long" with http on some locales (for instance: russian) More... about 10 years ago
- Closure type publically visible, sealed - Closure cannot be instantiated - parsing of library type name fix More... about 10 years ago
closure use parameters copied properly More... about 10 years ago
- Closures var_dump, export, print_r - Closures $parameter property fix - Closures test added More... about 10 years ago
- PHP Closures - code maintenance More... about 10 years ago
LambdaFunctionExpr gets use params More... about 10 years ago
- lambda expression grammar - LambdaFunctionExpr AST node (not fully implemented yet) - updated TreeVisitor More... about 10 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 10 years ago
switch{} optimization; uses most efficient form of CompareEq More... about 10 years ago
CompareEq( object, string ) overload More... about 10 years ago
serialize/unserialize double test More... about 10 years ago
PhpFormatter.ObjectReader maintenance. More... about 10 years ago
unserialize() of double precision fixed More... about 10 years ago
GPPG enhancements, State is struct, Dictionary usage improved (faster, less memory?) More... about 10 years ago
CompareEq fix More... about 10 years ago
CompareEq with (object, int) overload, avoids boxing of second arg. More... about 10 years ago
UnexpectedValueException implemented More... about 10 years ago
ReflectionClass::getName() More... about 10 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 10 years ago
- ReflectionClass::__construct - ReflectionClass::newInstance - ReflectionClass::newInstanceArgs More... about 10 years ago
LoadHtml() closes INPUT tag automatically More... about 10 years ago
IndirectTypeRef has public ClassNameVar exporession. (needed for VS integration) More... about 10 years ago
- glob reimplemented - fnmatch implemented More... about 10 years ago