Dateiansicht:
Datei: | Projekte -> PHP73to74 -> test_has_error.php |
---|---|
md5: | 07f5cf9813012d73844829660aa10705 |
sha1: | e2ca6d54bdffe094418ecb9866ce945119fdedb2 |
Download-Link: | Download |
- <?php
- # This is the error:
- Just an error
- $bar='Hallo';
- $i=3;
- $tok=1;
- $foo = $bar{1};
- $foo = $bar{ 1 };
- $foo = $bar{ 1+3 };
- $foo = $bar{ $tok + 3 }; $foo = $bar{$i};