PHP7とXdebugでエラーがでないときはExceptionエラーかもしれません。

Xdebug Documentation – all settings のxdebug.show_exception_traceパラメータの説明

integer xdebug.show_exception_trace = 0

When this setting is set to 1, Xdebug will show a stack trace whenever an Exception or Error is raised – even if this Exception or Error is actually caught.
Error ‘exceptions’ were introduced in PHP 7.

コメントをどうぞ

メールアドレスが公開されることはありません。 が付いている欄は必須項目です