]> granicus.if.org Git - php/commit
Couple of changes (and a little whitespace correction, sorry to mix :(
authorSterling Hughes <sterling@php.net>
Mon, 14 May 2001 19:02:23 +0000 (19:02 +0000)
committerSterling Hughes <sterling@php.net>
Mon, 14 May 2001 19:02:23 +0000 (19:02 +0000)
commitc58fdadc1f87d27efca0521c70ec32a41497806f
treef15b3fc97ad5a8269cdf42c6b4be2368354785f8
parent6123e2abe08e15f3ee02edd4b73e5b88c6dd3c86
Couple of changes (and a little whitespace correction, sorry to mix :(

    1) Depreciate the call_user_method*() variety of functions, their
    functionality can be easily duplicated by using the call_user_func*()
    functions (using the array(&$obj, "method") syntax).

    2) Change some pval's to zval's.

    3) Improve the error handling mechanism of call_user_func*() to report
    an the class name and the function name if an object or class name is
    given.
ext/standard/basic_functions.c