Changeset 802 for trunk/decompilesample.php
- Timestamp:
- 04/27/2011 06:42:25 AM (2 years ago)
- Author:
- moo
- Message:
-
Decompiler: &&
and or
- Files:
- 1 modified
-
trunk/decompilesample.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/decompilesample.php
r799 r802 250 250 $a = (object) $b; 251 251 // PHP6+ $a = (scalar) $b; 252 $a = $b ? $c : $d;253 $a = f1() ? f2() : f3();252 $a = ($b ? $c : $d); 253 $a = (f1() ? f2() : f3()); 254 254 $a = $b and $c; 255 255 $a = $b or $c;
Download in other formats:

