rfc:splweaktypehintingwithautoboxing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rfc:splweaktypehintingwithautoboxing [2010/05/31 15:51] tyraelrfc:splweaktypehintingwithautoboxing [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Request for Comments: How to write RFCs ======+====== Request for Comments: SPL weak type hinting ======
   * Version: 1.0   * Version: 1.0
   * Date: 2010-05-31   * Date: 2010-05-31
Line 36: Line 36:
 class foo implements WeakTypeHinting{ class foo implements WeakTypeHinting{
   public function bar(SplInt $baz){   public function bar(SplInt $baz){
-   return $baz++; +    return ++$baz
- }+  }
 } }
  
Line 49: Line 49:
 </code> </code>
  
-===== Some crazy thoughts =====+===== Notes =====
 If an object implements ArrayAccess spl interface, it could be handled as an array(eg. if you hinted array, you can pass ArrayObject). If an object implements ArrayAccess spl interface, it could be handled as an array(eg. if you hinted array, you can pass ArrayObject).
rfc/splweaktypehintingwithautoboxing.1275321083.txt.gz · Last modified: 2017/09/22 13:28 (external edit)