Project

General

Profile

Actions

Bug #68132

closed

It's not possible to use 0 as a TypoScript userfunc argument

Added by Sascha Egerer almost 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2015-07-14
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Remote Sprint

Description

It's not possible to use 0 as a argument in a TypoScript Userfunc as you will get this Error:

PHP Warning: Missing argument 2 for Vendor\Class::myFunction() in ...

Example Func:

...
        /*
     * @param string $param1 
     * @param int $param2
     * @return boolean
     */
    public function myFunction($param1, $param2) {
...

Example Call:

[userFunc = \Vendor\Class::myFunction(foo,0)] 
...
[global]


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #61256: parseUserFuncArguments getting no single arguments to user_functions in conditions Closed2014-08-28

Actions
Actions

Also available in: Atom PDF