Hi,
I'm wondering where this is handled in PHP,
if ($_GET)
{
}
Clearly it's different from
if ($_GET['key'])
{
}
Anyone know that?
Thanks
--
Best Regards,
Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/
Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33
Well it's a different operator than 'isset' op
Hi,
I'm wondering where this is handled in PHP,
if ($_GET)
{}
Clearly it's different from
if ($_GET['key'])
{}
Anyone know that?
Thanks
--
Best Regards,
Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/
Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33
--
Best Regards,
Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/
Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33
Hi,
I'm wondering where this is handled in PHP,
Aaron, I suggest you get a tool which lets you view opcodes. Then you wouldn’t have to ask the mailing list to find these things out.
--
Andrea Faulds
http://ajf.me/
Hi Andrea,
Thanks for pointing out.
I'm looking at http://php.net/manual/ru/internals2.opcodes.php now
(Previously I thought it was a PHP_FUNCTION that handles it)
Was it the BOOL operator?
http://www.php.net/manual/ru/internals2.opcodes.bool.php
Hi,
I'm wondering where this is handled in PHP,
Aaron, I suggest you get a tool which lets you view opcodes. Then you
wouldn’t have to ask the mailing list to find these things out.--
Andrea Faulds
http://ajf.me/
--
Best Regards,
Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/
Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33