Opened 17 years ago
#1178 new defect
opihi should do something more reasonable if the assignment is a syntax error
| Reported by: | eugene | Owned by: | eugene |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Ohana | Version: | |
| Severity: | major | Keywords: | |
| Cc: |
Description
the following code in opihi gives a confusing result:
$value = something
$value = something else with a $variable
if $variable is not defined, opihi will complain about a syntax error, but $value will be left at the old value (something, in this case).
Note:
See TracTickets
for help on using tickets.
