Lines Matching full:while
140 while (false !== $this->parseChunk()) {
381 while ($this->expression($exp)) {
424 while (true) {
484 while ($this->expressionList($v)) {
684 while ($this->match($patt, $m, false)) {
753 while ($this->match($patt, $m, false)) {
857 while (true) {
950 while ($this->tag($tt, $simple)) {
964 while ($this->tag($tt, true)) {
989 while (true) {
1058 while ($this->tagBracket($parts, $hasExpression)) {
1065 while (true) {
1070 while ($this->tagBracket($parts, $hasExpression)) {
1126 while (true) {
1221 while ($this->guardGroup($g)) {
1241 while ($this->guard($guard)) {
1301 while ($this->$parseItem($value)) {
1358 while (preg_match(self::$whitePattern, $this->buffer, $m, 0, $this->count)) {
1476 while (true) {