Go to the source code of this file.
Classes | |
class | PHPTAL_ES_PHP_Parser |
Functions | |
PHPTAL_ES_string (&$exp, $value) | |
PHPTAL_ES_path_toString (&$exp, $value) | |
PHPTAL_ES_exists (&$exp, $value) | |
PHPTAL_ES_php (&$exp, $str) | |
PHPTAL_ES_path_in_string ($arg, $c='"') | |
_PHPTAL_context_accessed ($str) | |
Variables | |
global | $_phptal_es_namespaces = array('not', 'php', string, exists, 'path', not-exists) |
global | $_phptal_es_keywords = array(nothing, default, structure) |
global | $_phptal_es_php_types = array('true', false, 'null') |
|
Definition at line 151 of file ExpressionFunctions.php. Referenced by PHPTAL_ES_PHP_Parser::evaluate(), and PHPTAL_ES_path_in_string(). |
|
exists: expression type Definition at line 113 of file ExpressionFunctions.php. |
|
Definition at line 132 of file ExpressionFunctions.php. References $i, _PHPTAL_context_accessed(), and PHPTAL_ES_path_toString(). Referenced by PHPTAL_Generator::_flushOutput(), PHPTAL_Attribute_METAL_Use_Macro::activate(), PHPTAL_Generator::doHeadersPrint(), PHPTAL_ES_PHP_Parser::evaluate(), and PHPTAL_ES_string(). |
|
Definition at line 100 of file ExpressionFunctions.php. Referenced by PHPTAL_ES_path_in_string(). |
|
php: expression type Definition at line 121 of file ExpressionFunctions.php. |
|
string: expression type Definition at line 48 of file ExpressionFunctions.php. References PHPTAL_ES_path_in_string(). |
|
Definition at line 40 of file ExpressionFunctions.php. |
|
Definition at line 31 of file ExpressionFunctions.php. Referenced by PHPTAL_Expression::_extractReceiver(). |
|
Definition at line 43 of file ExpressionFunctions.php. Referenced by PHPTAL_ES_PHP_Parser::pathRequest(). |