We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cae26 commit 42ceb2eCopy full SHA for 42ceb2e
Zend/tests/declare_001.phpt
@@ -12,7 +12,7 @@ zend.multibyte=1
12
<?php
13
14
declare(encoding = 1);
15
-declare(encoding = 1123131232131312321);
+declare(encoding = 112313123213131232100);
16
declare(encoding = NULL);
17
declare(encoding = 'utf-8');
18
declare(encoding = M_PI);
@@ -23,7 +23,7 @@ print 'DONE';
23
--EXPECTF--
24
Warning: Unsupported encoding [1] in %sdeclare_001.php on line %d
25
26
-Warning: Unsupported encoding [1123131232131312321] in %sdeclare_001.php on line %d
+Warning: Unsupported encoding [1.1231312321313E+20] in %sdeclare_001.php on line %d
27
28
Warning: Unsupported encoding [] in %sdeclare_001.php on line %d
29
0 commit comments