Tim Gatzky

Results 1 issues of Tim Gatzky

When logging binary data, even nested in arrays/objects, make the debugger stop from logging. Example: $bin = sha1(123,true); \PC::debug($bin); \PC::debug('Hello'); Both logs won't be recognized and any log after that.