-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/reflection/tests/
File Upload :
Current File : //usr/src/php/ext/reflection/tests/ReflectionFunction_isDeprecated_basic.phpt

--TEST--
ReflectionFunction::isDeprecated
--CREDITS--
Stefan Koopmanschap <stefan@phpgg.nl>
TestFest PHP|Tek
--SKIPIF--
<?php
if (!extension_loaded('reflection') || !defined('PHP_VERSION_ID') || PHP_VERSION_ID < 50300) print 'skip';
?>
--FILE-- 
<?php
$rc = new ReflectionFunction('ereg');
echo var_dump($rc->isDeprecated());
--EXPECTF--
bool(true)

Copyright © 2017 || Recoded By Mr.Bumblebee