mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Typo (notfoundc => notfound)
This commit is contained in:
parent
76bd799eb7
commit
fd8a70b1ee
1 changed files with 1 additions and 1 deletions
|
@ -1132,7 +1132,7 @@ PHPDBG_COMMAND(register) /* {{{ */
|
|||
|
||||
phpdbg_notice("register", "function=\"%s\"", "Registered %s", lcname);
|
||||
} else {
|
||||
phpdbg_error("register", "type=\"notfoundc\" function=\"%s\"", "The requested function (%s) could not be found", param->str);
|
||||
phpdbg_error("register", "type=\"notfound\" function=\"%s\"", "The requested function (%s) could not be found", param->str);
|
||||
}
|
||||
} else {
|
||||
phpdbg_error("register", "type=\"inuse\" function=\"%s\"", "The requested name (%s) is already in use", lcname);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue