php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51719 typo in function prototype
Submitted: 2010-05-01 20:34 UTC Modified: 2010-05-01 20:55 UTC
From: geissert@php.net Assigned: felipe (profile)
Status: Closed Package: Scripting Engine problem
PHP Version: 5.3SVN-2010-05-01 (SVN) OS:
Private report: No CVE-ID: None
 [2010-05-01 20:34 UTC] geissert@php.net
Description:
------------
Zend/zend_builtin_functions.c reads:

ZEND_BEGIN_ARG_INFO_EX(arginfo_trigger_error, 0, 0, 1)
        ZEND_ARG_INFO(0, messsage)
        ZEND_ARG_INFO(0, error_type)
ZEND_END_ARG_INFO()

and 

/* {{{ proto void trigger_error(string messsage [, int error_type])
   Generates a user-level error/warning/notice message */
ZEND_FUNCTION(trigger_error)


There's a typo in both: s/messsage/message

I can't fix it because of EPERM


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-05-01 20:54 UTC] felipe@php.net
Automatic comment from SVN on behalf of felipe
Revision: http://svn.php.net/viewvc/?view=revision&revision=298842
Log: - Fixed bug #51719 (typo in function prototype)
 [2010-05-01 20:55 UTC] felipe@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: felipe
 [2010-05-01 20:55 UTC] felipe@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 13:01:28 2024 UTC