Search found 1 match

by belgiumFR
Sun Apr 07, 2019 10:30 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: variable name with special characters
Replies: 1
Views: 3369

variable name with special characters

Code: Select all

<?php

$été="été"; // without syntax color in rapidPHP 2015

/* a letter is a-z, A-Z, and the bytes from 127 through 255
https://www.php.net/manual/en/language.variables.basics.php */

echo $été;

?>
And, in the next rapidPHP versions, it's also without syntax color ?