Home
last modified time | relevance | path

Searched refs:class_exists (Results 1 – 25 of 84) sorted by last modified time

1234

/php-src/Zend/
H A Dzend_builtin_functions.c1055 ZEND_FUNCTION(class_exists) in ZEND_FUNCTION() argument
1061 ZEND_FRAMELESS_FUNCTION(class_exists, 1)
1074 ZEND_FRAMELESS_FUNCTION(class_exists, 2)
H A Dzend_builtin_functions_arginfo.h227 ZEND_FRAMELESS_FUNCTION(class_exists, 1);
228 ZEND_FRAMELESS_FUNCTION(class_exists, 2);
230 { ZEND_FRAMELESS_FUNCTION_NAME(class_exists, 1), 1 },
231 { ZEND_FRAMELESS_FUNCTION_NAME(class_exists, 2), 2 },
258 ZEND_FUNCTION(class_exists);
H A Dzend_builtin_functions.stub.php81 function class_exists(string $class, bool $autoload = true): bool {} function
/php-src/Zend/tests/
H A Ddelayed_early_binding_redeclaration.phpt10 var_dump(class_exists(Bar::class));
H A Dbug26697.phpt2 Bug #26697 (calling class_exists on a nonexistent class in autoloader results in segfault)
8 var_dump(class_exists('NotExistingClass'));
12 var_dump(class_exists('NotExistingClass'));
H A Dframeless_jmp_004.phpt7 function class_exists() {
16 string(16) "Foo\class_exists"
H A Dframeless_jmp_002.phpt6 var_dump(class_exists('\foo'));
/php-src/ext/standard/tests/serialize/
H A Dbug30234.phpt5 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
16 var_dump(class_exists('autoload_implements', false));
25 var_dump(class_exists('autoload_implements', false));
/php-src/ext/phar/phar/
H A Dpharcommand.inc517 $s = "<?php if (!class_exists('PHP_Archive')) {\n?>";
526 $s .= "if (!class_exists('Phar',0)) {\n";
/php-src/ext/dom/tests/
H A DDOMXPath_clone.phpt7 if (!class_exists('DOMXPath')) die('skip no xpath support');
H A DDOMXPath_constructor_registered_functions.phpt7 if (!class_exists('DOMXPath')) die('skip no xpath support');
H A DDOMXPath_quote.phpt6 <?php if (!class_exists('DOMXPath')) die('skip DOMXPath not available.'); ?>
/php-src/ext/opcache/tests/
H A Dpreload_loadable_classes_2.phpt20 var_dump(class_exists("Test"));
/php-src/ext/intl/tests/
H A Dbug62915-2.phpt7 if (!class_exists('Spoofchecker'))
/php-src/Zend/tests/match/
H A D027.phpt7 if (!class_exists('Test')) {
H A D028.phpt7 if (!class_exists('Test')) {
/php-src/ext/spl/tests/
H A Dgh10011.phpt21 var_dump(class_exists("TestClass", true));
29 var_dump(class_exists("TestClass", true));
/php-src/tests/classes/
H A Dautoload_001.phpt2 ZE2 Autoload and class_exists
5 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
15 var_dump(class_exists('autoload_root'));
H A Dautoload_006.phpt5 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
16 var_dump(class_exists('autoload_implements', false));
24 var_dump(class_exists('autoload_implements', false));
H A Dautoload_018.phpt14 class_exists('UndefinedClass' . $i);
19 var_dump(class_exists('UndefinedClass0'));
H A Dautoload_019.phpt7 class_exists("undefinedCLASS");
10 class_exists("unDefinedClass");
H A Dbug75765.phpt9 var_dump(class_exists('A'));
10 var_dump(class_exists('B'));
H A Dautoload_002.phpt5 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
H A Dautoload_003.phpt5 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
15 var_dump(class_exists('autoload_derived'));
H A Dautoload_004.phpt5 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
11 var_dump(class_exists($class_name));
16 var_dump(class_exists('autoload_derived'));

Completed in 76 milliseconds

1234