diff options
author | Marcus Boerger <helly@php.net> | 2008-02-02 14:19:03 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2008-02-02 14:19:03 +0000 |
commit | 7769fda15cb9c23595ac8de0f76a832c9f911baa (patch) | |
tree | a8828109ff4e3835ec4a0532d9707b9cae8f0bdd /Zend/zend_API.c | |
parent | f3c1a9fa02c6cac642b884d2848d217ac1e707f8 (diff) | |
download | php-git-7769fda15cb9c23595ac8de0f76a832c9f911baa.tar.gz |
- Drop useless TODO, this would need to be fixed in a generic way
Diffstat (limited to 'Zend/zend_API.c')
-rw-r--r-- | Zend/zend_API.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_API.c b/Zend/zend_API.c index bfec867576..e6d3b59732 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -585,7 +585,6 @@ static char *zend_parse_arg_impl(int arg_num, zval **arg, va_list *va, char **sp break; } - /* TODO(helly): Change to IS_CALLABLE_STRICT in next version */ if (zend_fcall_info_init(*arg, 0, fci, fcc, NULL, &is_callable_error TSRMLS_CC) == SUCCESS) { if (is_callable_error) { *severity = E_STRICT; |