diff options
author | Andrey Hristov <andrey@php.net> | 2004-01-11 11:55:33 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2004-01-11 11:55:33 +0000 |
commit | 4b2a32b70116dfa834fb81c11d73048b8f6ee82e (patch) | |
tree | a14bb7e7109af640cd53caa81913beb10bd9c46d /ext | |
parent | de07b4bbc17a182fdb5a9fc1e5a3636309027628 (diff) | |
download | php-git-4b2a32b70116dfa834fb81c11d73048b8f6ee82e.tar.gz |
fixing test
Diffstat (limited to 'ext')
-rw-r--r-- | ext/standard/tests/array/var_export.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/array/var_export.phpt b/ext/standard/tests/array/var_export.phpt index 7b9df14624..d5acf9dada 100644 --- a/ext/standard/tests/array/var_export.phpt +++ b/ext/standard/tests/array/var_export.phpt @@ -7,5 +7,5 @@ var_export($a); ?> --EXPECT-- class stdClass { - var $foo = 'bar'; + public $foo = 'bar'; } |