diff options
| author | Veres Lajos <vlajos@gmail.com> | 2013-07-13 13:37:04 +0100 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2013-07-15 00:19:49 -0700 |
| commit | 1b06e0be96774eeb59a59b80476213a8b98a8fdc (patch) | |
| tree | c4fe348b1f1ca872dbf58a6c643534e92be25715 /ext/sybase_ct/tests/test_fetch_object.phpt | |
| parent | d17e8ac32fe1f4bbf92c4bac1826d83d8372df95 (diff) | |
| download | php-git-1b06e0be96774eeb59a59b80476213a8b98a8fdc.tar.gz | |
typo fixes
Diffstat (limited to 'ext/sybase_ct/tests/test_fetch_object.phpt')
| -rw-r--r-- | ext/sybase_ct/tests/test_fetch_object.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sybase_ct/tests/test_fetch_object.phpt b/ext/sybase_ct/tests/test_fetch_object.phpt index c23658fa35..2d225cd9cf 100644 --- a/ext/sybase_ct/tests/test_fetch_object.phpt +++ b/ext/sybase_ct/tests/test_fetch_object.phpt @@ -40,7 +40,7 @@ Sybase-CT sybase_fetch_object // Test with object var_export(fetch_object($db, new article())); echo "\n"; - // Test with non-existant class + // Test with non-existent class var_export(fetch_object($db, '***')); echo "\n"; sybase_close($db); |
