This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 144228

Summary: PHP Rename not working across files
Product: php Reporter: grom358 <grom358>
Component: RefactoringAssignee: rmatous <rmatous>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description grom358 2008-08-18 09:36:17 UTC
If I create a file with library functions (include/utils.php) with function test. Then from index.php I require_once
"include/utils.php" and call the function test() it knows that the function declaration is in include/utils.php (Using
CTRL-B and also Alt-F7 from include/utils.php shows up the call in index.php).

However if I rename test to testMe it doesn't rename the function call in index.php.
Comment 1 rmatous 2008-08-18 13:45:03 UTC
Not implemented yet and not planned for 6.5 (similar like other refactoring features).  
Comment 2 rmatous 2010-07-30 08:54:43 UTC
fixed now for 6.10