Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

List of components to unit test.

Revision as of 03:04, 27 November 2006 by Roy.zend.com (Talk | contribs) (Lexer (Model))

Lexer (Model)

Feature Responsibility Status
PHP4
  1. Reserved words
  2. Strings
  3. Comments
    1. line comments
    2. block comments
    3. PhpDocBlock
  4. Heredoc

yaronm
PHP5
  1. Reserved words
  2. Strings
  3. Comments - line comments, block comments and PhpDocBlock
  4. Heredoc
edenk
Lex Errors seval

Lexer (Highlighing)

Feature Responsibility Status
PHP4
PHP5
Lex Errors

Parser

Feature Responsibility Status
PHP4
PHP5
Parser Errors

Language model

Feature Responsibility Status
PHP4
PHP5

User model

Feature Responsibility Status
PHP4
PHP5
HTML & PHP

Include Path model

Feature Responsibility Status
ZIP files
Folders
Variable
External / Internal

Partitioner

Feature Responsibility Status
Functionality

DOM model

Feature Responsibility Status
PHP DOM
Complex with HTML

Syntax Errors

Feature Responsibility Status
Messages

Debug communication

Feature Responsibility Status


Debug messages

Feature Responsibility Status


Debug stack frame

Feature Responsibility Status

Debug server

Feature Responsibility Status

PHPIDE test framework

Feature Responsibility Status
PHP Project rganor done
Goldens rganor done

Back to the top