Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
trex eaterofcadrs
Jun 17, 2005
My lack of understanding is only exceeded by my lack of concern.
looks like developing at error_reporting(-1) is best as of 5.4, it'll always (lol) give you the most stringent error reports available

Adbot
ADBOT LOVES YOU

Toady
Jan 12, 2009

Ronald Raiden posted:

hey, just so everyone knows php still sucks. I was doing a thing and accidently misspelled a variable and php was just like whatever i don't care I just won't do anything with this unbound variable and then it was hard to figure out why it wasn't working cuz there as no error

lua does the same

0xB16B00B5
Aug 24, 2006

by Y Kant Ozma Post
i literally dont understand why people dont use javascript for everything now, since you can have a simple technology stack from the server to the frontend, rather than a house of cards of python/ruby/javascript god knows what

Rufus Ping
Dec 27, 2006





I'm a Friend of Rodney Nano
yeah javascript is literally the best language for every conceivable task idgi

coaxmetal
Oct 21, 2010

I flamed me own dad
why do other languages exist even

Toady
Jan 12, 2009

Javascript is web scale. Lua is not web scale. Also: Lua comes from Brazil. You know what else comes from Brazil? Waxed balls. I wouldn't trust a programmer that waxes his balls. If he can't make good decisions involving his nutsack, can he make good decisions involving language design? (Just look at PHP!)

salted hash browns
Mar 26, 2007
ykrop

tinselt0wn posted:

i literally dont understand why people dont use javascript for everything now, since you can have a simple technology stack from the server to the frontend, rather than a house of cards of python/ruby/javascript god knows what

hahahahaha

salted hash browns
Mar 26, 2007
ykrop
Nice!

CaptainMeatpants
Jun 1, 2010

tinselt0wn posted:

i literally dont understand why people dont use javascript for everything now, since you can have a simple technology stack from the server to the frontend, rather than a house of cards of python/ruby/javascript god knows what

that's a pretty good one

homercles
Feb 14, 2010

use Modern::Perl hope on the cool train choo choo

homercles
Feb 14, 2010

Toady posted:

Javascript is web scale. Lua is not web scale. Also: Lua comes from Brazil. You know what else comes from Brazil? Waxed balls. I wouldn't trust a programmer that waxes his balls. If he can't make good decisions involving his nutsack, can he make good decisions involving language design? (Just look at PHP!)
once you've waxed your balls you think "why not my taint"
and then "why not everything else"

never do that

EVGA Longoria
Dec 25, 2005

Let's go exploring!

homercles posted:

use Modern::Perl hope on the cool train choo choo

this

unless you're using perl 5.8

or perl 5.0 in johnny's case

qntm
Jun 17, 2009

Casao posted:

you're using perl 5.8

yup :(

tef
May 30, 2004

-> some l-system crap ->
http://codingconduct.cc/Paideia-as-Paidia :drat:

vapid cutlery
Apr 17, 2007

php:
<?
"it's george costanza" ?>

Toady posted:

Javascript is web scale. Lua is not web scale. Also: Lua comes from Brazil. You know what else comes from Brazil? Waxed balls. I wouldn't trust a programmer that waxes his balls. If he can't make good decisions involving his nutsack, can he make good decisions involving language design? (Just look at PHP!)

cool

Shaggar
Apr 26, 2006
use java or c#

Jonny 290
May 5, 2005



[ASK] me about OS/2 Warp

i didnt wanna be all @tef #twitprops #proread but i went through this and it was really good

EVGA Longoria
Dec 25, 2005

Let's go exploring!

Shaggar posted:

use java or c#

no, don't

vapid cutlery
Apr 17, 2007

php:
<?
"it's george costanza" ?>
i already know gamification blows chunks b/c 90% of social games use gamification slathered on top of a cash shop & they're boring as heck

Gazpacho
Jun 18, 2004

by Fluffdaddy
Slippery Tilde

tinselt0wn posted:

i literally dont understand why people dont use javascript for everything now, since you can have a simple technology stack from the server to the frontend, rather than a house of cards of python/ruby/javascript god knows what
if nodejs had workers and javascript had an integer type i would agree 100% with this

Gazpacho
Jun 18, 2004

by Fluffdaddy
Slippery Tilde

Opinion Haver
Apr 9, 2007

Internaut! posted:

dogpile on php

dunno if this was posted yet

it's never a bad time to post that

also in PHP E_ALL doesn't get you everything, you need E_STRICT | E_ALL

Blotto Skorzany
Nov 7, 2008

He's a PSoC, loose and runnin'
came the whisper from each lip
And he's here to do some business with
the bad ADC on his chip
bad ADC on his chiiiiip
Nice!


i think there's an E_ACTUALLY_ALL too

Blotto Skorzany
Nov 7, 2008

He's a PSoC, loose and runnin'
came the whisper from each lip
And he's here to do some business with
the bad ADC on his chip
bad ADC on his chiiiiip
the counterpart to mysql_real_escape_string

Blotto Skorzany
Nov 7, 2008

He's a PSoC, loose and runnin'
came the whisper from each lip
And he's here to do some business with
the bad ADC on his chip
bad ADC on his chiiiiip
i imagine the php source tree is full of files with names like string_v27_FINAL_3__.c

duTrieux.
Oct 9, 2003

ahhh spiders posted:

i already know gamification blows chunks b/c 90% of social games use gamification slathered on top of a cash shop & they're boring as heck

gamify would be a much better verb if it involved actual gams.

hobbesmaster
Jan 28, 2008

Otto Skorzeny posted:

the counterpart to mysql_real_escape_string

-Wall -Wextra

Opinion Haver
Apr 9, 2007

larry wextra

Tiny Bug Child
Sep 11, 2004

Avoid Symmetry, Allow Complexity, Introduce Terror

yaoi prophet posted:

it's never a bad time to post that

also in PHP E_ALL doesn't get you everything, you need E_STRICT | E_ALL

what you actually want is this:

error_reporting = E_ALL & ~(E_NOTICE | E_DEPRECATED)

that shows you everything relevant. no "undefined index" stuff or deprecation notices. anything more than that is E_STRICTly for spergs

hobbesmaster
Jan 28, 2008

yaoi prophet posted:

larry wextra

libarry.a not found

Opinion Haver
Apr 9, 2007

Tiny Bug Child posted:

what you actually want is this:

error_reporting = E_ALL & ~(E_NOTICE | E_DEPRECATED)

that shows you everything relevant. no "undefined index" stuff or deprecation notices. anything more than that is E_STRICTly for spergs

no what you actually want is to use a different language

Stringent
Dec 22, 2004


image text goes here

trex eaterofcadrs posted:

looks like developing at error_reporting(-1) is best as of 5.4, it'll always (lol) give you the most stringent error reports available

that sounds like a terrible idea

hobbesmaster
Jan 28, 2008

Stringent posted:

php sounds like a terrible idea

CaptainMeatpants
Jun 1, 2010

5.4.0 E_STRICT became part of E_ALL

Tiny Bug Child
Sep 11, 2004

Avoid Symmetry, Allow Complexity, Introduce Terror

CaptainMeatpants posted:

5.4.0 E_STRICT became part of E_ALL

i didn't know this but i'm not surprised. the useless academics really did a number on 5.4

jony ive aces
Jun 14, 2012

designer of the lomarf car


Buglord

Ronald Raiden posted:

he probably wouldn't let anyone else eat the scabs anyway, he needs those. To be disgusting.
scabs want to be free~

jony ive aces
Jun 14, 2012

designer of the lomarf car


Buglord
(open sores)

Gazpacho
Jun 18, 2004

by Fluffdaddy
Slippery Tilde
Nice!

rotor
Jun 11, 2001

classic case of pineapple derangement syndrome

hahaha oh man what a funny computer thing

Adbot
ADBOT LOVES YOU

rotor
Jun 11, 2001

classic case of pineapple derangement syndrome
where do you even come up with this poo poo?!? oh my god

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply