Lines Matching full:there

69         $this->assertSame(2, $this->object->count('Hello world. Are you there'));
70 $this->assertSame(2, $this->object->count('Hello world. Are you there?'));
71 $this->assertSame(1, $this->object->count('Hello world, Are you there?'));
72 $this->assertSame(1, $this->object->count('Hello world: Are you there?'));
73 $this->assertSame(1, $this->object->count('Hello world... Are you there?'));
81 $this->assertSame(2, $this->object->count("Hello world...\rAre you there?"));
82 $this->assertSame(2, $this->object->count("Hello world...\nAre you there?"));
83 $this->assertSame(2, $this->object->count("Hello world...\r\nAre you there?"));
84 $this->assertSame(2, $this->object->count("Hello world...\r\n\rAre you there?"));
85 $this->assertSame(2, $this->object->count("Hello world...\n\r\nAre you there?"));
86 $this->assertSame(2, $this->object->count("Hello world...\n\nAre you there?"));
87 $this->assertSame(2, $this->object->count("Hello world...\r\rAre you there?"));
108 $this->assertSame(2, $this->object->count("Hello there. Brave new world."));
109 $this->assertSame(1, $this->object->count("Hello there... Brave new world."));
110 $this->assertSame(2, $this->object->count("Hello there?... Brave new world."));
111 $this->assertSame(2, $this->object->count("Hello there!... Brave new world."));
112 $this->assertSame(2, $this->object->count("Hello there!!! Brave new world."));
113 $this->assertSame(2, $this->object->count("Hello there??? Brave new world."));
122 $this->assertSame(2, $this->object->count("You there? Smith?"));
124 $this->assertSame(2, $this->object->count("Are you there. Mister Smith?"));
125 $this->assertSame(2, $this->object->count("Are you there. Smith, sir?"));
126 $this->assertSame(2, $this->object->count("Are you there. Mr. Smith?"));
166 …$this->assertSame(['Hello world.', ' Are you there'], $this->object->split('Hello world. Are you t…
167 …$this->assertSame(['Hello world.', ' Are you there?'], $this->object->split('Hello world. Are you
168 …$this->assertSame(['Hello world.', 'Are you there'], $this->object->split('Hello world. Are you th…
169 …$this->assertSame(['Hello world.', 'Are you there?'], $this->object->split('Hello world. Are you t…
170 …$this->assertSame(['Hello world, Are you there?'], $this->object->split('Hello world, Are you ther…
171 …$this->assertSame(['Hello world: Are you there?'], $this->object->split('Hello world: Are you ther…
172 …$this->assertSame(['Hello world... Are you there?'], $this->object->split('Hello world... Are you
180 …his->assertSame(["Hello world...\r", "Are you there?"], $this->object->split("Hello world...\rAre …
181 …s->assertSame(["Hello world...\n", " Are you there?"], $this->object->split("Hello world...\n Are …
182 …his->assertSame(["Hello world...\n", "Are you there?"], $this->object->split("Hello world...\nAre …
183 …->assertSame(["Hello world...\r\n", "Are you there?"], $this->object->split("Hello world...\r\nAre…
184 …ssertSame(["Hello world...\r\n\r", "Are you there?"], $this->object->split("Hello world...\r\n\rAr…
185 …ssertSame(["Hello world...\n\r\n", "Are you there?"], $this->object->split("Hello world...\n\r\nAr…
186 …->assertSame(["Hello world...\n\n", "Are you there?"], $this->object->split("Hello world...\n\nAre…
187 …->assertSame(["Hello world...\r\r", "Are you there?"], $this->object->split("Hello world...\r\rAre…
202 …s->assertSame(['Hello mr. Smith.', ' Are you there?'], $this->object->split("Hello mr. Smith. Are …
211 $this->assertSame(["You there?", " Smith?"], $this->object->split("You there? Smith?"));
213 …$this->assertSame(["Are you there.", " Mister Smith?"], $this->object->split("Are you there. Miste…
214 …$this->assertSame(["Are you there.", " Smith, sir?"], $this->object->split("Are you there. Smith, …
215 …$this->assertSame(["Are you there.", " Mr. Smith?"], $this->object->split("Are you there. Mr. Smit…
223 …$this->assertSame(["You there (not here!).", " Mister Smith"], $this->object->split("You there (no…
226 …$this->assertSame(["You there (not here).", " Mister Smith"], $this->object->split("You there (not…
272 … 'If at 8:00 pm, do something, there is a good chance that by 8:45 pm we do something else.',
275 …'If at 8:00 pm, do something, there is a good chance that by 8:45 pm we do something else. This is…