Isn’t Java known for spitting out random errors?

@TCB13@lemmy.world
link
fedilink
English
117M

Only if people actually tried to learn PHP.

Is that Smarty?

No, it’s what XDebug does to your stacktraces if you have display errors on

I salute you.

But which version?

doomkernel
link
fedilink
17M

Progress errors be like: “I can’t understand after line 32”

Good luck finding out what

Eager Eagle
link
fedilink
English
247M

nice stack traces don’t matter when PHP has the best built-in name: die()

die unless qw(perl did it first);

Maybe wrong place to ask idk lol, but I wanted to create a wiki clone to learn more complex websites with a database. Im a bit lost trying to learn Laravel from the ground, anyone knows where can I start? Maybe some tried and true helpful resource?

@lawrence@lemmy.world
link
fedilink
2
edit-2
7M

Laravel from Scratch is the best Laravel course available. It is free and was created by the founder of Laracasts. This tutorial series covers all the important features of the framework from beginning to end. Although it’s for Laravel 8 and not 10, all the knowledge you gain from this course you can and should be applied to Laravel 10.

They probably have tutorials on their website. Most MVC frameworks have pretty decent guides.

now do javascript

[object Object]

Having written PHP for many years, all I have to say about it is T_PAAMAYIM_NEKUDOTAYIM

So many people don’t know how to use PHP

@Oth@lemmy.zip
link
fedilink
English
94
edit-2
7M

Tell me you’ve never used PHP without telling me you’ve never used PHP.

It’s known for giving a complete stack trace, it’s nearest neighbours and their god damn grandkids the moment it so much as coughs up a warning. For the longest time it was notorious for doing this as the default error logging level.

I’m aware it’s cool to hate on PHP, but it has plenty of things to dislike without straight-up inventing nonsense.

folkrav
link
fedilink
57M

This. I haven’t touched PHP since 7.1 dropped, but error messages and stack traces were pretty far down my list of complaints about the language.

@pixelscript@lemmy.ml
link
fedilink
English
27M

PHP stack traces are effectively identical to Java’s in every metric I’m concerned about.

If you get them sensibly in a log file, anyway. If you allow PHP to render this god awful fugly table inline with your page? Well, have fun. Yes, all the same info is there, and on paper it’s organized in an easier to read format. But oftentimes the table will collide with and mangle with other elements and styling on your page, making the trace irritating or impossible to read.

This isn’t much of a problem of course, because aforementioned log file is absolutely the way to do it in the first place, and PHP lets you. And hey, absolutely obliterating your page DOM in strange and exciting ways on error sounds like a fantastic way to ensure errors get caught and addressed in testing, so even the unpredictable mangled DOM bullshit is useful in its own way.

But if someone wants to dunk on PHP for at least outwardly appearing to promote trying to debug it with these awful stack trace tables, I think that’s a well-earned roasting.

Max-P
link
fedilink
217M

Also that table would be generated by Xdebug, not PHP itself. PHP’s traces are plain text by default. That said Xdebug is pretty good in itself, I’ve used it for a decade.

The stack traces are fine. You can even define a global handler for unhandled exceptions to log them, and it gives you an opportunity to also inspect every value of every function argument and whatnot. It’s not lacking in debugging abilities that way.

If you’re gonna make fun of PHP errors, at least make fun of “PHP Error: Unexpected T_PAAMAYIM_NEKUDOTAYIM on line 69”.

For those not in the know, the T_PAAMAYIM_NEKUDOTAYIM is just a double colon like this ::
It’s a scope resolution operator for example to directly access a class constant or method without an instance.

I liked when it screamed at me some german error message out of nowehere or some other weird language. Totally sane language.

@poinck@lemm.ee
link
fedilink
17
edit-2
7M

While this is very funny, I think with PHP you can achieve error traces like in Java, nowadays. And no, I am (not) a senior PHP developer. ^^

Edit: I used PHP-4 ages ago and now I am relearning >=PHP-8. Not sure whether junior or senior.

Rust: Here’s an explanation of what you did wrong, where you did it, and a detailed wiki page about the subject

Create a post

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.
  • 1 user online
  • 120 users / day
  • 257 users / week
  • 744 users / month
  • 3.72K users / 6 months
  • 1 subscriber
  • 1.48K Posts
  • 32.5K Comments
  • Modlog