From 337c12966f0438e962878581ae9d666c237d27a2 Mon Sep 17 00:00:00 2001 From: Jason McCreary Date: Tue, 12 Jan 2016 09:27:16 -0500 Subject: [PATCH 1/2] Testing --- src/string_search.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/string_search.php diff --git a/src/string_search.php b/src/string_search.php new file mode 100644 index 0000000..0d1c38d --- /dev/null +++ b/src/string_search.php @@ -0,0 +1,16 @@ + Date: Tue, 12 Jan 2016 09:28:24 -0500 Subject: [PATCH 2/2] Testing 2 --- src/string_search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/string_search.php b/src/string_search.php index 0d1c38d..f8afc65 100644 --- a/src/string_search.php +++ b/src/string_search.php @@ -11,6 +11,6 @@ function string_search($needle, $haystack) return false; } - return "Found '$needle' at index $position"; + return "Found '$needle' at position $position"; } \ No newline at end of file