RFC: Implicit Move Optimisation

Project Governance
Author
Niels Dossche (nielsdos)
PHP currently contains two data types which are copy-on-write (CoW): string and arrays. When you pass a variable containing a CoW type as an argument to a funct...

This RFC has not yet started voting