- Serializeable was renamed to Serializable long ago
authorMarcus Boerger <helly@php.net>
Sat, 24 Sep 2005 23:18:14 +0000 (23:18 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 24 Sep 2005 23:18:14 +0000 (23:18 +0000)
ext/spl/spl.php

index 93b7c0d93dce0a59593b855c7ee85ac72a2f86f1..836d4eaf62b7f86621e40f9d2c83425891ea8484 100755 (executable)
@@ -484,7 +484,7 @@ interface Countable
  * constructor instead of calling __construct(). If you need to execute the
  * standard constructor you may do so in the method.
  */
-interface Serializeable
+interface Serializable
 {
        /**
         * @return string representation of the instance