mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Admit that 228 is extended ASCII.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132374 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
219600d52e
commit
074b463f6d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.62 $ -->
|
||||
<!-- $Revision: 1.63 $ -->
|
||||
<chapter id="language.variables">
|
||||
<title>Variables</title>
|
||||
|
||||
|
@ -37,7 +37,7 @@ echo "$var, $Var"; // outputs "Bob, Joe"
|
|||
|
||||
$4site = 'not yet'; // invalid; starts with a number
|
||||
$_4site = 'not yet'; // valid; starts with an underscore
|
||||
$täyte = 'mansikka'; // valid; 'ä' is ASCII 228.
|
||||
$täyte = 'mansikka'; // valid; 'ä' is (Extended) ASCII 228.
|
||||
?>
|
||||
]]>
|
||||
</programlisting>
|
||||
|
|
Loading…
Reference in a new issue