/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
date
/
tests
/
File Upload :
llllll
Current File: //usr/local/lsws/phpbuild/php-8.0.7/ext/date/tests/bug74852.phpt
--TEST-- Bug #74852 property_exists returns true on unknown DateInterval property --FILE-- <?php $interval = new DateInterval('P2D'); var_dump(property_exists($interval,'abcde')); var_dump(isset($interval->abcde)); var_dump($interval->abcde); ?> --EXPECTF-- bool(false) bool(false) Warning: Undefined property: DateInterval::$abcde in %s on line %d NULL
Copyright ©2k19 -
Hexid
|
Tex7ure