|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 Patcheslowcase-func-name-in-reflection-extension (last revision 2011-03-22 12:37 UTC by laruence at yahoo dot com dot cn)Pull RequestsHistoryAllCommentsChangesGit/SVN commits              [2011-03-22 16:01 UTC] cataphract@php.net
  [2011-05-25 14:13 UTC] neuhauser+bugs dot php dot net at sigpipe dot cz
  [2011-06-10 00:45 UTC] felipe@php.net
  [2011-06-10 00:45 UTC] felipe@php.net
 
-Status:      Open
+Status:      Closed
-Assigned To:
+Assigned To: felipe
  [2011-06-10 00:45 UTC] felipe@php.net
  [2011-06-11 17:11 UTC] felipe@php.net
  [2012-04-18 09:50 UTC] laruence@php.net
  [2012-07-24 23:41 UTC] rasmus@php.net
  [2013-11-17 09:37 UTC] laruence@php.net
 | |||||||||||||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 09:00:01 2025 UTC | 
Description: ------------ in static void _extension_string(string *str, zend_module_entry *module, char *indent TSRMLS_DC) in php_reflection.c when reflect extension functions , the codes: while (func->fname) { if (zend_hash_find(EG(function_table), func->fname, strlen(func->fname) + 1, (void**) &fptr) == FAILURE) { } when func->fname is not lowercase cause a PHP warning: Warning: Internal error: Cannot find extension function qrcode_encodeString in global function table in Unknown on line 0 Test script: --------------- no Expected result: ---------------- no Actual result: -------------- no