[PHP-DEV] Bug #11567 Updated: True Dynamic Binding and Public/Private

2001-06-20 Thread cynic
ID: 11567 Updated by: cynic Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: Comments: function drawMe() { if( 2 == func_num_args() ) { doStuff( func_get_arg(0) , func_get_arg(1) ) ; } else {

[PHP-DEV] Bug #11567 Updated: True Dynamic Binding and Public/Private

2001-06-20 Thread rasmus
ID: 11567 Updated by: rasmus Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Analyzed Bug Type: Feature/Change Request Operating system: PHP Version: 4.0.5 Assigned To: Comments: I completely disagree with the concept of dynamic binding. Calling different functions based on the number

[PHP-DEV] Bug #11567 Updated: True Dynamic Binding and Public/Private

2001-06-20 Thread Mike . Eggleston
ID: 11567 User Update by: [EMAIL PROTECTED] Status: Analyzed Bug Type: Feature/Change Request Operating system: Linux PHP Version: 4.0.5 Description: True Dynamic Binding and Public/Private I disagree with your comment on how dynamic bindings are used. The whole purpose of dynamic binding is