Lines Matching refs:phpdbg_error

484phpdbg_error("command", "type=\"toomanyargs\" command=\"%s\" expected=\"0\"", "The command \"%s\" …  in phpdbg_stack_verify()
504phpdbg_error("command", "type=\"noarg\" command=\"%s\" expected=\"%s\" num=\"%lu\"", "The command … in phpdbg_stack_verify()
511phpdbg_error("command", "type=\"wrongarg\" command=\"%s\" expected=\"%s\" got=\"%s\" num=\"%lu\"",… in phpdbg_stack_verify()
559phpdbg_error("command", "type=\"toofewargs\" command=\"%s\" expected=\"%d\" argtypes=\"%s\" got=\"… in phpdbg_stack_verify()
613phpdbg_error("command", "type=\"notfound\" command=\"%s\" subcommand=\"%s\"", "The command \"%s %s… in phpdbg_stack_resolve()
615phpdbg_error("command", "type=\"notfound\" command=\"%s\"", "The command \"%s\" could not be found… in phpdbg_stack_resolve()
648phpdbg_error("command", "type=\"ambiguous\" command=\"%s\" matches=\"%lu\" matched=\"%s\"", "The c… in phpdbg_stack_resolve()
676phpdbg_error("signalsegv", "command=\"run\"", "run command is disallowed during hard interrupt"); in phpdbg_internal_stack_execute()
684 phpdbg_error("signalsegv", "command=\"sh\"", "sh command is disallowed during hard interrupt"); in phpdbg_internal_stack_execute()
696phpdbg_error("signalsegv", "command=\"%s\"", "%s command is disallowed during hard interrupt", han… in phpdbg_internal_stack_execute()
709 phpdbg_error("command", "type=\"invalidcommand\"", "The first parameter makes no sense !"); in phpdbg_internal_stack_execute()
721 phpdbg_error("command", "type=\"nostack\"", "The passed argument was not a stack !"); in phpdbg_stack_execute()
726 phpdbg_error("command", "type=\"emptystack\"", "The stack contains nothing !"); in phpdbg_stack_execute()