Searched refs:interface_exists (Results 1 – 18 of 18) sorted by relevance
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/ |
H A D | InvalidArgumentException.php | 8 use function interface_exists; alias 19 if (interface_exists($className)) {
|
/plugin/findologicxmlexport/vendor/hoa/consistency/ |
H A D | Consistency.php | 62 interface_exists($entityName, false) || 282 if (70000 > PHP_VERSION_ID && false === interface_exists('Throwable', false)) {
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/ |
H A D | GuzzleException.php | 6 if (interface_exists(Throwable::class)) {
|
/plugin/swiftmail/Swift/ |
H A D | ClassLoader.php | 32 …if (in_array($name, self::$located) || class_exists($name, false) || interface_exists($name, false…
|
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/ |
H A D | Consistency.php | 57 $this->function->interface_exists = $interface, 86 $this->function->interface_exists = false,
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/ |
H A D | TypeToken.php | 31 if (!function_exists($checker) && !interface_exists($type) && !class_exists($type)) {
|
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Cache/ |
H A D | DoctrineCacheAdapterTest.php | 20 if (!interface_exists('Doctrine\Common\Cache\Cache')) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/ |
H A D | Generator.php | 191 !interface_exists($_type, $callAutoload)) { 202 !interface_exists($type, $callAutoload) 296 !interface_exists($type, $callAutoload)) { 381 interface_exists($originalClassName, $callAutoload)) { 701 if (!interface_exists($_type, $callAutoload)) { 744 } elseif (interface_exists($mockClassName['fullClassName'], $callAutoload)) {
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ |
H A D | LazyDouble.php | 85 if (!interface_exists($interface)) {
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/ |
H A D | Prophet.php | 88 if ($classOrInterface && interface_exists($classOrInterface)) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | Test.php | 933 !interface_exists($className) && 974 interface_exists($className) || 1013 !interface_exists($className) &&
|
/plugin/imagemapping/ |
H A D | syntax.php |
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/ |
H A D | SerializationGraphNavigator.php | 175 if (class_exists($type['name'], false) || interface_exists($type['name'], false)) {
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A D | DocParser.php | 941 … if (class_exists($ns.'\\'.$className) || interface_exists($ns.'\\'.$className)) { 960 … if (class_exists($ns.'\\'.$className) || interface_exists($ns.'\\'.$className)) {
|
/plugin/findologicxmlexport/vendor/webmozart/assert/src/ |
H A D | Assert.php | 902 if (!interface_exists($value)) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | Assert.php | 1450 if (!(is_string($expected) && (class_exists($expected) || interface_exists($expected)))) { 1487 if (!(is_string($expected) && (class_exists($expected) || interface_exists($expected)))) {
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/ |
H A D | CodeSniffer.php | 39 if (interface_exists('PHP_CodeSniffer_Sniff', true) === false) {
|
/plugin/syntaxhighlighter4/dist/ |
H A D | syntaxhighlighter.js.map | 1 … gmmktime ini_alter ini_get ini_get_all ini_restore ini_set ' +\n 'interface_exists intval ip2lon…
|