| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2010-05-01 20:54 UTC] felipe@php.net
  [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
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 15:00:01 2025 UTC | 
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