/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
json
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/json/tests/bug73113.phpt
--TEST-- Bug #73113 (Segfault with throwing JsonSerializable) Also test that the custom exception is not wrapped by ext/json --FILE-- <?php class JsonSerializableObject implements \JsonSerializable { public function jsonSerialize() { throw new \Exception('This error is expected'); } } $obj = new JsonSerializableObject(); try { echo json_encode($obj); } catch (\Exception $e) { echo $e->getMessage(); } ?> --EXPECT-- This error is expected
Copyright ©2k19 -
Hexid
|
Tex7ure