Lines Matching refs:content

306                 $content       = PHP_CodeSniffer::prepareForOutput($char);
317 echo "\tProcess char $i => $content (buffer: $bufferContent)".PHP_EOL;
331 $content = PHP_CodeSniffer::prepareForOutput($buffer);
332 echo "\t=> Added token T_WHITESPACE ($content)".PHP_EOL;
352 $content = PHP_CodeSniffer::prepareForOutput($buffer);
353 echo "\t=> Added token T_STRING ($content)".PHP_EOL;
385 $content = PHP_CodeSniffer::prepareForOutput($buffer.$char);
386 echo "\t=> Added token T_CONSTANT_ENCAPSED_STRING ($content)".PHP_EOL;
452 $content = PHP_CodeSniffer::prepareForOutput($regex['content']);
453 echo "\t=> Added token T_REGULAR_EXPRESSION ($content)".PHP_EOL;
491 $content = PHP_CodeSniffer::prepareForOutput($charBuffer);
492 echo "\t\t=> Looking ahead $x chars => $content".PHP_EOL;
541 $content = PHP_CodeSniffer::prepareForOutput($buffer);
542 echo "\t=> Added token $value ($content)".PHP_EOL;
560 $content = PHP_CodeSniffer::prepareForOutput(substr($buffer, 0, -1));
561 echo "\t=> Added token T_STRING ($content)".PHP_EOL;
582 $content = PHP_CodeSniffer::prepareForOutput($charBuffer);
583 echo "\t\t=> Looking ahead $x chars => $content".PHP_EOL;
609 $content = PHP_CodeSniffer::prepareForOutput($char);
610 echo "\t=> Added token $value ($content)".PHP_EOL;
630 $content = PHP_CodeSniffer::prepareForOutput($lastContent);
631 echo "\t=> Removed token $value ($content)".PHP_EOL;
646 $content = PHP_CodeSniffer::prepareForOutput($lastChar);
647 echo "\t=> Added token $value ($content)".PHP_EOL;
684 $content = PHP_CodeSniffer::prepareForOutput($buffer);
685 echo "\t=> Added token T_STRING ($content)".PHP_EOL;
707 $content = PHP_CodeSniffer::prepareForOutput($buffer);
708 echo "\t=> Added token T_WHITESPACE ($content)".PHP_EOL;
1009 $content = '';
1011 $content .= $chars[$x];
1017 'content' => $content,
1047 $content = PHP_CodeSniffer::prepareForOutput($tokens[$i]['content']);
1050 echo "\tProcess token $i: $type => $content".PHP_EOL;