mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 17:22:08 +01:00
[test issue] expecting "unicode(#) <substring value>" but pftt output "string(#) <substring value>" #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hollyhuiLi on GitHub (Jun 25, 2019).
typical test case: ext/phar/tests/tar/allu.phpt
diff:
@@ -6,1 +6,1 @@
string(2) "hi"
string(3) "hi2"
string(3) "hi3"
+string(6) "100444"
-unicode(6) "100444"
@@ -10,2 +10,2 @@
string(32) "<?php ok __HALT_COMPILER(); ?>
"
string(4) "hime"
+string(8) "hi there"
+string(6) "a meta"
-unicode(8) "hi there"
-unicode(6) "a meta"
-===DONE===