Detected on 32bits build, where 003.phpt is failing
(not detected on 64bits, because not covered)
<file role="test" name="001.phpt"/>
<file role="test" name="002.phpt"/>
<file role="test" name="003.phpt"/>
+ <file role="test" name="004.phpt"/>
<file role="test" name="application.phpt"/>
</dir>
</dir>
ZVAL_NULL(&tmp);
- php_json_decode(&tmp, json->val, json->len, JSON_POST_G(flags), PG(max_input_nesting_level));
+ php_json_decode_ex(&tmp, json->val, json->len, JSON_POST_G(flags), PG(max_input_nesting_level));
switch (Z_TYPE(tmp)) {
case IS_OBJECT: