diff options
| author | Marcus Boerger <helly@php.net> | 2003-11-30 13:57:20 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-11-30 13:57:20 +0000 |
| commit | c3fddcab622186c9bdbca89a1af7b14df0ba6345 (patch) | |
| tree | 92cb0e99af497d3b5fc18a2ab123990831b3bab2 /tests/classes/class_example.phpt | |
| parent | 0091b5ca1dea4f12155c7e80cf38c61e75c08469 (diff) | |
| download | php-git-c3fddcab622186c9bdbca89a1af7b14df0ba6345.tar.gz | |
Fix tests for E_STRICT and check for E_STRICT in run-tests.php.
Diffstat (limited to 'tests/classes/class_example.phpt')
| -rw-r--r-- | tests/classes/class_example.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/class_example.phpt b/tests/classes/class_example.phpt index 0e3ae3c338..621958b1bd 100644 --- a/tests/classes/class_example.phpt +++ b/tests/classes/class_example.phpt @@ -7,7 +7,7 @@ Classes general test /* pretty nifty object oriented code! */ class user { - var $first_name,$family_name,$address,$phone_num; + public $first_name,$family_name,$address,$phone_num; function display() { echo "User information\n"; |
