diff options
| author | Marcus Boerger <helly@php.net> | 2005-03-19 10:55:35 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2005-03-19 10:55:35 +0000 |
| commit | 360fbc09b78b4fc30df6b6a046cf10192f0c741b (patch) | |
| tree | c8d12b5de8559dc0afc481fd155254aa3409bc98 /ext/pdo_sqlite | |
| parent | 7b2bee1d5b806cdb8c58aa423dc1123c67708b43 (diff) | |
| download | php-git-360fbc09b78b4fc30df6b6a046cf10192f0c741b.tar.gz | |
- Interface name was changed
Diffstat (limited to 'ext/pdo_sqlite')
| -rwxr-xr-x | ext/pdo_sqlite/tests/pdo_018.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_sqlite/tests/pdo_018.phpt b/ext/pdo_sqlite/tests/pdo_018.phpt index 600d02b910..19b9190773 100755 --- a/ext/pdo_sqlite/tests/pdo_018.phpt +++ b/ext/pdo_sqlite/tests/pdo_018.phpt @@ -3,7 +3,7 @@ PDO_SQLite: PDO Unserializing --SKIPIF-- <?php # vim:ft=php require_once('skipif.inc'); -if (!interface_exists('Serializeable')) die ('skip Interface Serializeable does not exist'); +if (!interface_exists('Serializable')) die ('skip Interface Serializable does not exist'); ?> --FILE-- <?php |
