diff --git a/tests/aot/basic/heredoc.phpt b/tests/aot/basic/heredoc.phpt new file mode 100644 index 00000000..7083a758 --- /dev/null +++ b/tests/aot/basic/heredoc.phpt @@ -0,0 +1,19 @@ +--TEST-- +any +--FILE-- + +--EXPECT-- +string(45) " This checks chunk_split() +Escape +chars +" \ No newline at end of file diff --git a/tests/std/strings/addcslashes_005.phpt b/tests/std/strings/addcslashes_005.phpt index 3f498129..0b3323ba 100644 --- a/tests/std/strings/addcslashes_005.phpt +++ b/tests/std/strings/addcslashes_005.phpt @@ -1,11 +1,6 @@ --TEST-- addcslashes(); function test with warning --SKIPIF-- - ---CREDITS-- - marcosptf - -#phptestfest PHPSP on Google - Sao Paulo - Brazil - 2014-06-05 --FILE-- --FILE-- --FILE-- -===DONE=== --EXPECT-- ===DONE=== diff --git a/tests/std/strings/chunk_split_variation4.phpt b/tests/std/strings/chunk_split_variation4.phpt index bd230956..28109feb 100644 --- a/tests/std/strings/chunk_split_variation4.phpt +++ b/tests/std/strings/chunk_split_variation4.phpt @@ -2,7 +2,7 @@ Test chunk_split() function : usage variations - different heredoc strings as 'str' argument --SKIPIF-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- diff --git a/tests/std/strings/implode_error.phpt b/tests/std/strings/implode_error.phpt index c590bcee..6b21ab76 100644 --- a/tests/std/strings/implode_error.phpt +++ b/tests/std/strings/implode_error.phpt @@ -2,7 +2,7 @@ Test implode() function: error conditions --SKIPIF-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- ---INI-- -precision=14 --FILE-- - -DONE +echo "\nDONE\n"; ?> --EXPECT-- string(10) "00ff80ea8f" diff --git a/tests/std/strings/str_repeat_variation1.phpt b/tests/std/strings/str_repeat_variation1.phpt index e9a6407d..dd0d0cb7 100644 --- a/tests/std/strings/str_repeat_variation1.phpt +++ b/tests/std/strings/str_repeat_variation1.phpt @@ -2,12 +2,11 @@ Test str_repeat() function: usage variations - complex strings containing other than 7-bit chars --SKIPIF-- ---INI-- -precision=14 --FILE-- -DONE +echo "\nDONE\n"; ?> --EXPECT-- bool(true) diff --git a/tests/std/strings/str_split_variation5.phpt b/tests/std/strings/str_split_variation5.phpt index b5fc9eb0..97825c5f 100644 --- a/tests/std/strings/str_split_variation5.phpt +++ b/tests/std/strings/str_split_variation5.phpt @@ -2,7 +2,7 @@ Test str_split() function : usage variations - different heredoc strings as 'str' argument --SKIPIF-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- ISO Latin 1 encoding/decoding test --SKIPIF-- --FILE-- --FILE-- ---CREDITS-- -Felix De Vliegher ---INI-- -precision=14 --FILE--