Home
last modified time | relevance | path

Searched refs:class_exists (Results 51 – 75 of 80) sorted by relevance

1234

/PHP-7.4/ext/fileinfo/tests/
H A Dbug74170.phpt5 if (!class_exists('finfo'))
H A Dcve-2014-3538-nojit.phpt9 if (!class_exists('finfo'))
H A Dcve-2014-1943-mb.phpt5 if (!class_exists('finfo'))
H A Dcve-2014-1943.phpt5 if (!class_exists('finfo'))
/PHP-7.4/ext/opcache/tests/
H A Dpreload_009.phpt16 var_dump(class_exists('Foo'));
H A Dbug64353.phpt13 if (!class_exists("Test")) {
H A Dcompact_literals.phpt37 if (!class_exists("A")) {
50 if (!class_exists("C")) {
/PHP-7.4/ext/intl/tests/
H A Dspoofchecker_001.phpt4 <?php if(!extension_loaded('intl') || !class_exists("Spoofchecker")) print 'skip'; ?>
H A Dspoofchecker_004.phpt4 <?php if(!extension_loaded('intl') || !class_exists("Spoofchecker")) print 'skip'; ?>
H A Dspoofchecker_005.phpt4 <?php if(!extension_loaded('intl') || !class_exists("Spoofchecker")) print 'skip'; ?>
H A Dspoofchecker_006.phpt4 <?php if(!extension_loaded('intl') || !class_exists("Spoofchecker")) print 'skip'; ?>
H A Dbug62915-2.phpt7 if (!class_exists('Spoofchecker'))
/PHP-7.4/ext/spl/tests/
H A Dspl_autoload_005.phpt40 var_dump(class_exists("TestClass", true));
H A Darray_013.phpt6 if (!class_exists('NoRewindIterator', false))
H A Dspl_autoload_008.phpt53 var_dump(class_exists("NoExistingTestClass", true));
/PHP-7.4/Zend/tests/
H A Dbug18556.phpt26 if(!class_exists($class))
H A Dbug78406.phpt8 if (!class_exists(SampleFilter::class)) {
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_declared_classes_basic_001.phpt19 if (!class_exists($class)) {
/PHP-7.4/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc18 if (!class_exists('ZIPArchive')) {
/PHP-7.4/ext/phar/
H A Dshortarc.php5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
/PHP-7.4/ext/phar/tests/
H A Dphar_createdefaultstub.phpt41 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
335 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
637 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
H A Dphar_setdefaultstub.phpt61 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
356 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
651 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dnophar.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
H A Dopenssl.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
/PHP-7.4/ext/phar/tests/files/
H A Dinclude_path2.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {

Completed in 34 milliseconds

1234