]> granicus.if.org Git - php/commitdiff
- Interface name was changed
authorMarcus Boerger <helly@php.net>
Sat, 19 Mar 2005 10:55:35 +0000 (10:55 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 19 Mar 2005 10:55:35 +0000 (10:55 +0000)
ext/pdo/tests/pdo_018.inc
ext/pdo_mysql/tests/pdo_018.phpt
ext/pdo_oci/tests/pdo_018.phpt
ext/pdo_pgsql/tests/pdo_018.phpt
ext/pdo_sqlite/tests/pdo_018.phpt

index ed8c17f84161f7b0d61cd20febfbc2507e2080ef..4298ac48e200a51fc61d2d88c44c0154d45d9002 100755 (executable)
@@ -1,6 +1,6 @@
 <?php # vim:ft=php
 
-class TestBase implements Serializeable
+class TestBase implements Serializable
 {
        public    $BasePub = 'Public';
        protected $BasePro = 'Protected';
index 2cc56bcb473dfbc36cf28691280e68997cf11399..cff3ad87265d0ed83c382b0ffd0cd6f24f7bd952 100755 (executable)
@@ -3,7 +3,7 @@ PDO_MySQL: 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
index 673efc3e25f30e79399d7c9e0eefb0aa40cb8098..bc038f20ddfac0281210d1a81fc79c4753dc99c7 100755 (executable)
@@ -3,6 +3,7 @@ PDO_OCI: PDO Unserializing
 --SKIPIF--
 <?php # vim:ft=php
 require_once('skipif.inc');
+if (!interface_exists('Serializable')) die ('skip Interface Serializable does not exist');
 ?>
 --FILE--
 <?php
index 99ccfe364800aea7c3d2a89afaf9da66d9d0ab7c..635d9947b6287ed47438acfc2838c3caa522eb65 100755 (executable)
@@ -3,7 +3,7 @@ PDO_PGSQL: 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
index 600d02b9101d3ec6f69945b6c471bec8c7cea43a..19b9190773e03db1923dbb9315e586dd7a2a5bf2 100755 (executable)
@@ -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