From fb054235835aee64ff0208dc0fc968ee1dd0ecc1 Mon Sep 17 00:00:00 2001 From: ELmardi2 Date: Wed, 13 Jul 2016 17:26:04 +0200 Subject: [PATCH] essai1 --- word-count.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/word-count.php b/word-count.php index a253ebd..b82a650 100644 --- a/word-count.php +++ b/word-count.php @@ -7,7 +7,8 @@ function wordCount($phrase) { - // - // YOUR CODE GOES HERE - // + $phrase " You make them such as a person who has some problem "; + echo str_word_count($phrase); + } +wordCount($phrase);