digitalnature / php-ref

A better alternative to print_r / var_dump
347 stars 59 forks source link

PHP73 statement fixed #51

Open pizzaminded opened 5 years ago

pizzaminded commented 5 years ago

In some cases, r() on php 7.3 were throwing this error: count(): Parameter must be an array or an object that implements Countable

After adding additional condition, this error gone away.

jcmarchi commented 5 years ago

I encountered the same issue many times. I am glad you came up with this fix. I've implemented it in my local copy for tests and I am satisfied with the result. Two thumbs up!

I hope Milenko accept this pull request soon.