Home
last modified time | relevance | path

Searched refs:function_exists (Results 201 – 225 of 389) sorted by last modified time

12345678910>>...16

/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php70 if (\function_exists('opcache_invalidate')) {
72 } elseif (\function_exists('apc_compile_file')) {
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php1634 (int) \function_exists('twig_template_get_attributes'),
H A DLexer.php95 … if (\function_exists('mb_internal_encoding') && ((int) ini_get('mbstring.func_overload')) & 2) {
H A DMarkup.php37 …return \function_exists('mb_get_info') ? mb_strlen($this->content, $this->charset) : \strlen($this…
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php212 if (\function_exists('mb_get_info')) {
685 if (\function_exists('mb_get_info') && null !== $charset = $env->getCharset()) {
786 if (!\function_exists('mb_get_info') || null === $charset = $env->getCharset()) {
1153 if (\function_exists('mb_convert_encoding')) {
1158 } elseif (\function_exists('iconv')) {
1170 if (\function_exists('mb_ord')) {
1286 if (\function_exists('mb_get_info')) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar139 if (!function_exists('gzinflate')) {
146 if (!function_exists('bzdecompress')) {
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php322 if (!function_exists('curry')) {
H A DPrelude.php95 if (!function_exists('xcallable')) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DNodeTestCase.php71 if (\function_exists('twig_template_get_attributes')) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php105 if (!\function_exists('iconv') && !\function_exists('mb_convert_encoding')) {
121 if (!\function_exists('iconv') && !\function_exists('mb_convert_encoding')) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dlength_utf8.test4 function_exists('mb_get_info')
H A Dconvert_encoding.test4 function_exists('iconv') || function_exists('mb_convert_encoding')
H A Dsplit_utf8.test4 function_exists('mb_get_info')
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php515 if (\function_exists('twig_template_get_attributes')) {
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DConsole.php54 } elseif (function_exists('proc_open')) {
87 …if (function_exists('shell_exec') && preg_match('#\d+ (\d+)#', shell_exec('stty size'), $match) ==…
93 …if (function_exists('shell_exec') && preg_match('#columns = (\d+);#', shell_exec('stty'), $match) …
111 return function_exists('posix_isatty') && @posix_isatty($fileDescriptor);
H A DRuntime.php192 return $this->isPHPDBG() && function_exists('phpdbg_start_oplog');
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
H A DExporter.php107 if (function_exists('mb_strlen')) {
/plugin/findologicxmlexport/vendor/composer/
H A Dautoload_real.php26 …$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_…
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php220 return function_exists('mb_substr');
230 return function_exists('iconv');
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst282 if (function_exists($name)) {
364 if (function_exists('opcache_invalidate')) {
366 } elseif (function_exists('apc_compile_file')) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DGetAttrExpression.php36 … if (\function_exists('twig_template_get_attributes') && !$this->getAttribute('disable_c_ext')) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DFilterTest.php45 if (\function_exists('mb_get_info')) {
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php1168 if (!function_exists('mb_detect_encoding')) {
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/
H A Ddeep_copy.php5 use function function_exists; alias
7 if (false === function_exists('DeepCopy\deep_copy')) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Driver/
H A DPHPDBG.php33 if (!function_exists('phpdbg_start_oplog')) {

12345678910>>...16