Home
last modified time | relevance | path

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

1234

/PHP-7.4/ext/phar/tests/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/Zend/
H A Dzend_builtin_functions.c49 static ZEND_FUNCTION(class_exists);
261 ZEND_FE(class_exists, arginfo_class_exists)
1486 ZEND_FUNCTION(class_exists) in ZEND_FUNCTION() argument
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc505 $s = "<?php if (!class_exists('PHP_Archive')) {\n?>";
514 $s .= "if (!class_exists('Phar',0)) {\n";
/PHP-7.4/
H A DNEWS1178 . Fixed bug #79022 (class_exists returns True for classes that are not ready

Completed in 24 milliseconds

1234