rfc:object_cast_magic
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
rfc:object_cast_magic [2012/02/29 02:43] – [Example] ircmaxell | rfc:object_cast_magic [2017/09/22 13:28] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Request for Comments: | + | ===== Request for Comments: |
* Version: 0.1 | * Version: 0.1 | ||
* Date: 2012-02-28 | * Date: 2012-02-28 | ||
* Author: Anthony Ferrara < | * Author: Anthony Ferrara < | ||
- | * Status: | + | * Status: |
+ | |||
+ | Note that this RFC has been withdrawn in favor of the updated https:// | ||
===== Introduction ===== | ===== Introduction ===== | ||
Line 9: | Line 11: | ||
Currently, the Zend Engine exposes several methods to PECL extensions and internal classes to control how internal objects behave when casting to primitives, and when assigning to the variable that used to hold the object. | Currently, the Zend Engine exposes several methods to PECL extensions and internal classes to control how internal objects behave when casting to primitives, and when assigning to the variable that used to hold the object. | ||
+ | It should be noted, that this requires no engine changes to implement. | ||
===== Use Cases ===== | ===== Use Cases ===== | ||
Line 114: | Line 117: | ||
* https:// | * https:// | ||
+ | ===== Questions ===== | ||
rfc/object_cast_magic.1330483397.txt.gz · Last modified: 2017/09/22 13:28 (external edit)