Extracted from Pike v7.3 release 16 at 2002-03-05.
pike.roxen.com
[Top]
/master

Method /master()->runtime_warning()


Method runtime_warning

void /master()->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.