Home
last modified time | relevance | path

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

1234

/PHP-8.0/Zend/
H A Dzend_builtin_functions_arginfo.h238 ZEND_FUNCTION(class_exists);
298 ZEND_FE(class_exists, arginfo_class_exists)
H A Dzend_builtin_functions.c1050 ZEND_FUNCTION(class_exists) in ZEND_FUNCTION() argument
/PHP-8.0/ext/phar/
H A Dshortarc.php5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
/PHP-8.0/ext/phar/tests/
H A Dphar_createdefaultstub.phpt40 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
334 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
636 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
H A Dphar_setdefaultstub.phpt60 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
355 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
650 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
/PHP-8.0/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-8.0/ext/phar/tests/files/
H A Dinclude_path2.phar5 if (in_array('phar', stream_get_wrappers()) && class_exists('Phar', 0)) {
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-8.0/ext/phar/phar/
H A Dpharcommand.inc505 $s = "<?php if (!class_exists('PHP_Archive')) {\n?>";
514 $s .= "if (!class_exists('Phar',0)) {\n";

Completed in 39 milliseconds

1234