summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-06-03 04:16:46 +0000
committerZeev Suraski <zeev@php.net>2000-06-03 04:16:46 +0000
commit5673378ea65effa39c938b840eb27c847956c3f3 (patch)
treed3f120f943cf2f73b8528546d298569eff86f7d0 /Zend/zend_operators.c
parent2ffe85ddac3928df2f1817eafc8ff57ad9873bdf (diff)
downloadphp-git-5673378ea65effa39c938b840eb27c847956c3f3.tar.gz
- Allow all functions that receive user-defined function callbacks to accept
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)
Diffstat (limited to 'Zend/zend_operators.c')
0 files changed, 0 insertions, 0 deletions