421,407 results for 'php empty repo:ilyabazhenov/speakplace' (1127 ms)
class.admin.php https://github.com/ArzuA/gitwordpress.git | PHP | 1,916 lines
428 $active = 'email' == $current_tab ? 'nav-tab-active' : ''; 429 ?><a class="nav-tab <?php echo $active; ?>" href="<?php echo admin_url( 'admin.php?page=it-exchange-settings&tab=email' ); ?>"><?php _e( 'Email Settings', 'it-l10n-ithemes-exchange' ); ?></a><?php 430 } 451 $active = 'pages' == $current_tab ? 'nav-tab-active' : ''; 452 ?><a class="nav-tab <?php echo $active; ?>" href="<?php echo admin_url( 'admin.php?page=it-exchange-settings&tab=pages' ); ?>"><?php _e( 'Pages', 'it-l10n-ithemes-exchange' ); ?></a><?php 453 } 494 $active = 'enabled' == $current_tab ? 'nav-tab-active' : ''; 495 ?><a class="nav-tab <?php echo $active; ?>" href="<?php echo admin_url( 'admin.php?page=it-exchange-addons&tab=enabled' ); ?>"><?php _e( 'Enabled', 'it-l10n-ithemes-exchange' ); ?></a><?php 496 } 505 $active = 'disabled' == $current_tab ? 'nav-tab-active' : ''; 506 ?><a class="nav-tab <?php echo $active; ?>" href="<?php echo admin_url( 'admin.php?page=it-exchange-addons&tab=disabled' ); ?>"><?php _e( 'Disabled', 'it-l10n-ithemes-exchange' ); ?></a><?php 507 } 546 $active = 'get-more' == $current_tab ? 'nav-tab-active' : ''; 547 ?><a class="nav-tab <?php echo $active; ?>" href="<?php echo admin_url( 'admin.php?page=it-exchange-addons&tab=get-more' ); ?>"><?php _e( 'Get More', 'it-l10n-ithemes-exchange' ); ?></a><?php 548 }utils.php https://github.com/BarnetikKoop/SuiteCRM.git | PHP | 5,084 lines
186 'upload_badext' => empty($upload_badext) ? array ( 187 'php', 'php3', 'php4', 'php5', 'pl', 'cgi', 'py', 188 'asp', 'cfm', 'js', 'vbs', 'html', 'htm' ) : $upload_badext, 331 'upload_badext' => array ( 332 'php', 'php3', 'php4', 'php5', 'pl', 'cgi', 'py', 333 'asp', 'cfm', 'js', 'vbs', 'html', 'htm' ), 1997 if(isset($_SERVER['PHP_SELF'])) { 1998 if (!empty($_SERVER['PHP_SELF'])) clean_string($_SERVER['PHP_SELF'], 'SAFED_GET'); 1999 } 2871function check_php_version($sys_php_version = '') { 2872 $sys_php_version = empty($sys_php_version) ? constant('PHP_VERSION') : $sys_php_version; 2873 // versions below $min_considered_php_version considered invalid by default, 3770 3771 // http://us3.php.net/manual/en/ref.pcre.php#ini.pcre.backtrack-limit 3772 // starting with 5.2.0, backtrack_limit breaks JSON decodingrole-scoper_init.php https://bitbucket.org/broderboy/nycendurance-wordpress | PHP | 1,043 lines
357 if ( ! isset( $optval ) ) { 358 if ( ! empty($scoper_default_options) && ! empty( $scoper_default_options[$option_basename] ) ) 359 $optval = $scoper_default_options[$option_basename]; 891 892 if ( ! empty( $GLOBALS['post'] ) && is_object($GLOBALS['post']) && ! empty( $GLOBALS['post']->post_type ) ) { 893 $object_type = $GLOBALS['post']->post_type; 903 904 } elseif ( in_array( $pagenow, array( 'post-new.php', 'edit.php' ) ) ) { 905 $object_type = ! empty( $_GET['post_type'] ) ? $_GET['post_type'] : 'post'; 909 910 } elseif ( in_array( $pagenow, array( 'admin-ajax.php' ) ) && ! empty( $_REQUEST['taxonomy'] ) ) { 911 $object_type = $_REQUEST['taxonomy']; 916 917 } elseif ( ! empty( $_GET['post'] ) ) { // post.php 918 if ( $_post = get_post( $_GET['post'] ) )cap-interceptor_rs.php https://bitbucket.org/broderboy/nycendurance-wordpress | PHP | 1,009 lines
193 if ( ( 'edit_theme_options' == $orig_reqd_caps[0] ) && empty( $wp_blogcaps['edit_theme_options'] ) ) { 194 if ( in_array( $GLOBALS['pagenow'], array( 'nav-menus.php', 'admin-ajax.php' ) ) || $doing_admin_menus ) { 195 $key = array_search( 'edit_theme_options', $rs_reqd_caps ); 285 286 if ( ( false !== $key ) && ! $doing_admin_menus && in_array( $pagenow, array( 'edit.php', 'post.php', 'post-new.php', 'admin-ajax.php', 'upload.php', 'media.php' ) ) ) { 287 $rs_reqd_caps[$key] = $object_type_obj->cap->$post_cap_name; 353 if ( ! $doing_admin_menus ) { 354 if ( ! empty($_REQUEST['action']) && in_array( $pagenow, array('edit.php','edit-tags.php') ) ) 355 $this->skip_id_generation = true; 443 444 if ( defined('RVY_VERSION') && in_array( $pagenow, array('edit.php', 'edit-tags.php', 'admin-ajax.php') ) && ! empty($_REQUEST['action']) ) { 445 $rs_reqd_caps = Rvy_Helper::fix_table_edit_reqd_caps( $rs_reqd_caps, $args[0], $_post, $object_type_obj ); 552 553 $maybe_attachment = in_array( $pagenow, array( 'upload.php', 'media.php' ) ); 554sitepress.class.php https://bitbucket.org/acipriani/madeinapulia.com | PHP | 11,455 lines
2573 // also fix links to category and tag pages 2574 if ( ( 'edit.php' == $pagenow || 'edit-pages.php' == $pagenow || 'categories.php' == $pagenow || 'edit-tags.php' == $pagenow ) && $current_language != $default_language ) { 2575 ?> 5140 <label><input name="icl_mcs_custom_taxs_<?php echo $ctax ?>" class="icl_mcs_custom_taxs" type="radio" 5141 value="<?php echo $ctax ?>" <?php echo $checked1; ?><?php echo $radio_disabled ?> /> <?php _e( 'Translate', 'sitepress' ) ?></label> 5142 <label><input name="icl_mcs_custom_taxs_<?php echo $ctax ?>" type="radio" value="0" <?php echo $checked0; ?><?php echo $radio_disabled ?> /> <?php _e( 'Do nothing', 'sitepress' ) ?></label> 5726} ?> 5727 <option value="<?php echo $lang[ 'code' ] ?>"<?php if ( $selected_language == $lang[ 'code' ] ): ?> selected="selected"<?php endif; ?>><?php echo $lang[ 'display_name' ] ?></option> 5728 <?php endforeach; ?> 5887 (<a class="icl_toggle_show_translations" href="#" <?php if (empty( $this->settings[ 'show_translations_flag' ] )): ?>style="display:none;"<?php endif; ?>><?php _e( 'hide', 'sitepress' ) ?></a><a 5888 class="icl_toggle_show_translations" href="#" <?php if (!empty( $this->settings[ 'show_translations_flag' ] )): ?>style="display:none;"<?php endif; ?>><?php _e( 'show', 'sitepress' ) ?></a>) 5889 9035 <input type="hidden" id="icl_dismiss_help_nonce" value="<?php echo $icl_dhn = wp_create_nonce( 'dismiss_help_nonce' ) ?>"/> 9036 <a href="admin.php?page=<?php echo basename( ICL_PLUGIN_PATH ) . '/menu/languages.php&icl_action=dismiss_help&_icl_nonce=' . $icl_dhn; ?>" class="button"><?php _e( 'No thanks, I will configure myself', 'sitepress' ) ?></a> 9037 <a title="<?php _e( 'Stop showing this message', 'sitepress' ) ?>" id="icl_dismiss_help" href=""><?php _e( 'Dismiss', 'sitepress' ) ?></a>Themes.php https://github.com/dekoza/openshift-smf-2.0.7.git | PHP | 2,163 lines
370 371 if (empty($_GET['th']) && empty($_GET['id'])) 372 { 439 foreach ($context['themes'] as $k => $v) 440 if (empty($v['theme_dir']) || (!file_exists($v['theme_dir'] . '/Settings.template.php') && empty($v['num_members']))) 441 unset($context['themes'][$k]); 1330 1331 if ((!empty($_FILES['theme_gz']) && (!isset($_FILES['theme_gz']['error']) || $_FILES['theme_gz']['error'] != 4)) || !empty($_REQUEST['theme_gz'])) 1332 $method = 'upload'; 2044 { 2045 if (!empty($base_theme_dir) && file_exists($base_theme_dir . '/' . $_REQUEST['template'] . '.template.php')) 2046 $filename = $base_theme_dir . '/' . $_REQUEST['template'] . '.template.php'; 2059 { 2060 if (!empty($base_theme_dir) && file_exists($base_theme_dir . '/languages/' . $_REQUEST['lang_file'] . '.php')) 2061 $filename = $base_theme_dir . '/languages/' . $_REQUEST['template'] . '.php';install.php https://github.com/BarnetikKoop/SuiteCRM.git | PHP | 609 lines
42if (version_compare(phpversion(),'5.2.0') < 0) { 43 $msg = 'Minimum PHP version required is 5.2.0. You are using PHP version '. phpversion(); 44 die($msg); 226 227if(empty($sugar_config['cache_dir']) && !empty($_SESSION['cache_dir'])) { 228 $sugar_config['cache_dir'] = $_SESSION['cache_dir']; 292// Add check here to see if a silent install config file exists; if so then launch silent installer 293elseif ( is_file('config_si.php') && empty($sugar_config['installer_locked'])) { 294 337 338 $exclude_files = array('complete_install.php','register.php','download_modules.php'); 339 503 // check to see if installer has been disabled 504 if(is_readable('config.php') && (filesize('config.php') > 0)) { 505 include_once('config.php');functions.php https://github.com/DigitalPaulScholtenProject/DPSP-Platform.git | PHP | 1,509 lines
30include_once(CFCT_PATH.'functions/tinymce-upload/image-popup.php'); 31include_once(CFCT_PATH.'functions/phpquery/phpquery.php'); 32include_once(CFCT_PATH.'functions/anno-xml-download.php'); 1032 <td class="first b"><a href="<?php echo esc_url($base_edit_link); ?>"><?php echo number_format_i18n($total_records); ?></a></td> 1033 <td class="t"><a href="<?php echo esc_url($base_edit_link); ?>"><?php _e('Articles', 'anno'); ?></a></td> 1034 </tr> 1039 <td class="first b"><a href="<?php echo esc_url($details['url']); ?>"><?php echo esc_html(number_format_i18n($details['count'])); ?></a></td> 1040 <td class="t"><a class="<?php echo esc_attr($details['class']); ?>" href="<?php echo esc_url($details['url']); ?>"><?php echo esc_html($details['i18n']); // already i18n'd ?></a></td> 1041 </tr> 1165 global $post; 1166 if (($hook_suffix == 'post-new.php' || $hook_suffix == 'post.php') && (!empty($post->post_type) && $post->post_type == 'article')) { 1167?> 1257function anno_edit_post_assets($hook_suffix) { 1258 if ($hook_suffix == 'post.php' || $hook_suffix == 'post-new.php') { 1259 global $post;v1.php https://github.com/wrobel/horde-glue.git | PHP | 1,612 lines
237/** 238 * Error code when a php5 package is packaged in php4 (analysis doesn't work) 239 */ 1043 PEAR_PACKAGEFILE_ERROR_PHP5 => 1044 'Error, PHP5 token encountered in %file%, analysis should be in PHP5', 1045 PEAR_PACKAGEFILE_ERROR_FILE_NOTFOUND => 1151 } 1152 if ($d['type'] == 'php' && !empty($d['name'])) { 1153 $this->_validateWarning(PEAR_PACKAGEFILE_ERROR_DEPNAME_IGNORED, 1154 array('index' => $i, 'name' => $d['name'])); 1155 } elseif ($d['type'] != 'php' && empty($d['name'])) { 1156 $this->_validateError(PEAR_PACKAGEFILE_ERROR_NO_DEPNAME, 1158 } 1159 if ($d['type'] == 'php' && empty($d['version'])) { 1160 $this->_validateError(PEAR_PACKAGEFILE_ERROR_NO_DEPPHPVERSION,v1.php https://github.com/oilcf/agilebill.git | PHP | 1,596 lines
16 * @copyright 1997-2005 The PHP Group 17 * @license http://www.php.net/license/3_0.txt PHP License 3.0 18 * @version CVS: $Id: v1.php,v 1.67 2005/10/27 05:07:24 cellog Exp $ 1041 PEAR_PACKAGEFILE_ERROR_PHP5 => 1042 'Error, PHP5 token encountered in %file%, analysis should be in PHP5', 1043 PEAR_PACKAGEFILE_ERROR_FILE_NOTFOUND => 1149 } 1150 if ($d['type'] == 'php' && !empty($d['name'])) { 1151 $this->_validateWarning(PEAR_PACKAGEFILE_ERROR_DEPNAME_IGNORED, 1152 array('index' => $i, 'name' => $d['name'])); 1153 } elseif ($d['type'] != 'php' && empty($d['name'])) { 1154 $this->_validateError(PEAR_PACKAGEFILE_ERROR_NO_DEPNAME, 1156 } 1157 if ($d['type'] == 'php' && empty($d['version'])) { 1158 $this->_validateError(PEAR_PACKAGEFILE_ERROR_NO_DEPPHPVERSION,v1.php https://github.com/organicinternet/magento-design-training.git | PHP | 1,618 lines
16 * @copyright 1997-2008 The PHP Group 17 * @license http://www.php.net/license/3_0.txt PHP License 3.0 18 * @version CVS: $Id: v1.php,v 1.74 2008/01/03 20:26:36 cellog Exp $ 1049 PEAR_PACKAGEFILE_ERROR_PHP5 => 1050 'Error, PHP5 token encountered in %file%, analysis should be in PHP5', 1051 PEAR_PACKAGEFILE_ERROR_FILE_NOTFOUND => 1157 } 1158 if ($d['type'] == 'php' && !empty($d['name'])) { 1159 $this->_validateWarning(PEAR_PACKAGEFILE_ERROR_DEPNAME_IGNORED, 1160 array('index' => $i, 'name' => $d['name'])); 1161 } elseif ($d['type'] != 'php' && empty($d['name'])) { 1162 $this->_validateError(PEAR_PACKAGEFILE_ERROR_NO_DEPNAME, 1164 } 1165 if ($d['type'] == 'php' && empty($d['version'])) { 1166 $this->_validateError(PEAR_PACKAGEFILE_ERROR_NO_DEPPHPVERSION,Themes.php https://github.com/leftnode/nooges.com.git | PHP | 2,508 lines
450 foreach ($context['themes'] as $k => $v) 451 if (empty($v['theme_dir']) || (!file_exists($v['theme_dir'] . '/Settings.template.php') && empty($v['num_members']))) 452 unset($context['themes'][$k]); 748 749 if (empty($_GET['th']) && empty($_GET['id'])) 750 return ThemeAdmin(); 2207 // If linktree is empty, just return - also allow an override. 2208 if (empty($context[\'linktree\']) || (!empty($context[\'dont_default_linktree\']) && !$force_show)) 2209 return; 2255 /* IE6 can\'t do multiple class selectors */ 2256 if ($context[\'browser\'][\'is_ie6\'] && !empty($button[\'active_button\']) && !empty($button[\'is_last\'])) 2257 $classes[] = \'lastactive\'; 2261 echo \' 2262 <a id="button_\', $act, \'"\', !empty($classes) ? \' class="\' . $classes . \'"\' : \'\', \' title="\', !empty($button[\'alttitle\']) ? $button[\'alttitle\'] : $button[\'title\'], \'" href="\', $button[\'href\'], \'">\', ($settings[\'use_image_buttons\'] ? \'<img src="\' . $settings[\'images_url\'] . \'/\' . $context[\'user\'][\'language\'] . \'/home.gif" alt="\' . $txt[\'home\'] . \'" border="0" />\' : $txt[\'home\']), \'</a>\', (empty($button[\'is_last\']) ? $context[\'menu_separator\'] : \'\'); 2263install.php https://github.com/item/sugarcrm_dev.git | PHP | 586 lines
1<?php 2 if(!defined('sugarEntry'))define('sugarEntry', true); 39if (version_compare(phpversion(),'5.2.0') < 0) { 40 $msg = 'Minimum PHP version required is 5.2.0. You are using PHP version '. phpversion(); 41 die($msg); 50require_once('include/SugarLogger/LoggerManager.php'); 51require_once('sugar_version.php'); 52require_once('include/utils.php'); 284// Add check here to see if a silent install config file exists; if so then launch silent installer 285elseif ( is_file('config_si.php') && empty($sugar_config['installer_locked'])) { 286 echo <<<EOHTML 326 327$exclude_files = array('register.php','download_modules.php'); 328if(isset($next_step) && isset($workflow[$next_step]) && !in_array($workflow[$next_step],$exclude_files) && isset($sugar_config['installer_locked']) && $sugar_config['installer_locked'] == true) { 486 // check to see if installer has been disabled 487 if(is_readable('config.php') && (filesize('config.php') > 0)) { 488 include_once('config.php');v1.php https://bitbucket.org/adarshj/convenient_website.git | PHP | 1,613 lines
237/** 238 * Error code when a php5 package is packaged in php4 (analysis doesn't work) 239 */ 1043 PEAR_PACKAGEFILE_ERROR_PHP5 => 1044 'Error, PHP5 token encountered in %file%, analysis should be in PHP5', 1045 PEAR_PACKAGEFILE_ERROR_FILE_NOTFOUND => 1151 } 1152 if ($d['type'] == 'php' && !empty($d['name'])) { 1153 $this->_validateWarning(PEAR_PACKAGEFILE_ERROR_DEPNAME_IGNORED, 1154 array('index' => $i, 'name' => $d['name'])); 1155 } elseif ($d['type'] != 'php' && empty($d['name'])) { 1156 $this->_validateError(PEAR_PACKAGEFILE_ERROR_NO_DEPNAME, 1158 } 1159 if ($d['type'] == 'php' && empty($d['version'])) { 1160 $this->_validateError(PEAR_PACKAGEFILE_ERROR_NO_DEPPHPVERSION,fiche.php https://bitbucket.org/speedealing/speedealing.git | PHP | 1,841 lines
190 } 191 if (empty($_POST['idprodfournprice']) && empty($_POST['np_desc']) && empty($_POST['dp_desc'])) 192 { 1395 print '<a name="'.$line->id.'"></a>'; // ancre pour retourner sur la ligne 1396 if ((! empty($conf->product->enabled) || ! empty($conf->service->enabled)) && $line->fk_product > 0) 1397 { 1411 print $form->select_type_of_lines($line->product_type,'type',1); 1412 if (! empty($conf->product->enabled) && ! empty($conf->service->enabled)) print '<br>'; 1413 } 1474 if ($forceall || (! empty($conf->product->enabled) && ! empty($conf->service->enabled)) 1475 || (empty($conf->product->enabled) && empty($conf->service->enabled))) print '<br>'; 1476 1500 // Ajout de produits/services predefinis 1501 if (! empty($conf->product->enabled) || ! empty($conf->service->enabled)) 1502 {fiche.php https://bitbucket.org/speedealing/speedealing.git | PHP | 1,347 lines
1<?php 2/* Copyright (C) 2002-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org> 28require_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php'; 29require_once DOL_DOCUMENT_ROOT.'/fichinter/class/fichinter.class.php'; 30require_once DOL_DOCUMENT_ROOT.'/core/modules/fichinter/modules_fichinter.php'; 30require_once DOL_DOCUMENT_ROOT.'/core/modules/fichinter/modules_fichinter.php'; 31require_once DOL_DOCUMENT_ROOT.'/core/lib/fichinter.lib.php'; 32require_once DOL_DOCUMENT_ROOT.'/core/lib/date.lib.php'; 37} 38if (! empty($conf->global->FICHEINTER_ADDON) && is_readable(DOL_DOCUMENT_ROOT ."/core/modules/fichinter/mod_".$conf->global->FICHEINTER_ADDON.".php")) 39{ 893 894 $linkback = '<a href="'.DOL_URL_ROOT.'/fichinter/list.php'.(! empty($socid)?'?socid='.$socid:'').'">'.$langs->trans("BackToList").'</a>'; 895 1278 $newlang=''; 1279 if ($conf->global->MAIN_MULTILANGS && empty($newlang) && ! empty($_REQUEST['lang_id'])) $newlang=$_REQUEST['lang_id']; 1280 if ($conf->global->MAIN_MULTILANGS && empty($newlang)) $newlang=$object->client->default_lang;v1.php https://bitbucket.org/renaatdemuynck/chamilo | PHP | 1,706 lines
237/** 238 * Error code when a php5 package is packaged in php4 (analysis doesn't work) 239 */ 1028 PEAR_PACKAGEFILE_ERROR_CHANNELVAL => 'Channel validator error: field "%field%" - %reason%', 1029 PEAR_PACKAGEFILE_ERROR_PHP5 => 'Error, PHP5 token encountered in %file%, analysis should be in PHP5', 1030 PEAR_PACKAGEFILE_ERROR_FILE_NOTFOUND => 'File "%file%" in package.xml does not exist', 1161 } 1162 if ($d['type'] == 'php' && ! empty($d['name'])) 1163 { 1166 } 1167 elseif ($d['type'] != 'php' && empty($d['name'])) 1168 { 1170 } 1171 if ($d['type'] == 'php' && empty($d['version'])) 1172 {v1.php https://bitbucket.org/renaatdemuynck/chamilo | PHP | 1,712 lines
243/** 244 * Error code when a php5 package is packaged in php4 (analysis doesn't work) 245 */ 1034 PEAR_PACKAGEFILE_ERROR_CHANNELVAL => 'Channel validator error: field "%field%" - %reason%', 1035 PEAR_PACKAGEFILE_ERROR_PHP5 => 'Error, PHP5 token encountered in %file%, analysis should be in PHP5', 1036 PEAR_PACKAGEFILE_ERROR_FILE_NOTFOUND => 'File "%file%" in package.xml does not exist', 1167 } 1168 if ($d['type'] == 'php' && ! empty($d['name'])) 1169 { 1172 } 1173 elseif ($d['type'] != 'php' && empty($d['name'])) 1174 { 1176 } 1177 if ($d['type'] == 'php' && empty($d['version'])) 1178 {v1.php https://github.com/ntws/agilebill.git | PHP | 1,618 lines
16 * @copyright 1997-2008 The PHP Group 17 * @license http://www.php.net/license/3_0.txt PHP License 3.0 18 * @version CVS: $Id: v1.php,v 1.74 2008/01/03 20:26:36 cellog Exp $ 1049 PEAR_PACKAGEFILE_ERROR_PHP5 => 1050 'Error, PHP5 token encountered in %file%, analysis should be in PHP5', 1051 PEAR_PACKAGEFILE_ERROR_FILE_NOTFOUND => 1157 } 1158 if ($d['type'] == 'php' && !empty($d['name'])) { 1159 $this->_validateWarning(PEAR_PACKAGEFILE_ERROR_DEPNAME_IGNORED, 1160 array('index' => $i, 'name' => $d['name'])); 1161 } elseif ($d['type'] != 'php' && empty($d['name'])) { 1162 $this->_validateError(PEAR_PACKAGEFILE_ERROR_NO_DEPNAME, 1164 } 1165 if ($d['type'] == 'php' && empty($d['version'])) { 1166 $this->_validateError(PEAR_PACKAGEFILE_ERROR_NO_DEPPHPVERSION,utils.php https://github.com/mikmagic/sugarcrm_dev.git | PHP | 4,326 lines
176 'upload_badext' => empty($upload_badext) ? array ( 177 'php', 'php3', 'php4', 'php5', 'pl', 'cgi', 'py', 178 'asp', 'cfm', 'js', 'vbs', 'html', 'htm' ) : $upload_badext, 300 'upload_badext' => array ( 301 'php', 'php3', 'php4', 'php5', 'pl', 'cgi', 'py', 302 'asp', 'cfm', 'js', 'vbs', 'html', 'htm' ), 1851 if(isset($_SERVER['PHP_SELF'])) { 1852 if (!empty($_SERVER['PHP_SELF'])) clean_string($_SERVER['PHP_SELF'], 'SAFED_GET'); 1853 } 2525function check_php_version($sys_php_version = '') { 2526 $sys_php_version = empty($sys_php_version) ? constant('PHP_VERSION') : $sys_php_version; 2527 // versions below $min_considered_php_version considered invalid by default, 3474 if(function_exists('json_encode')) { 3475 $phpInfo = getPhpInfo(8); 3476 return version_compare($phpInfo['json']['json version'], '1.1.1', '<');