N4Money
Real-time tech and finance news. Powered by HackerNews API.
Top Stories
Show HN: Algorithmically Finding the Longest Line of Sight on Earth
1Show HN: Browse Internet Infrastructure
2UEFI Bindings for JavaScript
3Thoughts on Generating C
4Art of Roads in Games
5Matrix messaging gaining ground in government IT
6Vouch
7Show HN: Minimal NIST/OWASP-compliant auth implementation for Cloudflare Workers
8Offpunk 3.0
9Thought-Terminating Cliché
10Nobody knows how the whole system works
11LispE: Lisp Interpreter with Pattern Programming and Lazy Evaluation
12Error Tests — Sentry Integration
Each link below triggers a different type of PHP error. If Sentry is configured, the errors will appear in your dashboard.
Uncaught Exception
ExceptionUnhandled exception thrown without try/catch
Division by Zero
DivisionByZeroErrorDivision by zero error in financial calculation
Type Error
TypeErrorWrong type passed as function argument
Undefined Variable
WarningAccess to undefined variable in scope
Database Error
PDOExceptionFailed connection to non-existent database
Null Reference
ErrorMethod call on null value
File Not Found
RuntimeExceptionAttempt to read a non-existent file
Custom Exception
PaymentFailedExceptionCustom exception with extra context for Sentry
Array Out of Bounds
OutOfRangeExceptionAccess to non-existent array index
Stack Overflow
Fatal ErrorInfinite recursion causing stack overflow
HTTP Request Error
RuntimeExceptionFailed HTTP request to external API
Deprecation Warning
E_DEPRECATEDUsage of deprecated PHP function