PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Tests
/
PHP
<?php // This is a normal block comment that might // talk about functions like echo and print and if/else but // is not commented out code. // if (empty($this)) {echo 'This is will not work';} /* function myFunction() { }//end myFunction() */ //eval('$var = 4;'); //$string = '$var = 4;'; //eval($string); #eval('$var = 4;'); #$string = '$var = 4;'; #eval($string); if ($blah) { // This is a multi-line comment that goes over two indented // lines. // If it's null, then there must be no parameters for this // method. } // short. // Continue, as we're done with this token. /* * The listeners array. * * @var array(PHP_CodeSniffer_Sniff) */ // /* */ function myFunction() { }//end myFunction() // ---------------------------- // | A comment block | // ---------------------------- // ============================= // | A comment block | // ============================= // ***************************** // | A comment block | // ***************************** /* * List of panels. * * XML structure: * <panels> * <panel_one_id> * <title>Title</title> * <panelContent>Contents</panelContent> * <panels> * <child_panel_id>...</child_panel_id> * </panels> * </panel_one_id> * </panels> * * @return void */ /* [^\'"] */ // http://www.google.com // Base config function. // function () // T_STRING is not a function call or not listed in _getFunctionListWithCallableArgument(). // function myFunction( $param ) // { // do_something(); // }//end myFunction() // /* function myFunction( $param ) { // phpcs:disable Standard.Category.Sniff -- for reasons. if ( preg_match( '`[abc]`', $param ) > 0 ) { do_something(); } // phpcs:enable Standard.Category.Sniff -- for reasons. }//end myFunction() */ /* * function myFunction( $param ) // @phpcs:ignore Standard.Category.Sniff -- for reasons. * { * * }//end myFunction() */ /* * function myFunction( $param ) * { * // phpcs:disable Standard.Category.Sniff -- for reasons. * if ( preg_match( '`[abc]`', $param ) > 0 ) { * do_something(); * } * // phpcs:enable Standard.Category.Sniff -- for reasons. * * }//end myFunction() */ // function myFunction( $param ) // { // phpcs:disable Standard.Category.Sniff -- for reasons. // do_something(); // phpcs:enable Standard.Category.Sniff -- for reasons. // }//end myFunction() // echo 'something'; // @codeCoverageIgnore echo 'something'; // @codeCoverageIgnoreStart echo 'something'; // @SuppressWarnings(PHPMD.UnusedLocalVariable) // Ok! /* Go! */ // ISO-639-3 // But override with a different text if any. /* $id = intval( str_replace( 'hook_name', '', $order_method['method_id'] ) ); if ( ! empty( $id ) ) { $info_text = get_post_meta( $location_id, 'meta_name' ); if ( ! empty( $info_text ) ) { $text = $info_text; } } */ // function() { $a = $b; };
[-] DisallowMultipleAssignmentsUnitTest.php
[edit]
[-] DisallowSizeFunctionsInLoopsUnitTest.php
[edit]
[-] DisallowComparisonAssignmentUnitTest.php
[edit]
[-] DisallowBooleanStatementUnitTest.inc
[edit]
[-] EmbeddedPhpUnitTest.6.inc
[edit]
[-] EmbeddedPhpUnitTest.3.inc.fixed
[edit]
[-] HeredocUnitTest.php
[edit]
[-] DisallowInlineIfUnitTest.php
[edit]
[-] EmbeddedPhpUnitTest.22.inc
[edit]
[-] EmbeddedPhpUnitTest.4.inc
[edit]
[-] EmbeddedPhpUnitTest.19.inc.fixed
[edit]
[+]
..
[-] DisallowInlineIfUnitTest.inc
[edit]
[-] EmbeddedPhpUnitTest.12.inc
[edit]
[-] EmbeddedPhpUnitTest.21.inc
[edit]
[-] DisallowMultipleAssignmentsUnitTest.1.inc
[edit]
[-] EmbeddedPhpUnitTest.15.inc
[edit]
[-] NonExecutableCodeUnitTest.php
[edit]
[-] NonExecutableCodeUnitTest.2.inc
[edit]
[-] GlobalKeywordUnitTest.inc
[edit]
[-] EmbeddedPhpUnitTest.5.inc.fixed
[edit]
[-] EmbeddedPhpUnitTest.4.inc.fixed
[edit]
[-] CommentedOutCodeUnitTest.php
[edit]
[-] EmbeddedPhpUnitTest.18.inc.fixed
[edit]
[-] LowercasePHPFunctionsUnitTest.inc.fixed
[edit]
[-] EmbeddedPhpUnitTest.2.inc.fixed
[edit]
[-] DisallowInlineIfUnitTest.js
[edit]
[-] NonExecutableCodeUnitTest.4.inc
[edit]
[-] DisallowComparisonAssignmentUnitTest.inc
[edit]
[-] EmbeddedPhpUnitTest.18.inc
[edit]
[-] LowercasePHPFunctionsUnitTest.inc
[edit]
[-] HeredocUnitTest.1.inc
[edit]
[-] EmbeddedPhpUnitTest.23.inc
[edit]
[-] EmbeddedPhpUnitTest.3.inc
[edit]
[-] DisallowSizeFunctionsInLoopsUnitTest.js
[edit]
[-] EmbeddedPhpUnitTest.10.inc
[edit]
[-] EmbeddedPhpUnitTest.21.inc.fixed
[edit]
[-] EmbeddedPhpUnitTest.13.inc
[edit]
[-] EmbeddedPhpUnitTest.5.inc
[edit]
[-] NonExecutableCodeUnitTest.3.inc
[edit]
[-] DiscouragedFunctionsUnitTest.php
[edit]
[-] GlobalKeywordUnitTest.php
[edit]
[-] InnerFunctionsUnitTest.inc
[edit]
[-] EmbeddedPhpUnitTest.php
[edit]
[-] NonExecutableCodeUnitTest.1.inc
[edit]
[-] EmbeddedPhpUnitTest.25.inc.fixed
[edit]
[-] EmbeddedPhpUnitTest.14.inc
[edit]
[-] EmbeddedPhpUnitTest.13.inc.fixed
[edit]
[-] EmbeddedPhpUnitTest.22.inc.fixed
[edit]
[-] CommentedOutCodeUnitTest.inc
[edit]
[-] EmbeddedPhpUnitTest.20.inc
[edit]
[-] EmbeddedPhpUnitTest.7.inc
[edit]
[-] EmbeddedPhpUnitTest.11.inc
[edit]
[-] EvalUnitTest.php
[edit]
[-] DisallowMultipleAssignmentsUnitTest.2.inc
[edit]
[-] EmbeddedPhpUnitTest.19.inc
[edit]
[-] DiscouragedFunctionsUnitTest.inc
[edit]
[-] EmbeddedPhpUnitTest.12.inc.fixed
[edit]
[-] EmbeddedPhpUnitTest.9.inc
[edit]
[-] DisallowSizeFunctionsInLoopsUnitTest.inc
[edit]
[-] EmbeddedPhpUnitTest.8.inc
[edit]
[-] EmbeddedPhpUnitTest.16.inc
[edit]
[-] EmbeddedPhpUnitTest.20.inc.fixed
[edit]
[-] EmbeddedPhpUnitTest.24.inc.fixed
[edit]
[-] LowercasePHPFunctionsUnitTest.php
[edit]
[-] InnerFunctionsUnitTest.php
[edit]
[-] EmbeddedPhpUnitTest.25.inc
[edit]
[-] HeredocUnitTest.2.inc
[edit]
[-] EmbeddedPhpUnitTest.1.inc
[edit]
[-] EmbeddedPhpUnitTest.17.inc
[edit]
[-] EvalUnitTest.inc
[edit]
[-] EmbeddedPhpUnitTest.1.inc.fixed
[edit]
[-] CommentedOutCodeUnitTest.css
[edit]
[-] EmbeddedPhpUnitTest.24.inc
[edit]
[-] EmbeddedPhpUnitTest.2.inc
[edit]
[-] DisallowBooleanStatementUnitTest.php
[edit]