Skip to content
  1. Sep 01, 2015
    • Jim Berry's avatar
      Issue #2561225: Fix parsing and rewriting of PHP 5.4 syntax items · dc889cae
      Jim Berry authored
        Extra space before and after 'use' statement, e.g. " use namespace\path\to\item".
        Space after a variable name and the first index item, e.g. "$var ['key']".
        Handle an interface or class property named 'class'.
          The tokenizer returns this as T_CLASS instead of T_STRING.
          Ex: MyClassName::class.
      dc889cae
  2. Feb 12, 2015
  3. Jun 21, 2014
  4. Jun 20, 2014
  5. Dec 10, 2013
  6. Nov 22, 2013
  7. Feb 15, 2013
  8. Feb 16, 2013
  9. Feb 05, 2013
  10. Nov 07, 2012
  11. Nov 05, 2012
  12. Nov 01, 2012