diff options
| author | Marcus Boerger <helly@php.net> | 2006-08-08 00:36:19 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2006-08-08 00:36:19 +0000 |
| commit | 29168865231d97e20a887c8691ea65a895b8e043 (patch) | |
| tree | b9c899759e7ed4eb163120bb02d0d1abec33d65f /tests/classes | |
| parent | 7bdb45131847f60e13065fc8fc0f1aa6842b2886 (diff) | |
| download | php-git-29168865231d97e20a887c8691ea65a895b8e043.tar.gz | |
- Speling
Diffstat (limited to 'tests/classes')
| -rwxr-xr-x | tests/classes/ctor_visibility.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/ctor_visibility.phpt b/tests/classes/ctor_visibility.phpt index afc823cb82..8d3b1c5c50 100755 --- a/tests/classes/ctor_visibility.phpt +++ b/tests/classes/ctor_visibility.phpt @@ -66,4 +66,4 @@ Test::__construct() TestPriv::__construct() DerivedPriv::__construct() -Fatal error: Cannot call private TestPriv::__constrcut() in %sctor_visibility.php on line %d +Fatal error: Cannot call private TestPriv::__construct() in %sctor_visibility.php on line %d |
