| Current Path : /hdd/hdd12/install/php/php-7.4.32/ext/reflection/tests/ |
| Current File : //hdd/hdd12/install/php/php-7.4.32/ext/reflection/tests/ReflectionExtension_isPersistant.phpt |
--TEST--
ReflectionExtension::isPersistent()
--FILE--
<?php
$obj = new ReflectionExtension('reflection');
var_dump($obj->isPersistent());
?>
==DONE==
--EXPECT--
bool(true)
==DONE==