Hi, The problem is that your arginfo declares parameters of type double, while you accept the double|null type in ZPP.
P.s. i'm not sure based on your message whether you use stubs for declaring symbols, but if that's not the case, then doing so is highly recommended. You can find plenty of examples in php-src (*.stub.php files). Regards, Máté
