[PHP] Code Bulk

2002-03-26 Thread Gerard Samuel
Im in a debate with someone else. Basically were debating code bulk. This is just an example - ?php if (isset($run_this_code)) { echo $this-run_this_code; } echo 'Finished'; ? Now, if I understand php correctly, the whole script gets parsed, but since $run_this code isn't set,

RE: [PHP] Code Bulk

2002-03-26 Thread Martin Towell
any speed difference will be miniscule/negligible - is speed, to the microsecond, important in this situation? -Original Message- From: Gerard Samuel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 11:23 AM To: PHP Subject: [PHP] Code Bulk Im in a debate with someone else

Re: [PHP] Code Bulk

2002-03-26 Thread Gerard Samuel
/negligible - is speed, to the microsecond, important in this situation? -Original Message- From: Gerard Samuel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 27, 2002 11:23 AM To: PHP Subject: [PHP] Code Bulk Im in a debate with someone else. Basically were debating code bulk