#24817 [WFx]: Suggestion on Function Handling functions

2003-07-27 Thread jimsonchang at yahoo dot com
 ID:   24817
 User updated by:  jimsonchang at yahoo dot com
 Reported By:  jimsonchang at yahoo dot com
 Status:   Wont fix
 Bug Type: Feature/Change Request
 Operating System: XPbox
 PHP Version:  4.3.2
 New Comment:

ok, i mean maybe can implement double solutions(function's name) in php
4.3.3 and mention to users in changes list, while in the future
version of php maybe  4.3.4, then only retrench the old functions
name.

first,
we wish to make PHP a better programming language
second,
a change is a must.
third,
unless you tell me, u don't really care.
fourth,
if really like that, what da hell u are in php.net?
u work for $M?

there are 2 meanings inside your
[quote]
And lose backwards compatibility? Yeah, right.
[/quote]
i don't want to extend the meaning, but i think i got them.


Previous Comments:


[2003-07-27 13:44:26] [EMAIL PROTECTED]

And lose backwards compatibility? Yeah, right.




[2003-07-26 07:38:22] jimsonchang at yahoo dot com

Description:

i got a suggestion on Function Handling functions
for better standardization and better php

eg.
call_user_func_array() can be changed to func_call_array()
// since user might call internal function, not necessary user
functions

call_user_func() can be changed to func_call()
// since user might call internal function also

create_function() can be changed to func_create()

func_get_arg() can be changed to func_arg()
// no need the get word because we can't post or give

func_get_args() can be changed to func_args()
// like the above reason, because we can't post or give
// and we already post/give in call_user_func()

func_num_args() can be changed to func_args_num()
// follow the above standard

function_exists() can be changed to func_exists()

get_defined_functions() can be changed to func_int_list() and
func_usr_list()
// since user no need to copy an array or unset to get the user or
internal functions list

register_shutdown_function() can be changed to func_reg_shutdown()

register_tick_function() can be changed to func_tick_reg()

unregister_tick_function() can be changed to func_tick_unreg()






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



#24817 [NEW]: Suggestion on Function Handling functions

2003-07-26 Thread jimsonchang at yahoo dot com
From: jimsonchang at yahoo dot com
Operating system: XPbox
PHP version:  4.3.2
PHP Bug Type: Feature/Change Request
Bug description:  Suggestion on Function Handling functions

Description:

i got a suggestion on Function Handling functions
for better standardization and better php

eg.
call_user_func_array() can be changed to func_call_array()
// since user might call internal function, not necessary user functions

call_user_func() can be changed to func_call()
// since user might call internal function also

create_function() can be changed to func_create()

func_get_arg() can be changed to func_arg()
// no need the get word because we can't post or give

func_get_args() can be changed to func_args()
// like the above reason, because we can't post or give
// and we already post/give in call_user_func()

func_num_args() can be changed to func_args_num()
// follow the above standard

function_exists() can be changed to func_exists()

get_defined_functions() can be changed to func_int_list() and
func_usr_list()
// since user no need to copy an array or unset to get the user or
internal functions list

register_shutdown_function() can be changed to func_reg_shutdown()

register_tick_function() can be changed to func_tick_reg()

unregister_tick_function() can be changed to func_tick_unreg()


-- 
Edit bug report at http://bugs.php.net/?id=24817edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24817r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24817r=trysnapshot5
Fixed in CVS:   http://bugs.php.net/fix.php?id=24817r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=24817r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=24817r=needtrace
Try newer version:  http://bugs.php.net/fix.php?id=24817r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=24817r=support
Expected behavior:  http://bugs.php.net/fix.php?id=24817r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=24817r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=24817r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=24817r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24817r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=24817r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=24817r=isapi
Install GNU Sed:http://bugs.php.net/fix.php?id=24817r=gnused