Changes between Version 12 and Version 13 of Deprecation
- Timestamp:
- 08/18/10 21:36:01 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Deprecation
v12 v13 20 20 }}} 21 21 22 --- 22 ---- 23 23 24 24 opcode: `find_lex` no longer throws an exception when the lexical is not found; it returns `PMCNLL` instead. This is consistent with the other "lookup" opcodes. If you want to throw an exception, you must check the result of the opcode and throw the exception explicitly.