php-mod / curl

This library provides an object-oriented and dependency free wrapper of the PHP cURL extension.
MIT License
328 stars 120 forks source link

test suite: Add forward compatibility with PHP 7 #42

Closed mrteye closed 7 years ago

mrteye commented 7 years ago

Starting in PHP 7, variables will be evaluated from left to right. Adding {}'s ensure backwards compatibility to PHP 5.x.

php manual reference

amouhzi commented 7 years ago

Thank you.