Perfect lung "PHP" (5)

1 Name: #!/usr/bin/anonymous : 2011-09-05 14:14 ID:mR+iCXR6

$eng = "Let's PHP";
$jpn = "PHP最強伝説";

if(true == ($eng && $jpn)) {
 $your_spec = "nice";
}
echo $your_spec;
-----

Are your specs understood?

2 Name: #!/usr/bin/anonymous : 2011-09-10 03:03 ID:Heaven

I hate PHP.

3 Name: #!/usr/bin/anonymous : 2011-09-26 20:25 ID:Heaven

>>2
But why?

4 Name: #!/usr/bin/anonymous : 2011-09-29 08:10 ID:us1aMISH

> if(true == ($eng && $jpn))

Surely you can replace this with

if ($eng==$jpn)

5 Name: #!/usr/bin/anonymous : 2011-10-01 07:36 ID:U+Pg8Mjc

$eng===$jpn

This thread has been closed. You cannot post in this thread any longer.