Home
last modified time | relevance | path

Searched refs:isDisabled (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/reflection/tests/
H A DReflectionFunction_isDisabled_basic.phpt2 ReflectionFunction::isDisabled
12 var_dump($rf->isDisabled());
18 var_dump($rf->isDisabled());
23 Deprecated: Method ReflectionFunction::isDisabled() is deprecated since 8.0, as ReflectionFunction …
/php-src/ext/reflection/
H A Dphp_reflection.stub.php132 public function isDisabled(): bool {} function in ReflectionFunction
H A Dphp_reflection_arginfo.h744 ZEND_METHOD(ReflectionFunction, isDisabled);
1018 …ZEND_ME(ReflectionFunction, isDisabled, arginfo_class_ReflectionFunction_isDisabled, ZEND_ACC_PUBL…
H A Dphp_reflection.c1897 ZEND_METHOD(ReflectionFunction, isDisabled) in ZEND_METHOD() argument

Completed in 37 milliseconds