From 1b1a86c415aea8146070613638fac818b65b8656 Mon Sep 17 00:00:00 2001 From: "Edgar R. Sandi" Date: Mon, 29 Jun 2015 17:34:57 -0300 Subject: Improved code coverage of explode function --- ext/standard/tests/strings/explode_variation7.phpt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ext/standard/tests/strings/explode_variation7.phpt (limited to 'ext') diff --git a/ext/standard/tests/strings/explode_variation7.phpt b/ext/standard/tests/strings/explode_variation7.phpt new file mode 100644 index 0000000000..d645c6cb03 --- /dev/null +++ b/ext/standard/tests/strings/explode_variation7.phpt @@ -0,0 +1,18 @@ +--TEST-- +Test explode() function : usage variations - when $string length is greater than +EXPLODE_ALLOC_STEP (64) and the $limit is negative +--CREDITS-- +edgarsandi - +--FILE-- + +--EXPECT-- +int(64) -- cgit v1.2.1