Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
master

Method master()->runtime_warning()


Method runtime_warning

void runtime_warning(string where, string what, mixed ... args)

Description

Called for every runtime warning. The first argument identifies where the warning comes from, the second identifies the specific message, and the rest depends on that. See code below for currently implemented warnings.