Edit report at http://bugs.php.net/bug.php?id=51719&edit=1

 ID:          51719
 Updated by:  [email protected]
 Reported by: [email protected]
 Summary:     typo in function prototype
-Status:      Open
+Status:      Closed
 Type:        Bug
 Package:     Scripting Engine problem
 PHP Version: 5.3SVN-2010-05-01 (SVN)
-Assigned To: 
+Assigned To: felipe

 New Comment:

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.




Previous Comments:
------------------------------------------------------------------------
[2010-05-01 20:54:51] [email protected]

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:34:32] [email protected]

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



------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=51719&edit=1

Reply via email to