Changes between Version 11 and Version 12 of Deprecation

Show
Ignore:
Timestamp:
08/18/10 21:35:15 (11 years ago)
Author:
Paul C. Anagnostopoulos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Deprecation

    v11 v12  
    1919.end 
    2020}}} 
     21 
     22--- 
     23 
     24opcode: `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. 
     25 
    2126---- 
    2227opcode:  {{{substr_r(out STR, in STR, in INT, in INT) }}} - this op was only ever experimental.