Date: 05/24/01
- Next message: derick <email protected>: "[PHP-DEV] Bug #11084 Updated: strings"
- Previous message: PKish: "[PHP-DEV] Re: Bug #10121 Updated: Case Sensitive Associative Arrays"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I believe this is the correct list to talk about that as it's
Zend/parser-related.
I'd like to know if there's a difference between parsing:
require ('foo.inc');
and
require ("foo.inc");
If so, which one would be faster and why ?
I didn't find many references about this in the FAQ or the documentation and
even this page mixed both " and ':
http://www.php.net/manual/en/function.require.php
I read such a thing on the following Webmail client documentation:
http://www.squirrelmail.org/wiki/CodingGuidelines
-- Olivier.Cahagne <email protected>-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: derick <email protected>: "[PHP-DEV] Bug #11084 Updated: strings"
- Previous message: PKish: "[PHP-DEV] Re: Bug #10121 Updated: Case Sensitive Associative Arrays"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

