You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for additional notes on the best way to approach submitting an RFC.
87
88
89
+
## Technical resources
90
+
91
+
There are a number of technical resources on php-src. Unfortunately, they are
92
+
scattered across different websites, and often outdated. Nonetheless, they can
93
+
provide a good starting point for learning about the fundamentals of the code
94
+
base.
95
+
96
+
*https://www.phpinternalsbook.com/
97
+
*https://www.npopov.com/
98
+
*[Internal value representation](https://www.npopov.com/2015/05/05/Internal-value-representation-in-PHP-7-part-1.html), [part 2](https://www.npopov.com/2015/06/19/Internal-value-representation-in-PHP-7-part-2.html)
*[Implementing new operator](https://phpinternals.net/articles/implementing_a_range_operator_into_php), [part 2](https://phpinternals.net/articles/a_reimplementation_of_the_range_operator)
0 commit comments