From:             [EMAIL PROTECTED]
Operating system: N/A
PHP version:      5.0.0RC3
PHP Bug Type:     Unknown/Other Function
Bug description:  call_user_func_array has typo in error message

Description:
------------
http://lxr.php.net/source/php-src/ext/standard/basic_functions.c#1935

php_error_docref(NULL TSRMLS_CC, E_WARNING, "First argumented is expected
to be a valid callback, '%s' was given", name);

Should be First argument, not First argumented.

--------

Also - I'm noticing a lot of dots where they shouldn't be in error
messages - perhaps it's something you guys could be more pedantic about to
ensure consistancy.

For example:
Warning: some error in some func some message. in some file.

Eg.
http://lxr.php.net/source/php-src/ext/standard/string.c#4724


-- 
Edit bug report at http://bugs.php.net/?id=28851&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28851&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28851&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28851&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28851&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28851&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28851&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28851&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28851&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28851&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28851&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28851&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28851&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28851&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28851&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28851&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28851&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28851&r=float

Reply via email to