Expression evaluation - how is it done?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Does PHP uses the same expression evaluation as in C/C++?

This questions also consider expression with function
that returns booleans, typical:


	if (false && my_bool_function())


Will my_bool_function() be evaluated or not in this case?

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux