Lines Matching refs:phpdbg_error

482phpdbg_error("command", "type=\"toomanyargs\" command=\"%s\" expected=\"0\"", "The command \"%s\" …  in phpdbg_stack_verify()
502phpdbg_error("command", "type=\"noarg\" command=\"%s\" expected=\"%s\" num=\"%lu\"", "The command … in phpdbg_stack_verify()
509phpdbg_error("command", "type=\"wrongarg\" command=\"%s\" expected=\"%s\" got=\"%s\" num=\"%lu\"",… in phpdbg_stack_verify()
557phpdbg_error("command", "type=\"toofewargs\" command=\"%s\" expected=\"%d\" argtypes=\"%s\" got=\"… in phpdbg_stack_verify()
611phpdbg_error("command", "type=\"notfound\" command=\"%s\" subcommand=\"%s\"", "The command \"%s %s… in phpdbg_stack_resolve()
613phpdbg_error("command", "type=\"notfound\" command=\"%s\"", "The command \"%s\" could not be found… in phpdbg_stack_resolve()
646phpdbg_error("command", "type=\"ambiguous\" command=\"%s\" matches=\"%lu\" matched=\"%s\"", "The c… in phpdbg_stack_resolve()
674phpdbg_error("signalsegv", "command=\"run\"", "run command is disallowed during hard interrupt"); in phpdbg_internal_stack_execute()
682 phpdbg_error("signalsegv", "command=\"sh\"", "sh command is disallowed during hard interrupt"); in phpdbg_internal_stack_execute()
694phpdbg_error("signalsegv", "command=\"%s\"", "%s command is disallowed during hard interrupt", han… in phpdbg_internal_stack_execute()
707 phpdbg_error("command", "type=\"invalidcommand\"", "The first parameter makes no sense !"); in phpdbg_internal_stack_execute()
719 phpdbg_error("command", "type=\"nostack\"", "The passed argument was not a stack !"); in phpdbg_stack_execute()
724 phpdbg_error("command", "type=\"emptystack\"", "The stack contains nothing !"); in phpdbg_stack_execute()