The current implementation allows you to use any character (except a slash) as a variable identifier, but it is strongly recommended that one uses only characters that are valid for PHP variable identifiers.
Текущая реализация позволяет использовать любые (за исключением косой черты) символы в идентификаторе переменной, но сильно рекомендуется использовать в них только символы, допустимые для переменных в php.
Other results
These are reserved names and must not be used for variable identifiers.
зарезервированы, и их нельзя использовать в качестве имен переменных.
In addition, variable identifiers always have
Naming Conventions for Variable Identifiers
With variable names in assembler you can deal liberally, to address any variable as an array, to obtain the values of some variables through the identifiers of others.
The file designator field 1434 is a variable length identifier chosen by the sender 1402 to identify the file to be sent.
Поле 1434 обозначения файла является идентификатором переменной длина, выбранным отправителем 1402, чтобы идентифицировать файл, подлежащий отправке.
Variable names must be identifiers.
Variables are denoted by identifiers.
The variable list consists of one or more identifier names separated by commas.
Список переменных состоит из одного или нескольких имен идентификаторов, разделенных запятыми.
And we'll need variables which we'll call identifiers.
Identifiers are the names given to variables, functions and constants.
Identifiers are used to name classes, methods, and variables.
Идентификаторы используются для именования классов, методов и переменных.
A variable is defined by the combination of an identifier, a type, and an optional initializer.