nikic / scalar_objects

Extension that adds support for method calls on primitive types in PHP
MIT License
1.13k stars 44 forks source link

Rename string->replaceSlice to string->splice #9

Closed hikari-no-yume closed 11 years ago

hikari-no-yume commented 11 years ago

Closed:

[19:30] <nikic> ajf: splice is an in-place operation ;)
[19:31] <nikic> as in, it modified the passed array (or here, it would have to modify the string it is applied on, which would be seriously ugly)