<?php $tests = [ 'true', null, '123', 123, json_encode('1/2'), json_encode('База данни грешка') ]; foreach ($tests as $test) { echo var_export(json_decode($test, true)) . "\n---\n"; }
You have javascript disabled. You will not be able to edit any code.