Search found 1 match

by IsidroJames
Mon Apr 15, 2019 11:17 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: variable name with special characters
Replies: 1
Views: 3369

Re: variable name with special characters

<?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 ? The first character of a variable n ...