migration booleval

Short-circuited boolean evaluationPHP ManualPrevAppendix A. Migrating from PHP/FI 2.0 to PHP 3.0NextShort-circuited boolean evaluation In PHP 3.0 boolean evaluation is short-circuited. This means that in an expression like (1 || test_me()), the function test_me() would not be executed since nothing can change the result of the expression after the 1. This is a minor compatibility issue, but may cause unexpected side-effects.PrevHomeNextError messages have changedUpFunction true/false return values
Wyszukiwarka

Podobne podstrony:
migration booleval
migration booleval
migration booleval
migration4 parser
migration startendtags
migration if endif
migration4 missing
migration
migration4 extensions
migration4
migrating globus
migration4 extensions
migration while
migration4 parser

więcej podobnych podstron