> The language does put a limitation as it
> does not provide a way to show the
> identifiers in a neutral way. For example
> ACI 4D (for those who knows it) did it
> in the right way. All functions are localized,
> I can choose the language I want I will be
> able to read the identifiers. But I doubt we
> will ever do that in PHP :)
>

static function_entry php_espanol_functions[] = {
    PHP_FALIAS(secuencia_color, highlight_string, NULL)
    PHP_FALIAS(aabierto, fopen, NULL)
    PHP_FALIAS(mysql_pregunta, mysql_query, NULL)
    etc...etc...etc...
};

-Sara (trying to interject some humor)

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to