Extracted from Pike v7.6 release 112 at 2009-09-11.
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.