kphp icon indicating copy to clipboard operation
kphp copied to clipboard

compiler/pipes: added checks for supported second argument of json_decode()

Open comm644 opened this issue 1 year ago • 0 comments

Please integrate it. and add unit-test:

test should fails:

<?php
$arg = json_decode("{a:1}" );

This code wrote with helping @unserialize to improve compile-time checks and avoid runtime errors.

comm644 avatar Mar 11 '23 20:03 comm644