<?php # vim:ft=php
-class TestBase implements Serializeable
+class TestBase implements Serializable
{
public $BasePub = 'Public';
protected $BasePro = 'Protected';
--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
--SKIPIF--
<?php # vim:ft=php
require_once('skipif.inc');
+if (!interface_exists('Serializable')) die ('skip Interface Serializable does not exist');
?>
--FILE--
<?php
--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
--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