mirror of
https://github.com/php/php-src.git
synced 2025-01-20 18:53:37 +08:00
5673378ea6
an array that contains an object and a method name, in place of a function name, e.g. usort($array, array($obj, "ObjSort")) (I checked the code in array.c and basic_functions.c, other code which uses call_user_function() may still force the function_name argument to be of type IS_STRING, which prevents this feature from working - and is no longer necessary) |
||
---|---|---|
.. | ||
libmysql | ||
config.m4 | ||
Makefile.in | ||
mysql.dsp | ||
php_mysql.c | ||
php_mysql.h | ||
Readme_w32.txt | ||
setup.stub |