|
|
|
@ -1,5 +1,11 @@ |
|
|
|
--TEST-- |
|
|
|
Testing declare statement with several type values |
|
|
|
--SKIPIF-- |
|
|
|
<?php |
|
|
|
if (!extension_loaded("mbstring")) { |
|
|
|
die("skip Requires ext/mbstring"); |
|
|
|
} |
|
|
|
?> |
|
|
|
--INI-- |
|
|
|
zend.multibyte=1 |
|
|
|
--FILE-- |
|
|
|
@ -17,8 +23,8 @@ print 'DONE'; |
|
|
|
--EXPECTF-- |
|
|
|
Warning: Unsupported encoding [1] in %sdeclare_001.php on line %d |
|
|
|
|
|
|
|
Warning: Unsupported encoding [1.1231312321313E+18] in %sdeclare_001.php on line %d |
|
|
|
Warning: Unsupported encoding [1123131232131312321] in %sdeclare_001.php on line %d |
|
|
|
|
|
|
|
Warning: Unsupported encoding [] in %sdeclare_001.php on line %d |
|
|
|
|
|
|
|
Fatal error: Cannot use constants as encoding in %sdeclare_001.php on line %d |
|
|
|
Fatal error: Cannot use constants as encoding in %sdeclare_001.php on line %d |