application/tests/_ci_phpunit_test/replacing/core/CodeIgniter.php 1 location
|
@@ 267-277 (lines=11) @@
|
264 |
|
|
265 |
|
// There's an ICONV_IMPL constant, but the PHP manual says that using |
266 |
|
// iconv's predefined constants is "strongly discouraged". |
267 |
|
if (extension_loaded('iconv')) |
268 |
|
{ |
269 |
|
define('ICONV_ENABLED', TRUE); |
270 |
|
// iconv.internal_encoding is deprecated starting with PHP 5.6 |
271 |
|
// and it's usage triggers E_DEPRECATED messages. |
272 |
|
@ini_set('iconv.internal_encoding', $charset); |
273 |
|
} |
274 |
|
else |
275 |
|
{ |
276 |
|
define('ICONV_ENABLED', FALSE); |
277 |
|
} |
278 |
|
|
279 |
|
if (is_php('5.6')) |
280 |
|
{ |
application/tests/_ci_phpunit_test/replacing/core/old/3.0.3-CodeIgniter.php 1 location
|
@@ 264-274 (lines=11) @@
|
261 |
|
|
262 |
|
// There's an ICONV_IMPL constant, but the PHP manual says that using |
263 |
|
// iconv's predefined constants is "strongly discouraged". |
264 |
|
if (extension_loaded('iconv')) |
265 |
|
{ |
266 |
|
define('ICONV_ENABLED', TRUE); |
267 |
|
// iconv.internal_encoding is deprecated starting with PHP 5.6 |
268 |
|
// and it's usage triggers E_DEPRECATED messages. |
269 |
|
@ini_set('iconv.internal_encoding', $charset); |
270 |
|
} |
271 |
|
else |
272 |
|
{ |
273 |
|
define('ICONV_ENABLED', FALSE); |
274 |
|
} |
275 |
|
|
276 |
|
if (is_php('5.6')) |
277 |
|
{ |
application/tests/_ci_phpunit_test/replacing/core/old/3.0.4-CodeIgniter.php 1 location
|
@@ 264-274 (lines=11) @@
|
261 |
|
|
262 |
|
// There's an ICONV_IMPL constant, but the PHP manual says that using |
263 |
|
// iconv's predefined constants is "strongly discouraged". |
264 |
|
if (extension_loaded('iconv')) |
265 |
|
{ |
266 |
|
define('ICONV_ENABLED', TRUE); |
267 |
|
// iconv.internal_encoding is deprecated starting with PHP 5.6 |
268 |
|
// and it's usage triggers E_DEPRECATED messages. |
269 |
|
@ini_set('iconv.internal_encoding', $charset); |
270 |
|
} |
271 |
|
else |
272 |
|
{ |
273 |
|
define('ICONV_ENABLED', FALSE); |
274 |
|
} |
275 |
|
|
276 |
|
if (is_php('5.6')) |
277 |
|
{ |
application/tests/_ci_phpunit_test/replacing/core/old/3.0.5-CodeIgniter.php 1 location
|
@@ 264-274 (lines=11) @@
|
261 |
|
|
262 |
|
// There's an ICONV_IMPL constant, but the PHP manual says that using |
263 |
|
// iconv's predefined constants is "strongly discouraged". |
264 |
|
if (extension_loaded('iconv')) |
265 |
|
{ |
266 |
|
define('ICONV_ENABLED', TRUE); |
267 |
|
// iconv.internal_encoding is deprecated starting with PHP 5.6 |
268 |
|
// and it's usage triggers E_DEPRECATED messages. |
269 |
|
@ini_set('iconv.internal_encoding', $charset); |
270 |
|
} |
271 |
|
else |
272 |
|
{ |
273 |
|
define('ICONV_ENABLED', FALSE); |
274 |
|
} |
275 |
|
|
276 |
|
if (is_php('5.6')) |
277 |
|
{ |
application/tests/_ci_phpunit_test/replacing/core/old/3.0.6-CodeIgniter.php 1 location
|
@@ 264-274 (lines=11) @@
|
261 |
|
|
262 |
|
// There's an ICONV_IMPL constant, but the PHP manual says that using |
263 |
|
// iconv's predefined constants is "strongly discouraged". |
264 |
|
if (extension_loaded('iconv')) |
265 |
|
{ |
266 |
|
define('ICONV_ENABLED', TRUE); |
267 |
|
// iconv.internal_encoding is deprecated starting with PHP 5.6 |
268 |
|
// and it's usage triggers E_DEPRECATED messages. |
269 |
|
@ini_set('iconv.internal_encoding', $charset); |
270 |
|
} |
271 |
|
else |
272 |
|
{ |
273 |
|
define('ICONV_ENABLED', FALSE); |
274 |
|
} |
275 |
|
|
276 |
|
if (is_php('5.6')) |
277 |
|
{ |
application/tests/_ci_phpunit_test/replacing/core/old/3.1.0-CodeIgniter.php 1 location
|
@@ 264-274 (lines=11) @@
|
261 |
|
|
262 |
|
// There's an ICONV_IMPL constant, but the PHP manual says that using |
263 |
|
// iconv's predefined constants is "strongly discouraged". |
264 |
|
if (extension_loaded('iconv')) |
265 |
|
{ |
266 |
|
define('ICONV_ENABLED', TRUE); |
267 |
|
// iconv.internal_encoding is deprecated starting with PHP 5.6 |
268 |
|
// and it's usage triggers E_DEPRECATED messages. |
269 |
|
@ini_set('iconv.internal_encoding', $charset); |
270 |
|
} |
271 |
|
else |
272 |
|
{ |
273 |
|
define('ICONV_ENABLED', FALSE); |
274 |
|
} |
275 |
|
|
276 |
|
if (is_php('5.6')) |
277 |
|
{ |
application/tests/_ci_phpunit_test/replacing/core/old/3.1.2-CodeIgniter.php 1 location
|
@@ 264-274 (lines=11) @@
|
261 |
|
|
262 |
|
// There's an ICONV_IMPL constant, but the PHP manual says that using |
263 |
|
// iconv's predefined constants is "strongly discouraged". |
264 |
|
if (extension_loaded('iconv')) |
265 |
|
{ |
266 |
|
define('ICONV_ENABLED', TRUE); |
267 |
|
// iconv.internal_encoding is deprecated starting with PHP 5.6 |
268 |
|
// and it's usage triggers E_DEPRECATED messages. |
269 |
|
@ini_set('iconv.internal_encoding', $charset); |
270 |
|
} |
271 |
|
else |
272 |
|
{ |
273 |
|
define('ICONV_ENABLED', FALSE); |
274 |
|
} |
275 |
|
|
276 |
|
if (is_php('5.6')) |
277 |
|
{ |
application/tests/_ci_phpunit_test/replacing/core/old/3.1.3-CodeIgniter.php 1 location
|
@@ 267-277 (lines=11) @@
|
264 |
|
|
265 |
|
// There's an ICONV_IMPL constant, but the PHP manual says that using |
266 |
|
// iconv's predefined constants is "strongly discouraged". |
267 |
|
if (extension_loaded('iconv')) |
268 |
|
{ |
269 |
|
define('ICONV_ENABLED', TRUE); |
270 |
|
// iconv.internal_encoding is deprecated starting with PHP 5.6 |
271 |
|
// and it's usage triggers E_DEPRECATED messages. |
272 |
|
@ini_set('iconv.internal_encoding', $charset); |
273 |
|
} |
274 |
|
else |
275 |
|
{ |
276 |
|
define('ICONV_ENABLED', FALSE); |
277 |
|
} |
278 |
|
|
279 |
|
if (is_php('5.6')) |
280 |
|
{ |
application/tests/_ci_phpunit_test/replacing/core/old/3.1.4-CodeIgniter.php 1 location
|
@@ 267-277 (lines=11) @@
|
264 |
|
|
265 |
|
// There's an ICONV_IMPL constant, but the PHP manual says that using |
266 |
|
// iconv's predefined constants is "strongly discouraged". |
267 |
|
if (extension_loaded('iconv')) |
268 |
|
{ |
269 |
|
define('ICONV_ENABLED', TRUE); |
270 |
|
// iconv.internal_encoding is deprecated starting with PHP 5.6 |
271 |
|
// and it's usage triggers E_DEPRECATED messages. |
272 |
|
@ini_set('iconv.internal_encoding', $charset); |
273 |
|
} |
274 |
|
else |
275 |
|
{ |
276 |
|
define('ICONV_ENABLED', FALSE); |
277 |
|
} |
278 |
|
|
279 |
|
if (is_php('5.6')) |
280 |
|
{ |
application/tests/_ci_phpunit_test/replacing/core/old/3.1.5-CodeIgniter.php 1 location
|
@@ 267-277 (lines=11) @@
|
264 |
|
|
265 |
|
// There's an ICONV_IMPL constant, but the PHP manual says that using |
266 |
|
// iconv's predefined constants is "strongly discouraged". |
267 |
|
if (extension_loaded('iconv')) |
268 |
|
{ |
269 |
|
define('ICONV_ENABLED', TRUE); |
270 |
|
// iconv.internal_encoding is deprecated starting with PHP 5.6 |
271 |
|
// and it's usage triggers E_DEPRECATED messages. |
272 |
|
@ini_set('iconv.internal_encoding', $charset); |
273 |
|
} |
274 |
|
else |
275 |
|
{ |
276 |
|
define('ICONV_ENABLED', FALSE); |
277 |
|
} |
278 |
|
|
279 |
|
if (is_php('5.6')) |
280 |
|
{ |
application/tests/_ci_phpunit_test/replacing/core/old/3.1.6-CodeIgniter.php 1 location
|
@@ 267-277 (lines=11) @@
|
264 |
|
|
265 |
|
// There's an ICONV_IMPL constant, but the PHP manual says that using |
266 |
|
// iconv's predefined constants is "strongly discouraged". |
267 |
|
if (extension_loaded('iconv')) |
268 |
|
{ |
269 |
|
define('ICONV_ENABLED', TRUE); |
270 |
|
// iconv.internal_encoding is deprecated starting with PHP 5.6 |
271 |
|
// and it's usage triggers E_DEPRECATED messages. |
272 |
|
@ini_set('iconv.internal_encoding', $charset); |
273 |
|
} |
274 |
|
else |
275 |
|
{ |
276 |
|
define('ICONV_ENABLED', FALSE); |
277 |
|
} |
278 |
|
|
279 |
|
if (is_php('5.6')) |
280 |
|
{ |
application/tests/_ci_phpunit_test/replacing/core/old/3.1.7-CodeIgniter.php 1 location
|
@@ 267-277 (lines=11) @@
|
264 |
|
|
265 |
|
// There's an ICONV_IMPL constant, but the PHP manual says that using |
266 |
|
// iconv's predefined constants is "strongly discouraged". |
267 |
|
if (extension_loaded('iconv')) |
268 |
|
{ |
269 |
|
define('ICONV_ENABLED', TRUE); |
270 |
|
// iconv.internal_encoding is deprecated starting with PHP 5.6 |
271 |
|
// and it's usage triggers E_DEPRECATED messages. |
272 |
|
@ini_set('iconv.internal_encoding', $charset); |
273 |
|
} |
274 |
|
else |
275 |
|
{ |
276 |
|
define('ICONV_ENABLED', FALSE); |
277 |
|
} |
278 |
|
|
279 |
|
if (is_php('5.6')) |
280 |
|
{ |